Files
Seasoned/.npm/_cacache/content-v2/sha512/88/cd/610ada163de66754204933c1e691bce2e818054f200a999009f1c01c02fced270006ae163f96181edc1bec7393f13ad25f8d562813ed0a284da16f637e4c

1 line
5.7 MiB

{"_id":"@azure/identity","_rev":"828-8781c78e506a136667333ad8b4767487","name":"@azure/identity","dist-tags":{"latest":"4.13.0","beta":"4.14.0-beta.2","dev":"4.14.0-alpha.20260303.1"},"versions":{"1.0.0-preview.1":{"name":"@azure/identity","version":"1.0.0-preview.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.0-preview.1","maintainers":[{"name":"mikeharder","email":"mharder@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/core/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a33315cf12367b631ab34f4ef08b6e3b0073fc78","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.0-preview.1.tgz","fileCount":49,"integrity":"sha512-AM/OXOVojj+A850c3Un5RTJSBh2cugYZqbicW2TzsuQAjDaAh8DnBseW1x9BhfZQ/RWk2Vh/GJ3SHK0X0Ab7dA==","signatures":[{"sig":"MEUCIHJ6AA02TVtO9xKYFi5Njso3xiH7SOwkadOZyrJpJs6AAiEAll0I/NjtjGA9oOV5CPDMPvwJfBCzdjwRVS+6oQipgKE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160570,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFVWhCRA9TVsSAnZWagAAe7sP/2OSqcFMv66jKBHASkNB\n5VYT47hsi+fM7uDTkh1kRE1ke2w2HzA8kaFZpxv3SfZANTj3h5Z6YtEXP7zU\n5IUTyQ1Xse0LXGtjqve7a9Idu8voPKiFFRsyhKvXWuyyF8DhSD/pWAPwb8Ri\nct+KAMHS/9oacDrZS5WoFmSmIQUuvKruv0lM+d2XASnSjr/8q+Zjmt9CYzzt\nVcRAcba5c4KP4cPe3Nfl8DgINhB1ICezZSF8OM7Z4hzOxfmqhoztSDu0S/oA\nbeoar8Mup3lxoUB4S5C7Qk9WLsdKlfZPJw3XlpAO5cDgU4KqJLnUPj4LItv2\nikhGa2AsKRqcotWTWmu9VFJgJQLg0bmIQ4DLCoQBlVuMjLfA0dybVnocKffd\nuRk/Q+JEeS3CymEyxCCx5xeeqr1yCey/CgxnpgvHtqr7/+i59QjgBS8Y6Sp6\nYV94S7SOE/SNUm4L3//l94UsiB5FrgS9cUUK0ICqLdXz7o2gL42ONZ8+tdcW\nD8Qb/EjALg0InqBbFwlrRqpTf75AK9P7HZN2ElZb4t4I5AU+ZO02uNouarsZ\n5C6r3xj9cG23l+izH885p4pzsPK4avdnwpu/aUwLdiEVDh0WvmNQcKdjHkzX\nb+fL/3vz9XhaswqYGiMPEz6jabBDALQUhSH3PhML1Z1S2InxRyLeJ6EgQ2Ou\nkkug\r\n=Ibyz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/r1/a/_publishArtifacts/packages/azure-identity-1.0.0-preview.1.tgz","types":"dist-esm/src/index.d.ts","engine":{"node":">=6.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run build:node","clean":"rimraf dist dist-esm test-dist typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"npm run build:test:node","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.9.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"10.16.0","dependencies":{"qs":"6.7.0","jws":"~3.2.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"^1.0.0-preview.1"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.11.1","mocha":"^5.2.0","assert":"^1.4.1","eslint":"^5.16.0","rimraf":"^2.6.2","rollup":"~1.13.1","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"~6.5.3","cross-env":"^5.2.0","@types/jws":"~3.2.0","typescript":"^3.2.2","@types/node":"^8.0.0","@types/uuid":"^3.4.3","mocha-multi":"^1.0.1","@types/mocha":"^5.2.5","rollup-plugin-json":"^3.1.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-uglify":"^6.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^1.0.0","@typescript-eslint/parser":"^1.7.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","@typescript-eslint/eslint-plugin":"~1.9.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.0-preview.1_1561679265173_0.3054181281427617","host":"s3://npm-registry-packages"}},"1.0.0-preview.2":{"name":"@azure/identity","version":"1.0.0-preview.2","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.0-preview.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"mikeharder","email":"mharder@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ef3064b0fc6c2c4e3557d20e8be837f9bfec6216","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.0-preview.2.tgz","fileCount":99,"integrity":"sha512-fQVgPdFj6UlvryhuE8OZp8rElmTRxjIYpiK2gC0m/wxownxznAXvNcdCEvbucc563+2zgFLlli927o0uXC1NmA==","signatures":[{"sig":"MEUCIQCPLt1QN6j9+JUgDvMGH0ndzxxXi+y8Z/uJ3h8HWu+rcwIgbBG7ksNeQmTfnoFfCIJa8s3ZoS9gVjyErNzpIWuDJxg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2234857,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSbrJCRA9TVsSAnZWagAADR0P/0zd/hEFLUylF7j+AY+B\nU//RUS6Bz7Cnsj1/KxELnBBy7EB8LRKSzzbEqy/OyhT7SPSXjSg1d9z//YxI\nx17lI9f575QucfyL4mmF51HhrKKheds6NWN36G0XRfji/JZbjhwlbGjH1pBV\n6QNNEgs+hfBtPqKQU7GbC6oki4VCoIOrKtG5OGNdsw8n508qFCjdqBmSuHg5\nzUX97ToUjbkVipFhOdrXrVHzKXEjaA/rusaYrLvshnNjVy8OB6Kmae69lzQW\nscHQxzG9xsszMIWsLwkaN0idziXoX+pmKk/FaUGVDKyfopXOUuz/wnmXOB/3\nL6up1a5+wMunQxZjpTjirKPYInYn1MZNCPBfS23xjC01o21ecjSJ/JCjmW7z\nWls2SVTVaaHwAOu07gym9cRXEFzw4BEIIrsiJT/wnMy2w89g0iyQwLC/5BsF\nAAxAnXyu/pTdHkp7VTNVxxnXXEWQp7bes3DGMNUmaBxFH+deEvIoFKNbj/oE\nsQ3SojYVhbUAY8qhst33dZaK/Lywa4P7DWTSex+YU9+J0uwHoQ3zRUv4SER6\nwMSLpQF2csBKw96oolVxO1EIIjpreWZFGsfd+t6RF/TqJ8ZmMx7sLCkurzxf\nIo9tYQi16xede52xi9Rj9uktJh567f3pc12EPRD6nBYxlmQfhjRfeJT6h6HR\neh0M\r\n=lIj5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/r1/a/_publishArtifacts/packages/azure-identity-1.0.0-preview.2.tgz","types":"dist-esm/src/index.d.ts","engine":{"node":">=6.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist/index.js":"./browser/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.10.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"10.16.0","dependencies":{"qs":"6.7.0","jws":"~3.2.2","msal":"~1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"1.0.0-preview.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^4.0.1","mocha":"^5.2.0","assert":"^1.4.1","eslint":"^5.16.0","rimraf":"^2.6.2","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"~6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"~3.2.0","typescript":"^3.2.2","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.0.1","@types/mocha":"^5.2.5","karma-coverage":"^1.1.2","rollup-plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","rollup-plugin-replace":"^2.1.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"1.0.0-preview.1","karma-json-preprocessor":"^0.3.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^1.11.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^1.11.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.0-preview.2_1565113032527_0.07460973970256779","host":"s3://npm-registry-packages"}},"1.0.0-preview.3":{"name":"@azure/identity","version":"1.0.0-preview.3","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.0-preview.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"mikeharder","email":"mharder@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5823772d7f2070fea27b4956377cffb23b50c037","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.0-preview.3.tgz","fileCount":99,"integrity":"sha512-V5XXvKLfIREoridG4GYZ3unnzTLwJ7SzTAoN9fPD2ieW1Xnt4utIlbgBAPASY1wZBANdKbKpxBqgx3CnMF5aSA==","signatures":[{"sig":"MEYCIQCj7IEsT1sBK/FCdDXMJvR1FUS30SqWNuCkJdVqeyDINAIhAORYWHIOsEYKq0MkgTiMqepRICPY+MTMzxCgmJ+0+7hi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2215139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddryjCRA9TVsSAnZWagAA8WgP/0SqJYgWeTd19DJF9RNV\nG6TUi3zeb9HC0zvs5MBljFtaAAdO49bUmW6xLJUUckhUfi3Di3wSarQMxbMv\nHiHMVcAK/uEtsNtOEbrEocgeBRMY3r5XAHOtLH52rv2CKD0HEi76q07jfeAK\nlzTeghuoQYergPVhDpM1h69rj4trTeHR5O7lvSj7aWqhK7Kx4Q5IgllaGYHB\n27Ae6ISXers53BZxDkV5S6yL7bpSndJ+ofPqQQF2W9Z+WBKDIfBjduqYQqin\nnmCFCdyD1XIIriSM1Ebee96fSGBbwoQTd3WmjqGIXZhEKsYO9GPzqhhSixYw\nlPnvT2Oc7sT0iyd8iaILJADtF17jc7LBy5YhNxSPOZVbV9P8Xz7VkkUJksiQ\nbp3hF77pR5E1w+cBASWPWrvFmTlEgOus6sLICE6TDUcKsZ4dC8GLKcSG0Hix\nM1Iv1A/7+VJDDqKXegqS7joXKGozbbvgk5M93lRHCsPmZ33VjBh4n90TL1NU\nAkGTymAuZ6pm2bwkr7yc8MqdEswQJEMFMnNEyU0lsgXpGRH+3ktjTl11VemJ\nXLrHPIgyJLqkRQmr4FcbNS4dRNmGJ6w2lPrR2s3qq/i/5Byz1qWnnKZSFSRT\nX+EQOQGki/Ov5m+6E8jPFR1Z5Ng0jBNwRPk/cpfHnlpgfqTlGsJouJQ50wVb\n9SRT\r\n=9ND1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.0-preview.3.tgz","types":"dist-esm/src/index.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist/index.js":"./browser/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.10.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"1.0.0-preview.3"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.0","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"^3.2.2","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","rollup-plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","rollup-plugin-replace":"^2.1.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"1.0.0-preview.2","karma-json-preprocessor":"^0.3.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.0-preview.3_1568062625867_0.551728671563132","host":"s3://npm-registry-packages"}},"1.0.0-preview.4":{"name":"@azure/identity","version":"1.0.0-preview.4","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.0-preview.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ceec737e5e16a483ebcce57db359e5405dea66d0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.0-preview.4.tgz","fileCount":114,"integrity":"sha512-I1+Dp1jBiysD0t58sb3GavB7krNBoTDgOxljfseXt686cbgavW4eMYSo281/Cma3RYZcl6WS4Bqm+p+1zRH6EA==","signatures":[{"sig":"MEQCIAusCZpdj8exlS6jpoz3nQGSgiXcYemyT/i0991oBRZrAiBH2dHUldw2JvRd2Wrgz3RvhNXLnwIrnPCMnsAYpYW2QA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2476570,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdm683CRA9TVsSAnZWagAAjJsQAJyiurwwrbplsXvldauW\nhYApvcqY6zy3PakM6eK5/esLEYLzNr8qcb4u4mHLZGUNcZP0hVitupfSyvzX\nN2PtIN9N66XLn04c7IbF0ND8jwaDY1XMYv+9rBZnZixTNBd5g7KFhf7VGaGo\n+iDcNhmtdnJS7MYD9pgutc5kPneQdTV9k27nxZkZN9dQ0/mlVxhtokendf95\nLWBgeaYZU3POwW8TIN/XLnspVdoWYFZ97qYGO3G4/ASDkxIYWC+LI7auugEV\n0A/A+OORg14H/RFBkGxsIZmg8gFIPP96wvxBmSIHvC+SDxlkMGjantwhMA/Q\nLUGPwGzE9zeaEP8uRsYn6qT0sm7rC2pJGFJTvf80LLxenPQeESwIq6NvbLBY\n+noKXuhdzi9KtMyIP3TFFl/grnK6zquS9Tf2tKhfQTFOzTZvfO8p/SGo8H6y\n29JjIgQcCem3GikYWtiFUZ2e1oa01MHrvbCkoRxxU6dLHvKKMKrnELnR8Z7W\nV78VjzF3tZ492GOgQeWq7dr2PASK2PqzIXs1Atr7U12v0S88mRtpwG44ClDL\nLo/7FT6EJH6/qpKRKJCXLyDs9I99suGkZzes5jD72xvIsgscyKmBTg5XvCi5\nolLsojC3yivG72pS8DkIcExQic4LhN79/Qtfldaq2AK0sczYCwRh9TbNEIJ9\nV69o\r\n=a+ZP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.0-preview.4.tgz","types":"dist-esm/src/index.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist/index.js":"./browser/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.11.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"1.0.0-preview.4","@azure/core-tracing":"1.0.0-preview.3"},"_hasShrinkwrap":false,"devDependencies":{"open":"^6.4.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.0","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"^3.2.2","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","rollup-plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","rollup-plugin-replace":"^2.1.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"1.0.0-preview.2","karma-json-preprocessor":"^0.3.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.0-preview.4_1570484022341_0.5300079650030565","host":"s3://npm-registry-packages"}},"1.0.0-preview.5":{"name":"@azure/identity","version":"1.0.0-preview.5","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.0-preview.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9c4918dd2096151797dd879c5a9206fb114717df","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.0-preview.5.tgz","fileCount":114,"integrity":"sha512-ScJYcSWxnM/ScfcWI7p/awCOhMz98HbQZN2WrxnzpQ76lVD8d2luJq0AV/YUJvoroCgi9LTRdv4W2sMVNDUtNA==","signatures":[{"sig":"MEYCIQDJB3e8icrcggjvXLwWr1pGKFOu+sLbIP3z0BXchwz3iQIhAOR3M+qjc4+mVgvZHD20vMxbUetwESO57atRG/FFp2tu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2409197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnU70CRA9TVsSAnZWagAATE8P/1yxZyEzIVFsQy8bvcBT\nNlTIKzqzrK2Myqwn4NiLWnswWJW97UZQlmXcu5wboonxo2HVdvKql/Sijo3C\nSSyVZ6JvNAlo0FwJf3A+70jZRsDBVCWtFxjY3T3r/u6fVz1GFYp/WJsOj6MG\ncHvBlyiNNXAdzG+ev+wKoZZbuc2VgWFdPS71/xU1t6nai27HDLYT758AyBc2\nsbVV73zQ3uoHwG+orUVjpU+PCGwvMf73ki904x2hQihX0J4HKAqNRqPqLsiv\nizLB39eLfPtoY8rA6ZL15j8cNkfSg2A5TV3xseUVCX4vmryK011ByDAjEYnZ\nQCeqdNSu/AMvDCimFE3pGCrNWnsDPx9N/aCYJYtMF+/SiPMcxvUcONKvV+JN\nbh5Uv44xVssOB0hPZIOpgUi+rfrfM6e4vmFs1Sd7fOJk/l/PP+/+6SLwjvIt\n7E52pljgibrwslMUoKEQN+lJrmTb0H3GTdD2HPD4URqEqmE5EutTwDSEPmwI\nYRv7WCWzAN1mMI/21cQp6SgpGzYfb1ErcNQerRp7220v2xybk342ciPbp+SD\n04cne/ACEv0Y0qmxihUw5lTliP7MTntRKfQZrX0NDd3tmje5T32nN2plBKqt\n7tsbpy9RK9c6YU3kJRLJMafjwnkuYokaIBxCiBOhHCpwX1crltikcAP6xl88\njOPW\r\n=doBR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.0-preview.5.tgz","types":"dist-esm/src/index.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist/index.js":"./browser/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.11.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/core-http":"1.0.0-preview.5","@azure/core-tracing":"1.0.0-preview.4"},"_hasShrinkwrap":false,"devDependencies":{"open":"^6.4.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.0","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"^3.2.2","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","rollup-plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","rollup-plugin-replace":"^2.1.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"1.0.0-preview.2","karma-json-preprocessor":"^0.3.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.0-preview.5_1570590451365_0.9678258404177018","host":"s3://npm-registry-packages"}},"1.0.0-preview.6":{"name":"@azure/identity","version":"1.0.0-preview.6","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.0-preview.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d97fb3c129eee307ac8cc0927bdf9f4ca23b2c34","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.0-preview.6.tgz","fileCount":82,"integrity":"sha512-5Wnh1yv6rn7ytgzZE/otIM7Om4J90hR6UzRoi04iaBHAq0sU/jOBDgTKtfNbiti6XkGpxlKLc6L0UzChVfpnXg==","signatures":[{"sig":"MEUCIGdMLQ6j5y+MiFNizQZxYkryjRHOHjseGR1l2gWsax9iAiEAw0yNZOACIkyxDBxoPH4hZMLbKipfw/F3C9WPny/zdoU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2577972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdr48UCRA9TVsSAnZWagAAXewP/1GI6VK9A9DQEnMs03P6\nU+Wo0SSrFn/GrCNdxWauxC9h7pZzHAqPLPuKF/Rj2Mxlgy5eu9ZbyWKiRsOu\nGQahFUkua7XKe51hch/TmmwMfb8lGyt/A2S+ZD9kykb4MQLU0CXPVs9QbwE6\npBlCVQUwAyU602ioweOFGbjpw8BPmR5mY/vn1keFdEm+/57iGQ+69oVXB2sf\nSgAqKFkBkCFhITTWc0EWeObMAdQtvGbVeIlUuVfSQTKGvx1nv5HTGh/8N11E\nf/aLmowYmrMq4lGA/kG4u3U7ugveybJ5sL2Vyzdu3lPZNl2D9s+RHpAG1O0n\nMLpUUyjJvngOHoMykm4COANLUpNX+9FOq7Ztx86/azMzHAG88NSGJw6LkbcN\nlnEN+4x+Obsq1+IdkDNmyStqRA15n0T+srSoAIyxp3s0pbzKRZkNzk0HKaAU\nmI7dUqHxkx6AhH5th46HTuvrCg1RO6A1TEJUJi7JNaaeR/uPnstHqZ3/oXVQ\nFwQWByL0CNEpYnKtcrWlwkuJqxaBDkDXw3MEDnBvnbqALZ+IKciaxSD5+i7m\n6lpIhTuRphXFxAFERTovyonr1O0GDAYiTva/sVMt8W8AhfP3uuNrwE4cS8r2\n/kimtqEW6rO65xutU1oLAMKFQtpCpMdyTEfPOAxrg08HcnJcXsOu5+Y82OH4\nDy3b\r\n=b/0M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.0-preview.6.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist/index.js":"./browser/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.11.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"1.0.0-preview.1","@azure/core-http":"1.0.0-preview.6","@azure/core-tracing":"1.0.0-preview.5"},"_hasShrinkwrap":false,"devDependencies":{"open":"^6.4.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.0","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"^3.2.2","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","rollup-plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","rollup-plugin-replace":"^2.1.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"1.0.0-preview.2","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.1.5","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.0-preview.6_1571786515392_0.5927067576193279","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@azure/identity","version":"1.0.0","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6d74ae2e831948f17162a1ab0b179ed01c8d76a9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.0.tgz","fileCount":78,"integrity":"sha512-IyxddNpAlvLYmtNgzedYhJPnlmJpfyJ3S+fmiVHWhCMLvJI3x1011noZu8wyJektQN7NIANKDD77H4OLjf+DUQ==","signatures":[{"sig":"MEUCIQC0mm1ZsSAEhpN7pbOSIOkzPUNm8raP229p1wD90811CwIgbcx4dQqXu8J7w/uBFsILGOt1AEJYw+EOo/OtJzPO/sI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":389236,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduNXiCRA9TVsSAnZWagAAwfsP/1+zipANfyo2zGNrb4Ev\nSzeOVfj0k+G3M0hhA5YNprJxzYChWzqR3t19dxEb/iNn1S2EJDdRgZI5/hWn\nEpJN5XVJ6Z93kBjs5faxjkEsCgMt2JHtjAi7HNkrgMcr5xtyHWJv7GOthrRu\nmRo7rPzdfh5mZvc5CUtXsD4eeQHy0nKKHwtE4+bu0wbuLflpgZm3XKMjU+vD\n219K0STh9ZpDfOzsOqTcTYnXKQPVcVFxg6Ha+bMcI50VbqIzhDaZFEJb4F8l\nJDADUlfCF9sle5N1Xu1kRM3GXksp8XJoppTFw6BBgPCWMIqxkVJunRqXxebE\ntnfiBh94oHog/Wmt6RsKvmIlBCGfBGVHgMUiBjO8BR1HnZClaHhiwQvmjxSd\nfKsK6Vn9VZLbLgEzbkS/QEeafU6PP10KuV8GzoyJL6vUEwPE0KSk1kwEHhfN\nBbHB7KSMjPT+dvAji7iBUD0DgDflJ3/dNTNUxWv0JEm+0I/PEinzpjtQvDou\nVx4xZ4RmPQ+2AD3BvkAcBRk/SuZtRvwghAOhmb32FJHm+Uio26YYnzQU3r8k\naPyoLyz/SjbAGYcJ3AEaPr3ckdtFPkK1Q/uq2aHGK9ScH81wOgJKic/QzzrC\njZKGl6CwXX1d0C2inEgdS1uP2sQbdIUkZ+nQQCPLuRJxi6aHOnRqj2gwn9fB\nX7qz\r\n=aGm1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.0.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.11.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"1.0.0-preview.5"},"_hasShrinkwrap":false,"devDependencies":{"open":"^6.4.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"^3.2.2","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","rollup-plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","rollup-plugin-replace":"^2.1.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.1.5","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.0_1572394465835_0.9550797292842221","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191115.1":{"name":"@azure/identity","version":"1.0.1-dev.20191115.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1d0e3a11364329350954f711144e68e8a41aca9e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191115.1.tgz","fileCount":78,"integrity":"sha512-jtWH0AGyv8E1YY/+Q/488ld/wwElH7TEaktla3frEZUvGCSoXwkvBZboewXFozIDTYHb40Ui7eauU4fP2ix7PQ==","signatures":[{"sig":"MEUCIAS8zPg8M0C0mh9PQB7YKoASE7odJMuMcOpAvqh4Pk5EAiEAuPQpT6sq26+ENt2/FEqtIKCW2mM0VCQVyi7e7OlQGEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":390187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzq73CRA9TVsSAnZWagAADngQAIfPIf3elSpXEbvWYhLK\nk0Pslagj6YfNNRolnXMUruxIso8jarMFkS5c+p7ffQc6vSfCoXev+g2fqkiU\nuEepS1eLNnDHJqdHpGLh+pR2h3na+cePOD+eesgJG++Qgaz7j6MkElhqtCze\nA6OVVU5ZNX8w2quM/Drt6o9yZhcKLS2XFnFngGk1QVQvE+jloABuxnNGw/zl\n7UucQF5ZY6YQgiAGJFrTjgZ03KNP2TTz0rywW9ycNXCBIHKm28zf8ffz4DiA\nJKjsajO0NAEidjDf5coiIE8TlNydO3vuKx3bBSVfUcmyGnsIPz2xb/Y9umIp\n+9IhgiBzIpv685uJC5nahbN4Gi51LHbjjIAsz+iY5+7RSedZgRN2Y+AUaEnq\nNc5pCRKRABZjZkQAf4xzeAAzKuFxfytAORh4f8Wvd+At0uJbzqdbsTV8hJy+\n1yY1mX6cBq8olakKiv+xu3aX+4e/UCs/pj/Ev1KwZGwPfPaiL1/vF2KKMO7n\n4zO7wlktFQQh3F2BDo8uhtcgtKloOQsNCk4t57+lPGiYOxrsdHgAZ+2VNR+O\np7aW666/R60xPZIs9kcTjieheXwIaSX1mouMTIdj60On19zkImvHVgW+FclP\nNRVPPnMQ4SXeE2v4p7qGe5kfvyjbPshnHok/hxDv04Atp1QTySRApG2Sas6e\nBrzc\r\n=LgsO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191115.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^6.4.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","rollup-plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191115.1_1573826294987_0.7375415560351224","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191116.1":{"name":"@azure/identity","version":"1.0.1-dev.20191116.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"31473ac78a34855b10de7a225654edc7844d00e0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191116.1.tgz","fileCount":78,"integrity":"sha512-pUX5QThtJJGGqfFiZdKu8dHJQ2Ehhyl7fGvx3Jm9AvzjQhWXXm451cSf5ljvuzwgvsZTcDchIqDDZ8xcR4H5og==","signatures":[{"sig":"MEUCIDfIuPQ4SOwOqIFM1bbsEWR/Ua0A9Xi+KdHNxf77lLCiAiEAqEDc3xbiI1w1PH7ZglsOSDDjinfIct+Fi6hHai/kVOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":390187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0ABsCRA9TVsSAnZWagAAig0QAJ2mJ75naMZbrQQHIc2f\n2E15HiB2YvqouTTY/8xMNAGTk65Wp0ZBMJ9uc7w0LEN+mgewCeoDjjm6CtaC\nUgO4tx/NdbhS5Iq7XNCFcqySD5tV7CE76ykz95XGc0b/Uc+2rddmwxn4Dkr5\nj0g/+1dNespnBCIXRnqhklr8j4kQKxtxzz2tlo2Mg2wdko3Pp1b7takNim6c\nniK/SB8gmCthBA5BMTKDOzWitrRHjI1QE4YYHmdWfJnpdggjovjLEcFbcdfX\nBjkdq0HmhUC43mnMmiUGV86WTQ9HPSMiHACVS5zqpl0PnHnJ8oxBnG3Bb7Ok\nWSRRX4VmRd2AOncn6had3uQAKK061anLEbhLHSTC1G2ilZS47SacXCFhIgEB\nTk/J5gVgi1i6kWaJGXC92NVo7+QG70rjT+fOuIO0DmML0ADIMJgmlAZ9NPco\ngwll2Izulku11LzH3ywiw2P0KhnJB+qH1gbK/2s8mnU14l00m/gYF4SxSjiX\n4zgW0je34lKv6vbT/zms6gSRomXnGzIEo7Yr8f2cUD9AW+C5mOUMDsxmjOq2\nKsY+ec4g/2+Do9vu4N7PqIsj17itxVkW+NJWZuiOqYYsKHq2oRNWwzvMuLsL\nhoCjUmcTkhs8V5+/e91QOugkzGrrJaO+yHOpsbDTHNU34MQtLSvF1D4NKRWu\nVqgL\r\n=MmlN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191116.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^6.4.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","rollup-plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191116.1_1573912683517_0.670816147230288","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191117.1":{"name":"@azure/identity","version":"1.0.1-dev.20191117.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"368dfa4c73eeab82b1e50b0e9d57de54e923ccf5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191117.1.tgz","fileCount":78,"integrity":"sha512-bqBgjpam3vQXFgULolEtzXVXCSDZeij3qzZVoBaxxeXp4uFCindt/K9racldXZJJwd2zaaOxkhlPbAf0YvREtQ==","signatures":[{"sig":"MEQCIDLyKffOeo0408LtPs3DuEhEOXUlOJ3e2BsD1BVpxeIhAiBvnc8U7YNfUdV5OziX33o8Uv1mVJxcTGdlsFwANhOc9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":390187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0VN5CRA9TVsSAnZWagAAHcMP/0gu/E/tbrTiqErCjeH0\ng/qG73LDM3YWL0KpEdX2iLE3A+0xFqgxPV/i/wnJXlKfqxy5r/z5uyqq0V5h\nYV0Owkhr3jEVHH1wlH2kYPlvRkiAtN6zirkkQftvmq0XAvNKrL63c9BnZKY4\nGiL3wP++By9X/QZEKL24Ayc4mcSWlLfoXjbgplRUGlM/vfNVyVh1/u9bezJy\njLsaDVJ+vgLwmTJMIPkHDd9HrXqxP4+K2JarH/leEF3P6tbFoNyexC/BwP06\nQAByjrF+uvkMMoaXwdWHOgAD/P+EOuKmtA4n8EJ8jjmK2QqnynlGTZUundAY\nIMMB70+8vvz3ntFgbI7GZar21pxVXn0rjadYAnQdi4xdNaSH1k2eVjHxjJ+K\nbpePiqZRKd6GCZq22J5Vr7onZaLsOWJ9Brp0ivSG6zIKkjRr56dHFSYEV3iI\nuMAUWXQZzpZxy0cskOrxaYljC2EV1S3pLXWuxs5CP/yNFf71Lpr39wSlcBFb\nVL1g1RoT0rDlO20bkFmTm44KHHFG9QDtJbwpJ7qxegFHOvxkAfqRS4gXaoox\nuXJ86/Eo2xYKEUw+ww1rc29V+5dqBL/+ew2cijvGqcdwh/7bs19CWfjgjEMc\nqGijzdM0eMqHpyVdOVKZg7yJdWXZnigB/qmXwEnRUmhO6yiTWJY7y8OgINgG\npvfb\r\n=/BoN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191117.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^6.4.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","rollup-plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191117.1_1573999481310_0.9830124367117374","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191118.1":{"name":"@azure/identity","version":"1.0.1-dev.20191118.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191118.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9032fdf3a2e2c7e990283fc37f1157521a80b8ba","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191118.1.tgz","fileCount":78,"integrity":"sha512-Uat7JzFz25op5EYetrdH2G03pUOKCv95lYN1ExYssuxBceSkc2RLjDZ8RtFNR7ew8T4t51l6Av2q8TNDIq+9/Q==","signatures":[{"sig":"MEYCIQCCKKPv5WzI2wSGi/x4P9d3d7if9YyMH4F2HwL3LjgvFwIhAPgQwdXoyBuQa6VVWaChLnfnr7xxB7NZj4UO1wKUdgIU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":390187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0qcxCRA9TVsSAnZWagAA7g4P/1KpGrtNPaoDOU9onBgF\nryf6adqOv2zmR8oGayRcoVt+p8/VFVE0CfJVrL/2gWgAT0ErvhCh9fRydEl1\n+FPYPYZyYPzTuO6RFQHwEQu5BRevVSewz1SQ+V2VxfNTg4vV6ZctUgCZSgND\ntgFwVJqHLSTE6HlLPjN6q98EbpxG0T3Qd43DBD3eiFpiuygLzZd0G2XAH7hN\n8oMRDW5tbMVRKoobpqf88mquUhkzTIn/MJX89zjXJm3lk6OpdHiSjLk4JC7t\nXD+SfCAC9P1xvOkG9bYFlw5BQCcux1SmG8xJ3cpAAMM9asgieadn07YCnN6o\nbqeteEMzdix/z4uAezdBzCcHglWm0qFmAQ314F+pE3bIqTsmDOTZTZ25TeC/\nzDU7yOz8JB1EOituoF5CzSS7g9NsCQqd+1EOYyBFXAKvxw+udZk+BtG+BF1V\nZ0XNiixMyj5uuuRFDhce+Yew2+CCC3KL2UDfoklAqojuMCMPEDYOZmt9EhYR\n2s8BJtElt3O8iH0ZPn3ZbobDKtHyuofUC4464NyJ/IEMJTSFvHiyh6Vb5vPa\ngbpUh500pQy6k4RKO57TKM3Rg49hsuqA+CrUnyRIncXflsSvc12Y0Jq3s1It\nh0nGzUhQcsQiNrf0NOketKVBjOVKMCyW+yDWa49P4p5Zm2Jh6vlRmXMLbhq1\n/ejO\r\n=WilU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191118.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^6.4.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","rollup-plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191118.1_1574086448885_0.5178737679920493","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191119.1":{"name":"@azure/identity","version":"1.0.1-dev.20191119.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0578305665499af75521bfbb6646e04c93b1ae1b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191119.1.tgz","fileCount":78,"integrity":"sha512-8wcFuRcmfZvGvbf/eKhV6iF0LCiCBCdDhGzoieqmrjZQNrNgPC3PYWKBz9sXjP7ccBWR6zrf2Uj+fNQaTG9/zg==","signatures":[{"sig":"MEUCIQDXzIBEuxyL6cjkr0xzyBTzDwx9yDv6rw6kEN+mXFIWjwIgd8LQUn8UykkGEopxjRVsgk3/xLiCnQyfvjTu9MWOto8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":390090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1ARzCRA9TVsSAnZWagAAktAP/i9LuIRPZrWmtCE3mcB9\ni7PvxFje6oaAJryAqS5g3oG5aiLNvCPBrZPW7og78NBw0325syJjVm78R/MC\nEMnre2v8gfTnetokUs7OrPVfh/Hw/qrWtK71wcIpauopniy4dHrbdVnvwKya\nDrvUXokvFQx0MphTY0VLIOCzt/lZALMjjPIxcXdLwke/PZW8NTJZUNDBW+HO\np0JIpdEp8DeCzFOlB8CfbcUxDYOmVy9F4A8eJEfvvUFUGONL1aX6nRxQbdHu\nlk3/d6BMAGf3l+hOI7aAjgWyKaS8TVv4GaDQaS+DY4dI4Oxixh6OLmRBmbY7\nhNTqlrt8j74GY+ik7N2JELxLjssQPE2hoo9v5HVeUSIYyjB4gPynvCPm5pXj\nto4IH6/eeMs49lADKfJNsZ63c724T3kGx8cRWcsgiZYvLilS00mbwXA7SrOZ\nd2aiJEZ7Y0WMT1lkRBlOz3daGE7K7xcXipCdUmiAvLuHjPpNdhPXjUw+w4Tm\nCl5KhuoyOOxJqfg/uHJoiOnwH1SUtNrYkI5fO3v1vICyFk5v2ttheOWUO07L\nbjhPHj2KCpUanu8W+Oc4dzGlfV7KUYR1qOXPy+Xjk2F15ywnGt63d5BFSFlO\n6zd5APK038QYR4oRs0wwwHgyOnZCIxW6i4hRgvY+59Rjhr66R23Yn7+VgnkZ\nOMoz\r\n=W+zF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191119.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^6.4.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^5.2.0","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191119.1_1574175858615_0.30753605708490306","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191120.1":{"name":"@azure/identity","version":"1.0.1-dev.20191120.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fa7563e6071aecfbfea1c8f47d2b1fdda176e4b6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191120.1.tgz","fileCount":78,"integrity":"sha512-ZWKOWz/chWIyAlk/AgKQQuFFqO3DraP9sUz+q7RLzm1EYKb8NaQ3E9YG9tc1aweCecd+jhUMafO9aw1zz82QWg==","signatures":[{"sig":"MEUCIFCldeUFsj/tgj+VcD9Y+OL14ysj1iwyLiOjwy4LXrVFAiEAoeEImp3tCtiu+AviUV6+Diugh53LgDroI3RUy3hjJA8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":390090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1UY6CRA9TVsSAnZWagAACDwP/3ERtyr1tWTLSkqJNvlt\nzVoBw6+O+O0CACDmY03abaxqf+NiXdoCxFe011Wr2VaZpUG4olO8oJJ+7Xla\nErNTr3QW3xnyX2DWuRREE/SsYM/i0pqKalCUGqYS9F1NZA6Drq7Lwj721cbn\npBhvOyqeeGh8dE06KQRz6em3GoT8G1gP8CRG8UiDjRvkzHHvtYg1r+NivWp0\n3OO0ryLgIi/y0j5Tz7LWFK55g3pVq0IRuCD8khjMTV5roI2LhGch8NSJHW5l\nHzwmmaueUcDtuGiwApbTmFp5u40BcVTzidBKuIBuKpZs+35sst0/O/o0WMg3\npFVbDgwMifRKixgVe2zUOzRImN2WHm/FpHOwweg3y24teOYzk6M2ujFwtPev\nandFO6nzDNgd+Su7Er/XyhrrcTrFUA+UhECIr7CVoS7FUlE/DbH7xrxTHiyz\n9dlrYE138alqsLoaVhrCfGXGcy6PRB/2Q7dIhkd5BKmLc0yZy6kLV5HYc6nB\nw1ODOQBYumBP0Lvb5ng+FVTLe7x7vq6kiiIFzNwcDGyysu8zZlMIiLVJ97+d\nf+eMNXBmW9G2JL7zdbFA9OIaB1fWXPk7OXkX9gTEkfnRFS0Fd4Uri5HGsvlO\ngapu88X0+NOd6BQCMI1oJABQAj28zOMoqn6V7/N12PGai47EnchlAjSgZFyM\nbCVb\r\n=SJrI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191120.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^6.4.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^1.11.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^1.2.0","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191120.1_1574258234165_0.381268091317712","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191121.1":{"name":"@azure/identity","version":"1.0.1-dev.20191121.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e8136753aa4769f114cb9299fc120c0b1ce546f1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191121.1.tgz","fileCount":78,"integrity":"sha512-RzyeHKKcNF3Nv3j8gN61pLD/1KBFaUvBpcrWJblFuk3eTKpbOz0eo3zJwHUeQE49p2cXMkv1TeGjVlsMLGSylg==","signatures":[{"sig":"MEUCIQCVGC/IaaKI/Y59YncwSP2OM0CpLxnFuT7+8ZaPjj5u6AIgWo0H1bYvVz8FSw0ArIA6b6PqP+osg1y/QmgStVR5SIU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":390700,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1p5iCRA9TVsSAnZWagAAO+cP/RR24KX+f9Oy81Emxh2h\nMgYIg2C7vW+1S6+TPgE2VuA5TDNOywhiZeNL/4tSQgCfXM7/4CGwthpOqPak\nWfmzeu+ddtU3Am5ik36gzQi2Z5Skzr9u6UHHJdxKu19n9yBNbANtSBoJUHQD\ngM5+qGTsBefCXUQdOY2bxaWVOnMZncqWMDyNgeQH3zHkWwIfFqjex2yOE/Wa\n5K/O4m3ltsOXLRMs5/A9qYX+etp5v/texZzMzg+KGfViW2AghetTLAV4/j6U\nGqnl8v08dh2evE0DIfquDPQHk+EDxhmRqjKBmzw5nzRAuGd8qUjHtFCd9WlN\njOOO0wQ0/Z9y/j4Sf/AdU4YZACCnQfJQm8OA34ZKw8g/s+A4bDLGOBCyMumm\npSWytARWGFo6bhM5/8cLB18baCLFW6KPBVwvJyxBFaLlWZcDl6DCV4jSEuxs\ncp6naegzHaW7QQFFfkbTwQqtAHLO20k3CMC2K68phuH8h6xO5v03+Arit6QA\nHXu3Q2VadZoUQosfPPunJrUm+fFByE7bucaurouTWyWBiBnkcz3ME3RWPCyJ\nbaMrOhLIrx6ZOakcJppzLzFuRwu9syH71ZxOJFGIRfA4pK3BXXIw7GGGqx5z\ncUhHyA6/2H6hAtID6Y5+Zn6gVoriWXtilVvkHR5uz68c4tPxIsSuC/hHfz5U\nj5ZG\r\n=oS58\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191121.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191121.1_1574346337823_0.5835851858326426","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191122.1":{"name":"@azure/identity","version":"1.0.1-dev.20191122.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0af051ecd59f62b1070ff29cdd530f9822acc3a0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191122.1.tgz","fileCount":78,"integrity":"sha512-xRVFeKg56cK1CUdkyvSg/+2c6BEfGRFGmIJxGUzYdHU9pOv+XN2N/1dL5tTjVaxwHwa1wgldNnC7pqr5891u/A==","signatures":[{"sig":"MEQCIG94CGzpXmontSEwk6KNL5WG9MQG/7kWCrZmgbIHPv/eAiA9nDdKGsUBWNRsF9cyCpDjwbZQ1BUF9lyzndcl7ha1GQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":390700,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1+02CRA9TVsSAnZWagAAZUAP/jlk6KAlR7MhzafuSFgY\nRWWaomF5x4EpjnahbwjTJTrWDNW2V41NLqaiTsMt0YEHOjQkXdGVRM+PrjIK\n7JSaK6oGK4/zXqgFjl4eqOacGxJgk1kCCSzIpiTzn+6Sv7oe+hivRx5Wvrc5\nqbZ6S8ow3cbVHC+j8LpQk2o9pEqZCw1s5VTmgQnJ4FMJXQX4Y5VYmkIXVtfs\nRnY558we9kxXg5T1bnCivO4rlkUpXtAZAGJROfhutGT5mW0wsZFAB9I3BYc/\nSk3ly9GaDyug/htnhecfE/tQAW431eT0QhoIcqsbfickONbwij5oSjvQ26kr\nb++vv/b2/sRsiahN35HA76JerUBW3yamsxHPlfTB4rIoc9aARn4j7Sqm03OA\nekwiPQPTYXIznOgRGExbxk0xvSLsALdsRCNKwLKRB5jGQysy0ld2DcGLUKtV\nSxvFRM0OwEjHnSnAw6viRCToU27pqtln8ieEtRZRLtWr9usCZOV3vyyoZUHu\nURT47OUqPGaMK1lnX6Q9dQZ4SiDS2ER3c8W2wK6FpmWy+CYEGsLSc8TALyPT\n8FaZe3ZaU364Jia4X0/0JpfIJnaoSH2PIJQXJMbqjlHF2DLnNpWJEWkjHctM\nqJJqDzFHanyi/WwXe++XDxSHPLaEOAMbmiWeAvICRygjIQMXiScUx7qXjEqE\nTymK\r\n=T+om\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191122.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191122.1_1574432054003_0.784979234028528","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191123.1":{"name":"@azure/identity","version":"1.0.1-dev.20191123.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191123.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6763e48398d778fb95ddf8a06b5f12a1e34ba19c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191123.1.tgz","fileCount":78,"integrity":"sha512-PLPDITxhMtxC3+zUKClCA9QB5y0xBnAHpzRVyMrweccXHC419skaxDzApPBg9WMdfmezcsIUtEXo9imdCA3sow==","signatures":[{"sig":"MEYCIQDlBS6SlaaWXjCBwqOAgtn3n3CrFfaENJY408rUH5gBfQIhAMiRgjD6Grl3Jo8UrZlKSR6d1AXGz2m7dmVk8SAFBp1L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2T3sCRA9TVsSAnZWagAAzKsP/0IG8f9ARa1DO/TyR7sO\nRYHavCh6ZS/kjP8WlC9j42PMgyEAGHj4GjlTqSHhAzaxJxiInODm6/Pi25lF\nJLeAtfVbLGOnAeqka9zXPKbheTsqEkV7u0ZkJoBqiz4VaMnzrvadpxiQkwFY\nZs8a05hXFEMYwmXbDUMMazGC0GZOMbncov0EmPlfvQerqP5vD7Xhe9u5ZCem\n/EJ84uBf6Fr4IWaQO7wCVSeYOTqzpSE8EnzbnsYqzkUq+TUrDQmKhMWSkdQ0\no7emlRrfOhSdHlEZJ1+S5hLtjw3Iw89oQkierS1goW6JskEo9OeLGL6BOAvl\n9PsxatDG+iE/VCUPEopUIHPUWn9qeQq3Q6GoMl3Kaeu3FCFfN+fKB7nxVoQz\nuREOrPZa9ZqTMBCuy2VnIXmV+/96u39paM5lXXwrkUPrnVy59C8mPIULyXCx\nUV1FaDk5PWKo5m49Csd3Rw3c1mkKtjXqDO7JvHFY4t9ZUxwGBfKfooNgzwCk\nGzuXSPWsabwNOOXv2BA8elI5pBuBt3sJPa0nPlT0rAFcPInMW3OjSTPf6Bua\n+RdHo7LJ9+qidmiBIxTPExgeRJLplV4cbnf3z43bo6tdv+i0dBvsVyjKOU6q\nCjo6LH4n9BrC97DzN2WwkOlTaiR8W/ZHrKxeyWJ2USAMjrWY6Wtzu+H6zBo/\nhKcv\r\n=PHO5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191123.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191123.1_1574518252196_0.417489092237078","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191124.1":{"name":"@azure/identity","version":"1.0.1-dev.20191124.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c90c66494dd2e528be053eac10151257714d5bbb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191124.1.tgz","fileCount":78,"integrity":"sha512-VCLe04EDjAAxvwUffRp/omwOSxy/MiFcsmti6fL5mANfEA/IYLGYe/jvloZrLdbd8E3ypSuYrpxc0aY3LMztBA==","signatures":[{"sig":"MEQCIAiM/epxYtUyCushs5s8wEwik0IWo1LGZ6mQPXnm0j6aAiBpUJyUsPyD1TQOv88oOIE41qQ1fJR84EW/q87pQ1cl6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2ozfCRA9TVsSAnZWagAA2psP/iEm+6l3XwnpkOpKQ0GM\nNywSIxPV2DR858iXe0q06MFI+U7CiDbtyVIpVO53gFRk+kZCz5XZGb4J3gq6\n88Ii3UO/4s+0tGbWAzAY6nwfgZOOWAPRnyNNdWTQsbI/JyXChg50vX8VCyX3\n4Y56RkGvG1oYcqCGrK5RXvSr/US6jQOXA2V4M2fJer3jkkx3G66jhLesqIcf\nr8w5R5FqbvB3WnENxB9tYcdimjHv3N73KLWzcbMWSToynbLZi+C29+wCIhvn\ncWrxNRFdoCcyJc4+TBViEuZllWuikVOkU7a0vG0miHTM+mBVff2pl0LEAXYn\nvIY7d+q0KO08X6NquBhltj6PtK/468lNDB0MZv9YssR/oNPiTQxjjK/ZUcPx\n6MpLoD0usARccxS7K8UejhVpKbTD9DeJXOi2sNm6xeewGIkVKko5trEM1FVs\nn7ozdbiO/qBtrYmbAKSJzC3gyREJ9OGoACyPaJ6DFUJimoBEobtLWVjgKgR2\nt6Wud39CtMhsX1yGinGAcDwo8zdu2cf/CgNdAQ1dZV4ig9rMrqNlES7PGDUU\ngUsBUqu9fxarBZkNvJVQflqqKzIPuuyCKyztiV+tDa+OFxrCidm6iTBRHBXD\nOYRD39/g4SiyKhXQFBM1whaZ0Li2TVxlGkIA2UkR8oUQBv4Afy3iu2QVL1ZM\nhuq7\r\n=hc0X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191124.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191124.1_1574603998679_0.7475844308439321","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191125.1":{"name":"@azure/identity","version":"1.0.1-dev.20191125.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191125.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"64572ac4c526bb279107293c955ca76d776b85c0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191125.1.tgz","fileCount":78,"integrity":"sha512-uGTg9ksAYR5jqyAnMYjRuFffnou4l15G/xsltx2YQwvfOdBLizG+xwIm5Uz6dx6H8VsVYKYyZAk9vuCBrCay5w==","signatures":[{"sig":"MEUCIEV3RXlyB/mQUiZoV1UoouFf8z4LjUdf8MMkZ2+w006BAiEApl8MRe2sBKIooWvSnob3PqyZJotxLvtsxmidfejzqA4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2+N6CRA9TVsSAnZWagAAr2MP/iBWQNRcxLP74hyxLf3T\nbupVje+rI2XlJcYKQU27WJGclLpseO+J9xr6wdhVYWFoADGmEI9oU69rwoyp\nfWkD/9xX152jA6CWj7ijPyaGOdUpCY623mxmb7/eqCXGgGhnsToDANI1XrZ7\nPUroiDuP7XjOJiWATrU9w2i9FyOBJmkLUFU+wlCJa+ZuS2LydaVFYvCc+5GE\nEvLt6qhD10FOEPSBrJxb2tP/0TckjCtuGeuyPUwTXUH2ll/5Mtg7Jv5cZ1gs\ne2qo/J2VsFhRhwcWRcpkiywxIcALoAy955ZDWjaYvlstmYhQuDUdPS6rtOVI\ngScOoIMAFC+pgrYuv4DVkwmSEtpjM5hOqyzQi6lv6eYHoMqDo5PnBkfGu66+\n4sQpaQfdVpqvWOL6tmIXTcgQrylPDRvqsGWhIOQDYWy1B7/+og/9qPxagr+a\n3ttgcuwexTZDnHXu6scXL81tbNYQWi2Sf38BhEJjVPqf4v6vnm+NNeXbhTC8\nYT03zjYuipeSwWUCZe+GzT0cO7q+lB+K7/5j9hH2xOx0vLiXX39dPfSklC5v\nKWlK7TZ8fwD++Qvi2Voq4h9VsVnvT/EXa0vIeVPgwEaZKbznlfnYkkCHAaco\n3eBhejfZo08E6UcgJxyUFm/agAbRI1TF9K5ASGQMxULVc4OjMDnN1bllNHD6\nYk6H\r\n=5t+I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191125.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191125.1_1574691706254_0.5458682519902018","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191126.1":{"name":"@azure/identity","version":"1.0.1-dev.20191126.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ed1cdc8bf07f56d588056f1eec60e4fd47af36e1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191126.1.tgz","fileCount":78,"integrity":"sha512-DibWnutkXzZNtT42uAyNpP1VpmC60dv4N/CXNlRGZAyo3q0X09OwBsLTYWiSIXMOd4jeg9WWUFsHVavDsdr7mA==","signatures":[{"sig":"MEYCIQCwQVcB9tprf8awgqmHG8GbfRWdhfyHe32uHybYhzMdogIhAKB9gqgfkG8xmIY5YP1QFOTEy0CUrO3sSKwY0nOKNy4e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3TMrCRA9TVsSAnZWagAAK00P/j0pADErTfcegWQ8Tv8a\ny5EfTTkNZ/7bi7vuB7WLKTp9tbdg32z04bSaXb6c3L19ZytWxRPHQxJmo0CS\n29995W8P9ufV0db6Y6+4i3+90JmZ8BSohmWxQwdz/hmJIuzQ2hgLs1smh3Bs\nE120l5rCZAnUnq9k3n4KBRPGL+CbHnxGq0eeJUo3TMAf5nAA0UkM6l7Rt6wh\nL91MYPzeFtWVHYMQWZuZTmWaigXRTswZJaZT8p87GqQok+JdSmgnqUyzH9f+\nIrl24BIVCxPN5tzomlCvxtPZ75TIEckP4osFeqqdxqNlsgyfTBgMb2oxEiX1\nz9QCZR0OeJ9M5DU/sKL2dRJN0Kd+DXUmcIAVVcgPEZ0Fo4CIf1WnU8bx6sGV\nxJu46JCp0QY3T8ORF1TAlvAcWCGQg6jG+7SwnTKLya9LVvEBXTz7yBFGtbeD\nY6FHLQ1UW21TjQKVCjmjU1SruZw0bfJPMU0hToBniSIGUL3ZkqWzxWs464vd\nUk/pXo3GbZdJJPWJbUpDsIaSWhUKsYbIJ95JTrswD+t0QO1XoSH1u/AxI/Cc\ntLJhV1CdpRDuX9A+hhuxyAatd3tS73h2lLFbeBFNMIhMU3WNx++wHrzLBmKH\nQo2uLqjMYNF22FcD9/PFk8f68+C8AMW+TNaR58/9fMIajUZ4T363LKTyOi3+\nl8kZ\r\n=naeI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191126.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191126.1_1574777642605_0.54463437864815","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191127.1":{"name":"@azure/identity","version":"1.0.1-dev.20191127.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e9d33da2f57745d1e73f11e3e8e39ea24caf83fc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191127.1.tgz","fileCount":78,"integrity":"sha512-5KZZIq85eVs7WY2IG31Oup2DeGfagUyk1YZp9/yPMq9yMjUK8Zw4qfP4bVlfRjSoddV7GWy4gJxLpcg9MphT4Q==","signatures":[{"sig":"MEQCIFACEjyVzInNUvSfeqrWskYBS7w+OmxO51Qjp8hCOwJOAiBYkWReRHPQdt8wuWLM0Zczo2x7SHYkItGx1LILTSP3bw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3oZYCRA9TVsSAnZWagAAhfIP/2VaD+AhvWSLIpekOfTc\n6umMagRPdKuvRq5sIMG/EHZE8rCKaJkCbOhS62X2aWaPrrWISdosaRvpCZrM\nFiSm9PNlviAyA5vMG7MwgV/DIYeXZvb7PeixuHlZj4Z+6WKCqy7y/tLVam+E\nvBdbOHztGjdSDicw/zamfFCzVUnnGm+3QPW05VTCmA7KIg6w944doSe1wqYg\nPXrUiK5ORRL3WG41qKUD7HrbsK69wRwlDkaNUW7vcFcDbmResN8B80mtF8+q\nhKg8scnIXy3nNROLE+grR3VDUV0M9aylmXPdHbGUNYEgjDM9VcBEJVh9Bq2G\n8CggQtLPDl54cm3pkkPwMnMt8UD4A/3uKrPATUXafDlAKReHqhquzOAx6g6C\nI5jpJQDw9wAtNDOAxS+1WHaKNiHkbErkfk/FVRPnl2cK+prFRUlPAOp7amap\ng+YfFnnuSrdfs30rueP3zDVh6g1xsyElEzCyheqk/ZIZSkEJUeRthIOw9kYm\nVCx1XjxCOsY6EXQmMbAX9re2sxpc53ynRwNK9eGEzr1VbBFCBpu/LABizm6G\nlOPrTD5vrEPmhT3Tfvs2NrXlkM+VpMajEXOyyyf0MYpYhsEFuH3crRWLKwRG\n81N2VLkO95iJ/FK8I+ZjXYl/xRz/FhU23QYY6/fwa1p3Hrp/gtTTMAZpO58P\nAcm0\r\n=g4Jx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191127.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191127.1_1574864472266_0.7016203999060169","host":"s3://npm-registry-packages"}},"1.0.1-dev.20191128.1":{"name":"@azure/identity","version":"1.0.1-dev.20191128.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.1-dev.20191128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"24c72de33ddc255b522f12c4812a97495f0b7d69","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.1-dev.20191128.1.tgz","fileCount":78,"integrity":"sha512-jTMO7jOYBoWlTEnFX+ET/MiuqwQHl/y5E+ztFv4L1nUMIlNlflmCe+BegZdUkMg50RLiQB28d8EgoY6Y9XiShg==","signatures":[{"sig":"MEUCIBbF1nZTWeHwtST/KHZ146kYbqjrQOpm+tJstl2p4XRgAiEA87mdran5vQ5BIIHHTCAAKb/r+vfZ2IpTECQDwfzHJZk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd39b8CRA9TVsSAnZWagAAVdkQAIYST7z17r/+z2D9qFRn\neqOGzARKb3/gkbBpbDe/pSrvlzBqDAz6LFPPoPVxVHaHlVvX24N9YTc+llXO\nSPQg+HtgP8U2RAqyDehQnoZi5uzdg3sP4iL/cmKgDa3uJbHdndThO+oJ6XZl\nsscrv5ny9Q8/R2ItBjMCNUNwIH+VS5ZrcYBGbk38QELIvO9fiWib+/JTFI7l\n6cF2Mx26GVz2RalwGOTQelY4XCNuw7VNZz4s6cKuqOSzpFkWZozqAxUMHxns\nCZVn8BfrFLaSdF8n90SPKAvnzLvK31YkCe8O+SvRc2juhHPaK/aXNSPc2mGU\nPf4awm1Fynbva9o3d3qoyUO5TjkmP+wf3jQN26ku/i4fJ3+bfUrowk30yC3f\nfN+PglSaCjNED2m66/nnYAuJYnalpMI/g7QWUb7UnJb/xUDPEMQlOqTyjPRf\nrEvijwsQ6HyQIk9bETaTSk/QSgTfVqaGR1ovMY7Uz9mOwgf1GhOvFKsdWEw1\n4sSPayPsv7iCG4NMa5hlMO+sUBEqHkOEAsRA0YAJF/CDsruUdisQ0uwt0ksY\nIpufl9a/mNXp58GvVi99pBHzLST7auw+YO1VcmAD9g0SDhWPZ7FT4Byj9uvp\nrhhkGYFvIcsMuI7/WQFDa0El97qesYG9tj1cyk7w0Gf9oIgse8KsS6psruMw\nhBPU\r\n=HT23\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.1-dev.20191128.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.1-dev.20191128.1_1574950651902_0.2357954614496678","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191203.1":{"name":"@azure/identity","version":"1.0.2-dev.20191203.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"261bb4a4dea15e0675e1e34b51ac0de8a70b076f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191203.1.tgz","fileCount":78,"integrity":"sha512-u3PP9HkQjPrbpBQ+UVnB+PqhMNZJxU1nqBPM/hjhPWh9LykXVhdHRWwNwPPb8RpA+Aanhrc8e+oG36Vf+QCQAQ==","signatures":[{"sig":"MEYCIQCo3SGwSdbKXYzWPvkvcVou7FnEMBO//X5pSALs8dpxGgIhAPkHDjiqn5Y+IzBSReD44dxZDfjVpOcs2zc+xyeueGrM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5m9rCRA9TVsSAnZWagAAv7oQAKHAMVC3aIpaAcS5DN+w\nefvWbyempu69MprhRTTg5VKuk2ZzlubVm4Fwl0OJZFZZCRpJA+fExGFH9QV/\nU+yyfWikgu4+kC0bs4Gj3iZ6fNRRZlaDSoFndMsDpsO94WOhNRWL2pb5am6v\nrLXos/bbYDgIvqrDXk1s0uOx0wY3KZasVFLM7sU2Bw5aYm0899Y1VkD4JRI2\nAaO8wEBiBDcFTrAQ/0xh9NS5Wm7c/IX6qzToGtXo3VMMQ4or//4s/wddDhfQ\nktLZUoF7i9AA4rsFWfMTjj0FhZf/RClZ6cT5u4/c/L2d7BWCbnmkp70MNlqf\niYOGGpC6fax3QyLlfB9SCNuZvJHxx8cYMvu2kYfgKUixyWa2aOcMA1bBoODX\nrFqQrs53Tf4GjVqowkEHZwyLc6FPzGY7emR4jbVGybwFMlBfok5m5CMSpt4g\nZBVXqdH6FKoLKr4fOBfHOCy4pPdRhBi9IHqFxxSN3mKFjL/Y9LBX3c+RRiZM\nqTa/XMLx/qGDvViTzt5NVvPz31p3taZowMTf5OI2OElJ/NbeT1Gv/GaxBYiD\nyZf/oGpdusdm1L9bt1q+xMN7vrbugwOFhhCZ57IUHxVv11xo5FHnESzZiYH/\n5f8I5rH5r0ACbqInhtQaP3S5a0seMOaIY9nOuu6AtWONQ79lMpvORs/K17UG\nW4wj\r\n=6baR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191203.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191203.1_1575382890867_0.5143828533431716","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@azure/identity","version":"1.0.2","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5290035149a89a231469a725fa158e5e1648b349","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2.tgz","fileCount":78,"integrity":"sha512-kGGiRT9pSlo7Op8I9gBtjufUaqe4AqQv+nPWVOmdDBaf3zD0rPa7zHnDT6dHP/oNdBjlxDczf7Ks+s9KdtAmag==","signatures":[{"sig":"MEYCIQD5bfGU/fVNbF65er1lvXugt1ZkNHf6BHtwo66hM3WY+gIhAMBrPxJJoaETX+10DnLROsjOMoeV3X9NuTeq1ld8T3j5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397096,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5rxMCRA9TVsSAnZWagAAdDkP/3QZycoZeF4mBoxRinaq\n+SaL9itdMiTIdso2T6raLAzv23sdimNZfxeM7LyYecSXgpPv4SUFAiW6MVsZ\nTe/DZuVa4KPAuj6D/SJUKwrsH2xQfHrQlp5nLAH2CAoKFfNsOJygTg/5bUxU\nr+BUMxcd8P40TGY5kGyTk3dZXOVRiwdJqHoon0lFAtBSNxC4PU3wDSweWAxu\nXVO8ekKcrGL3dzStdvPyulxFeMiirFp2Czl3YppcJGT0HROeBF+F2/BYa+wx\nBnBWrAaxDy5MKCNCsbhPhfaBT51V9fpsE4payNrcg/RqLXpNPD042advv6Pj\nBHn2BqeIy6z+Yqvkc2dJtBRvF0yiYA+7vWbCApAJw1r1n+N039u8LKqBFXI5\nnLRyWl7rg1RgnRQRtyiQ3daHC5CwYh+t6Up2s477TVJW1gpkUF+VFKXpnOMx\npdgTQtnbzN5il2c7NCvPrfPMbNMFHMpjnO0jfLkvJQFTJ+jqVTO6d01BsNvH\ngYawkJnAdDPT6ygNq9PEtaOq+YnYVFqBKWZAYJlBam9FAzM1Lc0tpAMBjjH1\nKqE2lZBbDrPFOVeOWO7V1UsRDmYnIEw4YCRh5lXE1G1tuVsDAp55NWgRu+aM\nYnK/uURidbvFJa9XlLqy/dFoUl4Tr6xZle77HryRk9smLYVGskhOuYlh6JIL\ncGBN\r\n=CzIL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2_1575402572428_0.9180347081882019","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191204.1":{"name":"@azure/identity","version":"1.0.2-dev.20191204.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0e90fb4574ae3cdda5dd18f7b23afacb5b089c45","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191204.1.tgz","fileCount":78,"integrity":"sha512-2gipcWjhRIW788wJKBh+E9k+VyP87v/h9gjcx/RbeqX8XD5MZ+v16hA/v3Xs7kjCd/cCNdAHsaKYtpU4dkOnEg==","signatures":[{"sig":"MEYCIQDmSCbUTUWdGx+gAKdpY03AsqratUcHiJNhzvA/uMO2ugIhAMy0AK+mr/sM3glRnfgEtGeSdB3ookOW36xP0wA+Qt14","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd58QmCRA9TVsSAnZWagAA1SwP/1gfHMVZcASIjfjtA+VC\nVnBF9WS3a+Apg1tiMMCO+pJwNVTiVLGeqSzLtslntGBXYhn3S163nrKglU72\noUQ/sFQFNqz+J8VWdqta8i1eUGW5qGZbW2Lamf68N/xM93VCrVhNmduKGvBk\nQw/YPA/h8adl8VEaCHvRL168wf6HB9C7N7lxeT/T+AbccqTo6jUjtpPAPdzP\nTXj8/FJtj75wxb0SHytEkeatkgLURGtVlm5gCddohX4jL10aa84CyKIXfxbt\naPXwOHj1wpM3FVZ+pNbjS7GcRIZAyazxh4ovIQYHqkurtNfzxorxT0c/GvO5\ndi+0IPSnPe0b3+ZO1TKcYKh8jc1uu1JbavYutjo/UEgJroY2OjvsIEe8kfmi\nduklxO8t/Qyx/ZzsAfHBF9Yjp5ngJcKP77+m0L9WXLdOepHbpOwCMzr5NRQx\nremSOc1FPzxyXGIMSVwu8lMpOE+TGzHAOJWT6scxTnhyeUtp9zM8zWgSoJt4\nAlzHTV/92vPbZTzsP3SWH/qlbCk2A+yJ8chLYjqEyPDtAEdcIBGX1EvBEY/y\nNT2rysfGDVfoRO6egYoh52HuWIKMkZr5oVL+QhwRrMBGGTDBxjsTdGBD8TQq\nAgbOBpQ0aX4Lbax6OlOIvuYVkcNIwZv7YyIiozIeZbb9mvnpF8RZ75djWY7J\n0SWv\r\n=u+Wz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191204.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191204.1_1575470118272_0.8867236437537336","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191205.1":{"name":"@azure/identity","version":"1.0.2-dev.20191205.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"512f1274d93f6c7afacb7e724f143476ef00f7e7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191205.1.tgz","fileCount":78,"integrity":"sha512-KiNT9j4Zq2UWE1DxhWPhyHPTmXyXezctHUNno3brRA0O/4cGXv5ALKyyHpPyYa3yhuRDaMyOnsMpcvWcMVWjBw==","signatures":[{"sig":"MEUCIAHeELv6F42KxNqb5WPV392VRjzavbiBCb3+OjCawsl+AiEAviU5hixCxOswHEE3qqjdlsksMT/FxTmBuVWuqflwdfk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6RZkCRA9TVsSAnZWagAAmZ0P/38HkDktiDgMvp1ymog1\nT4kP7v1VYPlhWMxDDya7V1L6Q2l3hgtgjlDcY6DZBtXTzfAcr62x6mdbKl04\nUDzUaUrlLa1e9FVE9dTm/mNNeZMTfjt+O/5RiLjgCEt4D5FW0MBFFKMVn4DL\nvu5xtSdqqfEFTMIy7q0rPg+J0D2w6lEMyvCLvEyzuEWw368wXmSCAJjedTIZ\nKPI7oy7v7oDAECZYOEaD54iV6Qi/ysLg7gy5HW8Tht+HmBy85Sy+6CUotSfq\nZNMLfGPqLC9ZquxAKrklh3VTEIFj/uFuFSCPVlfs3/KMoVGhKdz6hEysTZCe\nOl4xE6K0m88QmfP4jz2cN9muA8K//IFPfGQiC2E8Iaz96BFiVX1Wok6T2R8K\nz/iOYpm037aiF12ZQaw+szSpGp90sT00XcCCMnq1SLHIlc+EH57usR+VYI9v\nvvXAapuQqVPr+0bRcL7cTdUm1hidtsnrY3Uns8lgeHiNSxFyiTN+9j6Aq4Ce\n88KbvnHdfM0n46VE5tAiC8RaIUK1afdZuJYQ0SjWbu5ImVMJ7IiJnExThSaG\n7dgDcocjeCtvcSPxJHsjONhRUVJCf7JedKTu4JHkJr0N3jznFrEl6J3kCnug\nNLnEAaFfRw5fZ5r1/9KijTdEj/QvK5V438sGKDGwysc0a20UQRBTA3j8I0Y7\nNRt+\r\n=qBgT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191205.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191205.1_1575556708271_0.12143981626323797","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191206.1":{"name":"@azure/identity","version":"1.0.2-dev.20191206.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"960c668b738307e91546c4ae764192a1f770089c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191206.1.tgz","fileCount":78,"integrity":"sha512-f+nYq1DOaP3cq9/lrVTnOeAaKgd9w/XfyKUgpsk5RUgQAFkZbKbJQnmuRoYOLzZy7Xcr795VXOmGXtlkfSaaYA==","signatures":[{"sig":"MEQCIECTRkjZswDq5ex/NrRq5lRmpAALFOZvFiJ/se41tbJyAiBRm63bdXgkBKY8CYnZmGNl0CnK5Liu3w+sV4Bhh/lebw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6mfECRA9TVsSAnZWagAAbVEP/1Uy7GMpC7IsL8ShLwBr\n0x7MPdI39/n63IGKX3QXOY9FIafxh8uO37nJdsg3h/QkCH7AydAKc4J3Cnv2\nwFdM8CBWS/Q9/rGvLnSBP+hsFplppwrFWtL7AP5Ps5NIohKoDDUxofcWO6fo\nRz46IqOIcX6vYJu2UdRZbuoFRBDUtyUhV3JRHOHRGjCPT5bCrKetlOqlICAi\nxzSNMk8bWJb6RJv3fnsgtLKub/VRMpChJ8Ta07KRzX9lezUHxlzT6JPWdr40\nlzWQuAku+QiOp5PDkTjRpoE84RPb7VUhrRK6nVjAqbSnYV77FEU8QecCYVX6\n4gre+e4aMMYnXHduaWP9dtqLMOjlVaqoWfeXKvI40y6iNOEY1Jb1ndjKNs0m\nv+ytu1NwSyelfwSeyZMhUI8I8yEV+4NlZf78NJ9zx9S7WtJt98d5bLbUSpWW\nTJdEBYGYJ8D28aKcCefREnY1g3V8er+MJmWVorTdjcy2HxaF8PK8Tmtejado\nUnjz/pZxjdZYg4Xrbze48ktncwaX67zcN2clRQi62GGgFISqglcQ++c57Yig\n6aPTXBiU8/ggvmUaJBKrjH5PYKb5lgn/swjwKtv6o6+5OozBYP+FNbjFeUCE\nCX23orbL04AmjvHOFZSs3TcFxLuTAkApYnvWCwn+pHIzkl0PTUKi+ipWGfOj\nCXwZ\r\n=N2IG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191206.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191206.1_1575643075333_0.4602344817498212","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191207.1":{"name":"@azure/identity","version":"1.0.2-dev.20191207.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191207.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0f2577e7eebf782b68866b1a8b5f1074bfa3f70c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191207.1.tgz","fileCount":78,"integrity":"sha512-Kwvnurlsa+RUsCzI3BOHBHvZC3ZkmL4IBa7lTMNP3ZIqAMiYqVayFvbqL6Hdem0FYpPd4ugydz6zbkrwb5h0Gg==","signatures":[{"sig":"MEQCIFGLVrKY6Z9GAIUpscKVhzK5ZLyDl4OSQTuDGXcMS1ypAiBaKLAg/y3RSYg/lTXnih7o8ylP1uO2KbOdprktK1sieg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd667oCRA9TVsSAnZWagAAbEoP/1mBnyyLMZtWS2PvJMey\nePVcs5c0mDrk6MgpMxaQ7WSrrPYc2JbXSTK5x0nTCP1V1MXbvP1d0o/bx2Vj\n5cXj2vHSGKTUUAJOs+0v8RI5dGLUGEBpaGSHcE+KQMWj1MgUp0QB/XIidEkr\nrbCQVXyy/ms6RqEUekq0a0TTxUCrH+qbX9ooHPCRwOLCFXIpxZA8QLA23Ow+\n7EGkAONBDAcANAD/3HTOdS5vNMZWGCEDMo1bnteXkSStbR7p7ZDgP1+666ZA\nG0QTy4jDR3jsrirAI6Qq1FAOfmH003kOrW2OJPoRYPPG6+yjADlSJyiPEFxH\ntSYTZVqyjnuX/7WglJn++64EmT+BPe3xDkKwqMpDDASiIipq2/vyYOMtUMdb\n9sEpPt2zPXiu8wO2JdU0EMBYqMYLD7yF93otIZ3ZDxoJ6D5noI0y9R2xt76Y\nmZjb9Ia8GH/LkRqZ2kWKurnX4sWyNVapEYvVjpPewJ73P0VtGCrxEty0m4vW\nHSTzT1wF72pm+sVlBRVcMHU3nbTC+52/nOPRo1SJZ/wrLhRtlx5l0WHVa4xp\n2yP0F/VgPPxqlBRSDOC4EUhlbMzbM8xWwXGoB05Cn57j0RSyF6xS0eMF6Rmn\n33WnW1pnibBFE8+OSIpogI3ro8+apDtF9WfztsweQ7k6tK8nbE7c2ftqVmfh\nDUfk\r\n=ld6I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191207.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191207.1_1575726824029_0.1498020269966276","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191208.1":{"name":"@azure/identity","version":"1.0.2-dev.20191208.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191208.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7ca7fe7fd64b0ed28dc929b00f740a2cc738d7ea","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191208.1.tgz","fileCount":78,"integrity":"sha512-IATk1gYeYvrYekBuoy6488CmJ1ZCYcnci2Epr1XDS7nZCh7+onQQEe/9fHW6awEfH1LJjeV2UQg1QGm28gjX3w==","signatures":[{"sig":"MEUCIQDTo1y92G0sFqCnSIzMhEauQwwrvF8miwQHGp1o8EC3iAIgRwBpacEnfFBdLO/gumyRtJ+ReWW08meTp+whouNVrV4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7P58CRA9TVsSAnZWagAAEDYQAJM9717Cw+OZOfIwdMjQ\nin6KlpM7yrY3X1vWVyAunthpr3qvA5XXAeRxqE6Ubh3A9yBEmYFLvjvsqlTQ\nfIxcIQKKdSL3hDV6U/vPusYXjY/l1lZgduGraE4nWmoAZPwdgyRD2g7lfiVq\nbUbAnX7prIQ86LYGyhuHTo+7rtttVQFMEMDgqqdi/LPsu6UcxqHjHPvc/Mrh\nHCJkJt0WCLY3Ko2Wqq57zNTe0mQ03kT+oDsAG5FvEJdzOUTZjqPF4bagUkx0\nl3DAjFarHVlPQy0JyeT3fdrb9wTZDev0jDFkaF8gFHVZXTMrPgaq1SqicsML\n44fAZzztUBCbATy/LJIjkffS2OcR+/YJ4P6Ntik7/iEAhIuebFvVQA7rq2wx\nSmRAIlS7i3INhosuoGpBwDUquUWmEOPgqq7Vk+4mYHNJsW90H3yHaxZFoWAu\nHYSLY34M4p4WM9mwfT9td0jDZP0HfCOzefpXeWVpZT1jg3qlQwic2JinaF/M\ncex+QnwkzYNKByGHzLAVNg5lKW/6cpucDTWJw0cyQ7p78vnPwiWQACDWUCJd\nQbm0r4P/e33qg2H1bI02Tw5zH+HRnY4DoPOviSTFvRelzG4a73EoftnaD3VA\n3ymrcIHVgrFXW81tDnxtWETAnxVf53xIZrTyig9wwwJnpRxPLHDGZZhUHS4J\n7R3b\r\n=jU8N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191208.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191208.1_1575812731733_0.19744955274271958","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191209.1":{"name":"@azure/identity","version":"1.0.2-dev.20191209.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e5cd41d2dc0eeaefad776962c1ac937179edff64","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191209.1.tgz","fileCount":78,"integrity":"sha512-jABT++g2HVsPrqdC6xcAWvqCzuET+wjRVP1nqAGpDrIfHZnek3XOcMGHlGLROQXHDc6WeTipzlnhAADJXAzcvA==","signatures":[{"sig":"MEUCIQDhinLQzkkJoyfR7uCvxEl9NGIIn283r74heJthVobBIAIgXrLA5wwrKUKNwMa1e0s9xYqGF3S5uXnkKF4xX1TnHfw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7lDtCRA9TVsSAnZWagAAR4gQAI7jrun18FBxAGFBOXDz\nF0pGYENuBvpGkT+DFkTH6evkF/at/+OqJweqkr8QjehC7nWuOlwvNOmZb0Ze\nInU2Abb1yoLC/B+g/pzJEeqfF3vHGSGsBbP1ttYgPmzgOo9YlvSGh3tIodzw\nzWbKMXpcStF9FJ/gWFqrKnr0q5cu03+VrC/yAY9dYpINUlmI1WdfUbIHWwRb\nbZWSy2hLX3D/TqoDA8o1wpP1mz5pZgBAlaQol4LE1HB8m/NiBBnoaaQDshfk\nxeZa27M9d0FUAZYRmRprPSWEQcIHrIZ3P7JZeZP5VN89s0n6vnKF6Fz4KGsm\nl0GbkThU2Mt+ZBt5s7KLQ0PQAXTehip4wYddR6o47nz+4T+bFPPzW+sA40td\nSNk1mMNI24GULes1vBJQFC92bNvnW1HVCmlZ45MOxWBs+WLU9ynyzyc69r0S\nk6sJAYUwm+k9QDnGaokZ6YqpZG6EKw7dnSy+atmdo8z8e58/hq5wNKZiQUZ+\nfD7iipdS5WII6tu8Y6S/g4fY7AtkEqxeNM5Ayz5nTmWv22FsC2w9z5LfCiOV\nsS+e7dDGx14kdRBj1akYNeVOMwyl5vHBiof9bs9hXXR4+bww3X+kdNMem2aO\nSc6vVGnPtB4ZFLoWZ6cGqt/AnEs7I2+FWRBoZ4TT16rPjruFeXfcIcX2BSmb\nZC/D\r\n=0jPu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191209.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.12.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191209.1_1575899372904_0.42276281040620756","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191210.1":{"name":"@azure/identity","version":"1.0.2-dev.20191210.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f664ceacaed3eac010501dc37415a00ae82d8df0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191210.1.tgz","fileCount":78,"integrity":"sha512-7tzi1vFrZBJPWWOm4FMNkiXms791wieXycEFzjPJAkEJmqj0J9v3FkyD7cklcAMCkaPsqclcchBVRuvcVWyqDw==","signatures":[{"sig":"MEUCIQCAGAPTXnn8I99ECVwzR7pkXtmggMeXpIPk2+ciuiIAZAIgeTgSrXhHCCP6SVzwBrlulVNbYXrvrnAZUGRD1jVkU10=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd76VUCRA9TVsSAnZWagAAgYQP/04IGNcCFWJE3xYcBK5u\n3D5dMK9mliikNI2Kc7zF56rO3RYsVKqNgE3fC6XzB4ic0e8nAKwsHjIDphR5\nJ8fNCMNbTNY/UpGhgJA9oxTH/cmVo9TY9+c0sbEBrY/KnzHFEAdkjQ/SUZAj\nftO8kkbToQpkMtOX3YBBzdFjXVPBcEKKJIfxv/Tom93ZdiWeDRHLpQuDArZa\nWmohmIt3DhjjCZoMHBh2prm3RFdK87jqezjP3lmgwDm1lNH0/yAwlAqEcORq\ncpI8YJxEmnp9e8m1Osm2ag9c+MldATeJCQ51l4LUDFhyf7Zh1IinVz6ep7Sq\n2IRcGjoPr5Abebwb0D862/I5r2nZGy5OtYrm/8VW/A45U+L6bU+dZlzJNs0h\nS9c/JfMH4LGt64ZP5F9NzQldnLm9U8ZUsysDQGaxYjRiC6BPuVCsvaYPiIPX\n4PddBgAqjBCqAgpEaW45TCDTOiJWWUKAmmJRYXeVLrMIcM47BqBmp8ib54Mu\n1NLKrGHpA3OeaRLjeWTOB6v/E+KhoRHpaUAcfiV9bYG+whYBfVnNB/AevwTC\nDJjBsJfq3KCmtZSv5RN/gUYSs86lV73wEBCXATNoE/LGnJm7x3lwN4pDS593\nl5IHC/GZWkiKLx4n0lpCN07hXj0EdxR1/h2EK6mmg6+wCKcBH4mO3RyElv6z\nNKOc\r\n=sAjw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191210.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191210.1_1575986515918_0.8747344501242571","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191211.1":{"name":"@azure/identity","version":"1.0.2-dev.20191211.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2f9d8374af25be423404ceb4e155d82f6801de38","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191211.1.tgz","fileCount":78,"integrity":"sha512-DoZIBvy2tvJIAToKJnyEj2n0tDkBkVwBBZq1SVSGB3UbdY8TJnUtCREH0QaoIsppXz2gjDP8Rt6PCGX0XR+JKw==","signatures":[{"sig":"MEYCIQDYv9wsNVf36HkYVnd6KSvBHHI4Q8b0IULQp9FzSy/4YAIhAIsd0jjsvnNilqf77sejfTdKk79qn5UIOKEs/VubLH13","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8PffCRA9TVsSAnZWagAAl9cP/igk3747sqQYIJh9SW9a\nQL/s+nufrq0njddS3c09ZNc3qQiboVl1wAUv/sVVzBWyjBAXAMQ952PH1I4L\nFHgBF0WnQXg1JzWqk/wmRZa0jc8QltmMsBXFEvrBboQJWs4LZ/c3zOJxQCfN\n7zXuS0RhiWLvYpM1cyjGDsZtVBF9YkPqRzrt1ExAXChH2MJOdZsS+ltAltVA\nWadsluyyY2bRawXE7gFoLJMiwls2lU0xAM7Maqd6879vazvRpfun63XMJreV\ngMGvg5so+Vsz4BC9c1b8TU52XoYMnv6QwlFaw7THM9F+JZuwtj/GH8T1GfVI\nYdCkVZcSuXg1DKILu0WO15tJhlI424rnqPZGGnAgIuhVy/peKvtjoMA/Gzs2\nr0ZsqyroPdF52ib3SVrFV6jJryw+S+cw2lznjVHCKgJBNXobwokZfU0FVmA/\nibQiE3ALopMBiu1IqCXaj1xS9/o7m3aaB01gPhm+fUA1U2H+qvYwegAIQWG7\nIYpkirayGdKx7/113V7iL48FNgbMFNPuDYDlUNlrxrU+Bdu13lc0VADl7phl\n/PkCKx0L88I68OEMGOfAL8d9Bl8O8iZ/N5SXHBGTKgJJq/xzq6jNiTaTOTMd\nOdYI6BqpC4qF8zn4EBKTfk+CwIskkVKpTBVKTwqFurjoqY47vqpZmfhj0HiJ\n7URA\r\n=brqn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191211.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191211.1_1576073182937_0.27001662407545535","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191212.1":{"name":"@azure/identity","version":"1.0.2-dev.20191212.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4d151409f8561a3515f79ba1c9697df463529447","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191212.1.tgz","fileCount":78,"integrity":"sha512-AK9IWfg8HHWsyNCOpMrF8Oh6Ud9mDP6JgEY7JVNdTm+f0bwRdliuzCP+BZ9t/nN+G2mAHqbsGQrN1+7zTcFg5Q==","signatures":[{"sig":"MEQCIBa14u7XMfx66FBUPff2mpAVVpENKB7Fdb9rkuIxYCy6AiAZzI+MZq9sqXgle4xV/6WU3M1nLbprVbLq314ujo+5Mg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8kn0CRA9TVsSAnZWagAAaeAP/22ijoz/y1OdKkEur69l\nHnX4bEN9RL4aPhHkrqGgpqmj/zFqlWmT4iBxsguJZJeUIuw4zkpoosqCl7is\niJn/0DnJMUDWcbRmYPXcaM556O/zKjDUW/j3KHysabVvrc5Wwo6X3Vyk/JkD\na3TirKjbMNCUBClUFbyOONuvCbOt0wqkd8Y/7D5X6cD7qQHbT8AoFZQ85z2/\nBqnbRWe333eSFitJ3wVnmJpWgi0iRIIeWLYv3glf8ybO+UIbffvQWtSxoWsM\nikQvyngQON+ys6mgiqg9clHb7pskl1Dt81U8Ksedu9OZgN+ftGM/yTQiobUV\nklyMjwDk2gv2BymFFnbKOunC19QJgZYzrMQtoEX6V457EzDILjKKZnvq8PC5\nO+ocze5bOHl4XjMRN9u5ljrO1ZrKt1mfDcpHjAurMy14S8PdbhXZ8jLPwB76\nwJzVIh7ugT3sMa64JczTRElaJBSvdsjB3MmVr0CfM3UFL6uwAJHZI+MgSXPU\nAL480WzeZyZT2nRu4EZqSNkxh+SyWP1+wbki0PeyRNvsz3Iu2nXPlCl2je9E\ngebdEu7ihbGmlVX1SEhFWDaa0RyfWHXO2GukzJ39URVLBaTITyBuMHqVftvf\nkddPixtPrtJC8o1KqxcN1QxGUp2A/eGaSGbkmugjZlTkPOM+wdb7jkRZW8G6\nHskq\r\n=uvUA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191212.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191212.1_1576159731517_0.7569495556236077","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191214.1":{"name":"@azure/identity","version":"1.0.2-dev.20191214.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9363020d675bc5ac2f444b2c74388b7279b3718b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191214.1.tgz","fileCount":78,"integrity":"sha512-JuOWssIp/K0WWFeLpkMGE0kpbohjE1I3QvAbLDfpfxNMurGKMscfdaTIf4/pbiGOoaTssVpiDzQ944577+wMNA==","signatures":[{"sig":"MEYCIQDkHmPaVH97KXPJ+Wsc5f+GjgA8IuyjDU1i9RSRI27YCAIhANaOztUmsDYA2SyU2P5Nq4ccMpKPCMp+3Q6Rw2tA5lKR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9O4XCRA9TVsSAnZWagAA9FEP/igyYoDzts2wwmxcowc4\nOrtf8pcA50vCMM3QR9wq1UoeBSufSGLQuomdENH/NkaXC3Lv5zm6Zzctd0y5\n2k5bAVl1tyDgDsVEtUPSpxcxzmKt+eFd5oF2wNSmWU1hTb91RqMvI2lNq2G6\nvAmKiysEuj3X8oTxoqcKQh0qFBfSBbTT75jtTXJVZOVzAFwmcRhqUOJPdkQ5\nAywgj/bSn4BcBq+objrnmIbdD4IJzKOqR3ZuQ2qVxD+wup2NI0x6Q7nUfqcL\ncS3Oxb8URdtrZqGtzg2HrW+5NtCNkSldIZUzRcKJjhnVixvOXV/7kGeIRly4\n886GTb8zm/Oncz9kVUBSdC1pFeJjIkYZNvi8CT+mMaJzYk+jJM4jzYleu24Y\nLad7mkVLRtLpqMG7I6Xq6xfuplJmTlWkMEvOHvcSmir1HNdwsLah7CWQWuA1\nRhXg8pqEILiUBA6KXuyLp7Ljd8E2abE8VccolqvmrFxeJXGnJNpaMC/GkjPi\n6yM4ZzvfxuxE62ozdPTVsprC7LOBB7XzIbXCXyo3g31JM6lWIgg0zBDUdjeb\n17QiGhTWLp39AFAvUDiuOAUNQX/eaFUr+e6Rzdp4BBlshMOYN840oLJyQbBH\nsJmTttYXjtRmPl2VuyQeZX6RPMZwH+PeaaI6Y8x2uXX2e4VZrDWKLlshgrbj\nGUIE\r\n=94mk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191214.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191214.1_1576332823248_0.1447188394904031","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191215.1":{"name":"@azure/identity","version":"1.0.2-dev.20191215.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191215.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a8d68c02d26c6f4769c2b22c7967ab6ca6527aa7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191215.1.tgz","fileCount":78,"integrity":"sha512-UhCwCK/qcLZH+4S2Foa9/PQxAkS/j9YUp/WN+RLgU87NPIoNOsOiw2AkH5igm2n7j96SAMh2sRGtyWJdvT8cCg==","signatures":[{"sig":"MEQCIA6tmchu0V2fHKeumMBIErKb76Ti6luv4faSk+mgEPcZAiAd0ixQjbXT4bMVCFEG8h7O86cQELWshy34AxeTIV++kA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9jsxCRA9TVsSAnZWagAAXJ8P/j9crUcY+SOwCcqOtFZQ\n5f52aasuEElRaNHYwnKj+AqULTduBsg/5xZHU3vbasFVwvoH1tp5iJn3/r5q\ngC2ch0vFwxZlbUzef8isM/Ts1Rr5jEIENQ/LmDOQfnmIGMiXXM0xffZKJ25w\ntd1FOkj99sPvODFpQjbJykhOxJAASDo5N+M+cWZwQhfF9wkD8ka8jy1sNfXx\n2xOBwJAIpdlrsxI3vRoKyW4D5f96NjMOtU6/00qbGknauvRM7TGh78SlilMy\nWrzqnkDXxaSpHyA+9BIQ1U2ThEgeXPPCM79gxGNML/5brMdjVEQfWxJ92EBA\nM/8k1D8R6goXYE/qg1Wp1n/iRXGXBnfnFWt9HA7uXKq13jlqsiEt2AHoYmbg\n9ijA5eoooi5TKm+DQZOzUYwbcwD/uHU04TIxzOO2pl/R29T3O6VNX03torN/\nZHQPQv7O30oZBqVre9EmvvgopUKT7eM/bONTt+hfHMr0Nsm9cRTRypkndBMR\nyqyQIZYrU4aGc8xAXRLYoNg/itmFiOUrb8gA8iM8VHJ9HpgEW53p7hDNLTuL\n2A83kYEyd4vH3TCsKHTc+gZ/6vx5lEeD9uOwZYFS9Kbm26U9LAMrv1PqmhcL\ngPIqYfp6eSrR7iaMGxpzV2/iDMVQ4rqkHLLgI+QklxHW/ITGyKr0BaFMq41S\n8Mmi\r\n=BmfU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191215.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191215.1_1576418097016_0.6236741915069421","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191216.1":{"name":"@azure/identity","version":"1.0.2-dev.20191216.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"01322f36783d3f698d662d91141ccaa4357a838a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191216.1.tgz","fileCount":78,"integrity":"sha512-z7vI5JIil3h/HsgDICAmE24yxUehwAAoJPHawMkJ2Ogn6OeUibfeBidqhh+LfPgQ1oAqQ+l5IkW2jC8xWtPTYA==","signatures":[{"sig":"MEUCIEs/ndkIlNWa+XZQk9at+PBMrPja6MLuEtstH16qHEFFAiEAga+rZ8tPcFRx67+5pXYmu628b6zP7Dl9ioPrN9Qfy/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd95A6CRA9TVsSAnZWagAAFMYQAJocd22lyOT0GNESJNmv\nWGeDp4NXyRhziBo8QhtV6mtUaCXpBOXePXjnGNoneK+HKsWkelaj61vZwBot\nAnGvh8qUBGTEIcOoGmkTLlOPckwuDkMlwmZl2zWfx6GlqSdahiht32QapTDZ\ngq82Kq3a6G/ldHu27vqsKHqIiHnbk+3Ww/iKm+q8R6GG2XpezB4RyMt5djHQ\nEFfntKHwlZdlwzeFXRzQSgJpNROfCGNhZJbeCYbM5HqqmSUEP0ho6Cyf9RSS\nJA2W06JesCiZARBMaym0Qdo0E3AjFrAAMdR0wu7GmcJK2UPid/C9H/5Zw/DK\nXCeZ74jvGDsEYECLnu3w+ri8vZ6qusEhAwCdsBShZKeWZlrG+wMe5FFxRaoC\nYi+FjUCNEAv1kbjwAOZgtMLKG6hcvdn5vjSbTo7MzjLlkm9di5P86bQOVzl7\nTf5qpnX/vscAktPCyKLEzKy0x3MY5J1b1lipxFBXRf/QC9OS2Qesj0T9FOab\not1oib+BLrInqk6/HGRHRDsnvypBpeGjebF1mPphP2VSk/vcG78cLblz94Xn\n8kWJTOOtivgsWKALVaQBvUI9UIoayJt50+w6U/mWilmICV9YC6BuQV/ffjZa\nMuLt38Qc6/cfvKSDC6/QRkA4Zor81DVmtIcHaLBWW5cmZyZnY1agUuI+Fhc0\n4z9h\r\n=MeYa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191216.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191216.1_1576505402239_0.04209589669229441","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191217.1":{"name":"@azure/identity","version":"1.0.2-dev.20191217.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2bddba6df75ae9e9063ec6ba03c5bc16756712ab","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191217.1.tgz","fileCount":78,"integrity":"sha512-+X44uNlXJ82Bec5QlxA3o/UrAQJCZVOk5N+t8GGSWfEhXkFtSOmv8aB3B8YismdfL0MBqqzkp9LxKtEAgml5+g==","signatures":[{"sig":"MEUCIQCNaD1cY4E8bbYPRAr+LaPYt6YpTxp0EVaeT1T3bB+/ggIgGOum+aNpIECgl+PwSAsyaK9+ghe2zgXJmQHf6TUZYcs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+N9ICRA9TVsSAnZWagAABDsP/jD401P5FwnSsYO8ewRo\nQ4ENcM2/6dIjiviFtgspGiTJJiG2wAJi/yK+wCIKs/qh+vLTLyUPj48BUwYY\n7n9Ei7GPp4IT5PCmxlvzilnjgFU3XALWUSzh5KFhbbkjjIAKCeFGboocS8wD\nHtenHNrfNC3g8dccgepN+x8auSvcGLolWCdTFdPciJYbJCy6cT79X+BYKygK\nWZoBxNk2sH+sqrfF1K6iE1LpswpWFDDbe0dQmbQcCvv9vDPoLP2CfmfZfRr/\n70LhEfPQrbbUj0EYqqHFJmY14l6qRFe7L9Pi0rYpddXD/tw853h57Z4eMkYn\nJBQ+0k94uHTAPuvHJ/gMTooqRACztyVH77Q+7+2Hgrt5zejua7w3AEMsVEkQ\nTt45cvkmERDrAryCJQ1ziIW/8XXwNL4r0HByQrmYgsy79eGHNueuZRIMAL/E\n0s7njODidSKrIJXemHO4pno3fK6ipJAN3+YQppPU6nd4p3hT9sY+MHNvtodU\nFZswNWHrc5Tig37WSZSxnxlzr5mTx2yCGHSl3bX0vr9C9jz1IEoSGvDK2ANh\nkBm9ALHajJDK4sinJeEQmehRlsALnnQGZj3UMfq/kRB3xaRGlaDdlcenIgoc\nSVlpPbvfd8wTUHJumiMhysQOqzY8n0esUwNzZR6Tx7JUDOD16s+FA0YXal8O\nhiPA\r\n=f++3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191217.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191217.1_1576591175657_0.7350965784532646","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191219.1":{"name":"@azure/identity","version":"1.0.2-dev.20191219.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1e0a4aefff402e3f4d2800020a27ec7e49a4cc12","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191219.1.tgz","fileCount":78,"integrity":"sha512-p3rwtDjXC4tXm+OpPU/xx8r7K6nBAr3leaHNUAWULYlCwTC7FfTDVzZHOyRqPbrHJ2ZkpKhzTKPQL5HbfB7l7A==","signatures":[{"sig":"MEYCIQDLBaZDvQtDfu5JRRT54M5XahwBmV/b6/I/mKZwEiMpowIhAM0Vbz+U5MBvVUsKIEAKXRMa52osQrYampLegM/VFg5E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+4KOCRA9TVsSAnZWagAAUSQP/jMgZ2XrGDktcRzKXRhu\nIMog0NcE53YpUr38odw1FQMG2MDKYBgt6oMOb95Y2cpzYL2ZiAGzzP+/NFVR\n3NBsvGcX8d26OX4PhhT842fcsgwgvWvsP/9FKDMR1vFysOGfocJ4JMPdxXDS\nnt0u845D7om/Pe2LtpLzSwMzgEhMgUiuJp79F0dKy6+7ZShIMvsMKg+yxAqN\nBF3hHA628wePZHN3OiqN2/7fwazrDqhNrfUy1x0JZKfbYgF+zcNVzrjkF33t\n+5KIrMWMTQXvHTcXOdwHkBEz0bKomYL0sy3KDDwvanpvjA9+rq8wPHRnPt6+\nEO2uQxmzRsfs62Hp+N5avP9BQLX6jg0k0xwMVTEXS6lRJtoS/itDQXTV53Ny\nEM66hKNnj5HxdBppvYVOg55v7TNIfjNS/imVxILl30OiVHW2/YpAAzCjVI71\nAogDZINBQzn55l3ylS6+xcnXx5uYp0xjykUZ03oJKpFFK95sAAWEUaHR+pv/\nFm/P5ogWChs+r6Upl8YQgxkUxPUF16bBjk0Ayzj3Mk3MXn3P4Fzj65YmIUWx\nm2zmm5+D2PPvZQCgXzxU7W8vfXnRr7KifqNThS5KLLvubDluJoXbg97rXpe9\nH2imB1mURN5J+/h8Mv9YoBZ04JHSM/WP0XI/1jCSnR4JqFvZRI3NEnZypN0S\nDaj9\r\n=D0PI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191219.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191219.1_1576764045944_0.8395944776598105","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191220.1":{"name":"@azure/identity","version":"1.0.2-dev.20191220.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d9e615572836e7e26631a040e22164466b90f37c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191220.1.tgz","fileCount":78,"integrity":"sha512-/nQzRtlcDTqEoBvHsdIofbQkeKzBQW/PIjncCYK7s0NpDUMwCbwYO4HqNre+rH5i4VKfWD7X37OUJzeHZ1Do6w==","signatures":[{"sig":"MEUCIQDqjHdW4X6oAZwu0jw+3r/DAc3YZQcKXoxtY+fctpa2fwIgCRYiBeQijf5hoCYgUGufV/RJWHBE1eqNid5YMnitTE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/NSCCRA9TVsSAnZWagAA5jsP/2veni3Y1GvJDZ+PHvmy\nm0Ac8iFFrjULIjJkO5sYaCRQtrHaMG/5dse2MdtRNhRe3BdHMhGBdwByUAUS\nestbrsBPAhwInmmQ9+E2ZJRMu7ofL3Q54NUfsp2MXcMAjPuoU7OGQVaB/5iD\n/XhoQmCl+L/HzGJ+LdiBUzB5H5UgfIUxPiIkHQgOFZ16KTEHYu/S2k786Jfi\nM0KJAHGGk/odai2TOhN+Hsa66IZ86JAuvgsqDyzSzLxeAhv2wcs+TXhTOh15\nI8hKZFuNMpYWc/hywo6Zs4p2YfDTedxe2KyHC+udWPFyhjdVzpC2s6a6tzF2\nNf2I3CwEWvXv3GpEIbByiZFm7u+kM5Dd9mifL4vMma6cfIMHqYY6N6Dr66Ch\nOX4P0CPw5UFld73VwAKVV01Z+GbtAbJWdVg7Dq5dJXWVcmJIFJedHTpdwq9o\nMYQiDwc+xKuzOXW8Vl/gpoOvEfb5SlkAtlQFLDcEIGZgJyj4qdtdcL8jTCk+\nY91gk8iG+YDBM2vyHB5HNlouqFctvEIj5iwbsxFWFPIzqwiNjxwuA/rQ72iB\nCgXCi9Sr7DG1PeTOxh9AV6c9Y8nLllvHTgXS5V0NoyCt/og0IxPAOk/YFUe3\nMNsg/8KPfKJyVvZtRLCTjyUqyl2yBg4ZT8kI2rvKLksBmg1mXGKnp63Jq8nE\nNEQG\r\n=1DS7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191220.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191220.1_1576850562105_0.056654784180745876","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191221.1":{"name":"@azure/identity","version":"1.0.2-dev.20191221.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"33af7b5c8eaffb63050d0ee159852f43be13964b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191221.1.tgz","fileCount":78,"integrity":"sha512-MkIUMBpqUCkYYaUuiRW23zIXWCHwuFJS/l9+SKBYe/sAiRPUh1pmlb1+h7AkG0BGh4Vgf8L5A2q+hZPvhzoEkg==","signatures":[{"sig":"MEQCIDxnXL5srsQuuAlc9bz5FPTuyQIYK/HPusDOdfL/2RomAiAxYZUKPJ2BjWpZ+/EyPlDw9jrJNDtyd48pWRfsYWTmmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/iUHCRA9TVsSAnZWagAAxhgP/ikC1gjHrXJPfXkoYAkU\nueRKBd05JgHn+XAXm3YXonSpjqcc9botjzvhsimpS5HfSqJofp7LZTOeQM3H\nY+3v6kYGUWqEmLblFpgWYGM6oSgBzd2tF9jc7wpHPK6XDWPnfhJ7cPqqJl97\nWAiFJ3sa51ut4YnPShFptxelmSy9cdu08tjBUIlLXTRcGOu53puGxBhPj9QB\nbobMFDAp4IfqgbmrexCoVobZ1qoLYq70RYPkyfNIw2iMfU22ZpANPa6cnEv4\n7cxBClE6zqQ+xedNhGrwOaRXgkh3hUOQQqEVygUP7R0Ie/p8/h+Bn/p7VXLB\nPu7T4a29LaTQaK8IPFRhUIqc5Bx2kgTVlI3kza5wmkeZb2ZgEgj2Qb1sd0oW\nSripQVzidZduz4hQ7ZaehtWkMxOFILrvi/mUeWQyr7/w/79c4aaFUlChSFwv\nCKCW7HZnakrkF5KN2DkuRbu3aBC+nh9I+kEwVmjHXL94bywwxVhBFCbmQ5OO\nM738X3SmgScHFZDK9W61MTzaVpI8W7dXcB7P2WthfIiYTQZWRpOyODPYvjoK\nApSUTgJUArS3ARZ2LOsvQkAK3NSKD0cF0khId3wdsrJQXbiQnYjQgkELIxoQ\nTzYR9oFB4bUdwulB04tpIEc1hD1G8vzHPC2j6YHGaYuCSazpl0X8+CSz1iS+\n3NHp\r\n=vsz5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191221.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191221.1_1576936711512_0.10757135521901828","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191222.1":{"name":"@azure/identity","version":"1.0.2-dev.20191222.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191222.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4eb655ee10632017f010db3cf81069ddcb0022af","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191222.1.tgz","fileCount":78,"integrity":"sha512-SmUNA4o+kc9Ag3e1SMQXVq3mCib4H34Dv0PxaIhE7tkkzoYxZMjoFye/sdqEF3pWN04kDwNuuBnsn2z029vRSQ==","signatures":[{"sig":"MEYCIQD6CchIiiKAj+7QyCm1AN9EXj5XKA6LWIzBurOaXi3/AgIhAJxAWJ1p06In/PC9vm2U9g+Sdv8ZK1HX/V9RTGRIsNFN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/3ZyCRA9TVsSAnZWagAAcGgQAIsA6JubeDJ+4Snkmwvm\nXRWp9wIHut8o9R/Qy/cobWbY2/9Bg61lnR0E2W5bt+hKVY7y4BQeEKwf5PRe\nR6WOShWJbY5nQli849GXo+HFwjYU1IRRLRZr9E/fX+8Fw1N/68MJGblr2hI5\nRUOU93t8HD730SdNABSNy3iZAQdc++uLlEdMs80tmlFdHYHkZQzPB9R5/A5C\nZyDUx7IXcCXxLmfBUBfiHEiH0u4qFEWvDgC/RgyVIdPWHk4qTiK5nCjhawxT\n2sNvoM73qkV44WWvIDOMqAeD5MfiTDJtHXo4pUMY9lBpJLquxyyxkVgTMT2W\nSC2Yp/IwWGLhAfbQCuvHx2BY8wm5aaUIITBsS4C2n0zUE2zyuTnygu5vi/m4\nRfb5GiRIXUuk9Jjc0jgJIZJm3aWTe+gFXS58bYavmDVbWwq+c2Y7k+HU4gHg\n10I4ph1Y+SK1LsHRlt2mB12wF1nhjylBJ4oHhs1iM+DhrNSb94g7f7YC6jt/\nl7i8WKUOsMvo0RbkjTcw5FcUG3jUywkeiYvOv2Ba7fL7gPY3zgHRS6tfi1yR\nkgTu1C/Fnfg/x9BAa2PnJ6dX68/2C/O9dAaKcMqjuOhQY1vjOYTsDg99GkCk\n6MreChB6ZK7Rf4g85tp3mEsTHwTkU8RNNCXgPf+yCDDA1P6JUFAzBwjwDDTe\nhXu6\r\n=r6BX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191222.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191222.1_1577023089712_0.6211572080281469","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191223.1":{"name":"@azure/identity","version":"1.0.2-dev.20191223.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1a3fb4ee40adfe41596d3860531f505f90ec308b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191223.1.tgz","fileCount":78,"integrity":"sha512-JD8IZz0T1tFD2bRm77YRRpIuwvHByfnNOkNzuXB2MywC1rbzA9ov7qTBdiC314f5DMhAnmfDyGg3TUA1AWQ/Sg==","signatures":[{"sig":"MEQCIEqH0qP1s3fbZLLN5Gr4obnSZ0xgZqOGA1sSje2C+o9MAiBBDQ3Zp6tzHoFbCdHdve6+ZpsQVq52c6JF6/MsqT41DQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAMjwCRA9TVsSAnZWagAAuJkP/2w3YPY7T0zTdzsz5v9k\nHzFSikQwr8m/llLtOvnjbG6PAD6mwjg1BSxzk+4HkFmruqrEOf1qIzwBRl0I\n7EoGuIlsRf5P68Iq9HtDVwFeUVeI5qwpuJsdXCdOhWn8e3u9vY4rEn7ap0Ct\nWYLfhyJEhD3vZJxAQyknxnPRm56gLr8I9DVzLFp9NWBOz+zv8DdHNb636xfS\n4MSxQtXR2TWbmneCFCLXkV5/jdEn+0Z3Z3fdUY/+Rd8btxI13J7RR+vmRgHC\ncwy81sOjqRJ7F4FUiHgdi89Xili1tQ37PEL07aF0qde/2jSs7TYwu02+7Y3h\nmhw9QabUdlquPXVy9rcWvpOU0qXgoPaCFFi9oU0jOOzt1PBAPi2WBZ6CVQjw\nUiQiN7k07uAjDEjC+FnxaGy0gKsIlUoXhtZH+TBe1iZfpYGOthuAo0YDMvMX\nM7QCAMvkCZ/1ABuJeau8/7twtj+CsfBR5WSfEws4CT1818+AFAQXbqCM3vxu\np74h9eR/7jD3qD9V+HpoZ4UulquFXfstj/ofSaqC5rsFHJAB5KqubmjDo29L\nR7G8dKxNSRx1zmIleGointPvYde3vdx8BkRTtHhuEmU8Q/3AdyPml4OwY/sO\n4fIPMWk/BwvGqNq3H6OGndrsqMYbwDjJh7ehxA5RqBApVm6CC02YCI1QnFPm\nuzN1\r\n=EHHr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191223.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191223.1_1577109744451_0.7146958584949734","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191224.1":{"name":"@azure/identity","version":"1.0.2-dev.20191224.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8e31a6058b978eac10ef712b44f6b776d69726db","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191224.1.tgz","fileCount":78,"integrity":"sha512-63C1raZlwrK0C852QW5O5WQp4uLY7A3G7/GIG2IHN0YdFr5y6PIWT4ivyVdmxBsIIIfOQ59pBMApqYKCIj0I7w==","signatures":[{"sig":"MEUCIQDzQK/zaW/xEpu+F/o2CCeKMvfT8GVkbHvtto98Qm4kZgIgYSHuX2Ra7bLMIUU0aaYdknqIyNHFAnXSG2hg6tw/zbI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAhtYCRA9TVsSAnZWagAA208P/j13xLqGTlEVGFMdg+aj\nogBjYezk61ZfKClVtCSdlJWCWju9VnheyniQbl4YLkDClf8ZznBvqrpzas2G\nXJJP11q1x5rrHDbNXFe+t5vns4pYUwuTX8wYuh3gwFiOb9aiVKrz9ap9Ysxb\n0oO1vS/qiX1h7adkaslquWaVffVKi2pd0XXkWCqPvASXK84sUomsVhdUysEg\nWf21tIB686bYIA2aSdc/wZJeG3Qwd53f1akGxSDhHAnJW20WX+OTAsk2O/KZ\nzHMoe4DMpAl1tok/34hJB+aVnpWu4qsyry5IS3J0FYc/FWJpeqq5QIZhhIOI\nlqnzU3tAZLQcPg6+OttcNbLYwxeDYZIqxsJWLItMTboca2HzA8RqU/3OkrC0\nzQnRyNGcRA8n/CmTofPf0xZKaZIjzGxsC6uH3Q87c9CF9KH0nGpImMQrgn9w\nawSDYnF78S8KGXmWElujgUtxIjAMMoD0K6ctuB+vzlxc8pZx13DG+vV7Uce4\nKMnII1qBcWDCJZWFHaI8/E1Ky41pz4ZlvIYUdGIbagByiQALa43jvBB3oX7s\nOQa4EF7SfKdh4bVT2ezrZv94G7JctJ6WkHpckgFZyaWFaCh/hXyeRZv7yUP/\n/uoERhN3jZR5nx23e2dd4QCP6/mxv45ta38WZNG3/A9qiTLBFqUJai54R5Me\nbUh2\r\n=Gz3a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191224.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191224.1_1577196375968_0.08152558360960938","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191225.1":{"name":"@azure/identity","version":"1.0.2-dev.20191225.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"454cc30153cf92d90b71259fccede2fdc06c2901","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191225.1.tgz","fileCount":78,"integrity":"sha512-vJgNPezig0aS0C7eT+eVfFW7Mkty001/doHDQeYGexjZ9NCXQi1MQIq8AB7/Y3EI5tsZj8sTrox5WVqtlm/X/w==","signatures":[{"sig":"MEQCIFufVU+l5h0zhgA6IVlYDAQwpK/RPf3gYBkMlbI4WaTGAiB3cV2FhkXivY2nH+zNaCHLYt5sDA6bCBi59qABdkU++w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeA2t2CRA9TVsSAnZWagAAFekP/A4jf/Vx0hDGswWQVOeK\nY/pNEALMKMg8N3VdEE0OZTV8SHTbSs467o5yQ/4sAVA1eWByKtSgCT7srvnb\nhrkY3X0JhKkFrjwsSAQUYScm98J2xSga8ktOfYCeH1ZWcjAAM1kGRcM/jyRm\nXP+wcIqIUjRYyuCYOa+IbRDzZ4qPqNqjky7OR0e9A2zp8FwRVv6keVPKPPDw\nYFtqnu2wYSA3Vw891vhdxOVjrn6zyjpZdvqVS2tUe0sq2y1sCiFZlVAb+HLn\nbY+goolGjj5rde18X6Rgp4JGZrRKzwTqLIdZTv6NFee6wEK2C/d2z/vlk4yh\n/rB6dnuui7suYs7UTtPAcIJyNCq9WVaoSeAPIl6I/25rbmiFRdwJKOKV4L0R\nufu0VQGgvpuWdkBc7Tvyb6SQMmbEHDv89R4EZl+pL+ptTTlZ6QbM+78gohkf\nVD4DYMRCZzG6JDpowl5cpjqk5B1DoQRpeejP9v3hSh7VMGX6e7ZR9hJL5kP5\nDVwBuoKCadESgYe016oXA5p8biPK8HYGS0eOLFB6udx/M3qgRucUc6GAGOgr\nd3G3F6FUvyGZnmRX2rMCWdySZHjn8gP2KPAIwutbOAD9kaQ17yEK9Y0azVgg\nL6T/MyYnepG/rVxIMBZ2Xai83JHNwJndniGqRFCfpUjAcRgP1q7BJi7WukXx\n2FXV\r\n=A56F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191225.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191225.1_1577282421758_0.47643163234963115","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191226.1":{"name":"@azure/identity","version":"1.0.2-dev.20191226.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3753a9d8668202df0a92370783d2cd1004c1b0ba","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191226.1.tgz","fileCount":78,"integrity":"sha512-awm8pyaBGksu0IHLvmrJiBEcXK9OOah6F9TwYitfKEF8ZDjv40MpqlqpSjNBLf4+08FkiXLNkwYpA3BmGNYQpg==","signatures":[{"sig":"MEYCIQD59Q8KOkLOe4a6p7zmdZ5xTysCR7XmRqkRS6bHdsk+DwIhAI5F/2G/uty8uNE2B9TAZJqoGVaPV8vyK/GP1SO4uC0y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBLw0CRA9TVsSAnZWagAAvygP/1ed3TTSZ/O7NpvbSczl\nUetXVENZ9+iu7qWJE2j1J2xyJYk/vWA50GpFqL7ToqMPdPTh97m77Qohz40w\nFp8piqF5MPoQ10QQA1M7PgiN+L0LVRNIX/nRnWDi5pVGBXuaivQPHslxGpZ1\nV5CHt/vc7hZlrpmIGxVLMG4st1ieumoLWoQjPodl7vrHg9pau6ZXlex1v2Q9\nDj9KwHidUs3eTicjQJojlI/bLdwMcyIzEMu4a9gAzfNlLjNjJDKYSl9YPPQc\nxRGxryId1rb+yvbD323Ad+G9QyS3VhIvXW9fIDyB6Le02M935/LIx04YKjz5\nnbAUbjzpPlYsbKZNC82BWI9zO/07eLraVEpwHuGs/PL8GmfLsZAv7Cx2qCzc\nmW7OwJFejTgy7xHKEuVfCAIaC5rohBX4gsv9Xl9hINzRAMTvwhDgdxMWmOVc\ngI8hFNJEvQfWwJxt10m8nibg/QA76R5s/Bcs2ycSGa/ViezugKy/S9UyYUnW\nqnqfeeSqnuK/f5jyOLue1TQCBoPm7//LpThKseRdIFTHu3W7J0NHfhgtOjJr\nL+XklGFKpQw/aT742j69QdRkyqDA1KZaBy0d4rCeSMhzsBk01uVdGeLNE6hp\nHZUV0qKZUBUUALgS9moyqLeWhm9yYVi00uM4rfXfZI/S1wgRoPmH7taPUvyu\nB6eo\r\n=Z5Qs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191226.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191226.1_1577368627848_0.2911006565958201","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191227.1":{"name":"@azure/identity","version":"1.0.2-dev.20191227.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"124f8b9c55b6cce96f638da084433b4bbc8a53d4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191227.1.tgz","fileCount":78,"integrity":"sha512-j6M2kvwsWtrbvklyVeShfYqVIovZGDMA+Q7UI0HDlH0qdqdezdGKqXOq9I/l9F7WPaERfzeh1UP2LLfuCM/Jpg==","signatures":[{"sig":"MEYCIQCyl8MchDOCeO62tmAw6SweqbBm7iUOzhV3jSFV4UpSRAIhAPU0xVQmjDvFPiV5aEqUayWtC4w+RfvLevIxIg2BeK9e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBg1/CRA9TVsSAnZWagAAHdAP/2IBCMfLCJGL5LgL2sO0\nsO56D1Um5Uw0xFFS0bYBXfoDRpzAramjYWzJm9WBiAF8WDpGrGtrQO73XcB9\nejTGUgntxHmReFByHpoz8oybu/FdwBrOnCMaHJlmn+pBrutuwLB6uzBm1bkk\nPh1E8AVICPkh6stBU9/gZIqZuxAAhGPgc+z9wmt17meo1cjv6ZQ2ikT6SLnM\nr3R8vQqiFF2ZQGgrJ1G55YgPdl9lAsFixNwWrJlLoXzSzFzvPSeZ0+nq+bqb\n8X8ng+JR1S/fuBC+ma7Xt42eGhK1WgZbYmOLv+5o/dDVOyw/IDc6dDSG6dj4\n9QhskI1f2AMFeWIl5oPnoV6KnUPqB3pGkeE9E/CYTE2nE+Sw1DDW1wR/+8d/\nbuL52uHxAteGV2JogALsdpEKCSnYVOUztAO/olxyjXGrTk0k4aIhJikLzY6U\ntQWcIbkNg88Y3iewpGk2z1U38+bYZFioiUlwozb4CmGnLYSjLnVmS4xik4Uy\n1+w/8W7pVr6M428ue40LheA1iXIZVmijylnsXYadmOvzjpxXXSGPr8/Vy/W8\nEhOtSEVhY+zVsUuzq9oI/mUKD4/609xtdbcawjopgfW47HqI6i1P7I5kc+Oh\n4Ad/PZ4eR9VITUCXQ6aMOa8h3igzugCcBno6GFVc321x6OL7PIfOc5UupX+O\nnsKm\r\n=pKnI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191227.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191227.1_1577454974620_0.790842410292105","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191228.1":{"name":"@azure/identity","version":"1.0.2-dev.20191228.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191228.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ac8ed0865fcda93a597b2ef3c65eaabd837ad429","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191228.1.tgz","fileCount":78,"integrity":"sha512-sGA5EDHWFalRAXBzWnR9QzmSeSz61dM9HWQXQFtE3FoNn7Q4x5lO9BBWZCndjAab4fp4AyRzGVyPhdQLhpidFg==","signatures":[{"sig":"MEQCIAUF3TAwcRstaFu33MbJ8w6fi5Z+XwjQnj7U7P4ngnrrAiB3TKpsZt8PK5QCTtH7PUhySFAsbB1gmK+tZnJouzZLdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeB193CRA9TVsSAnZWagAAnjgP/1swJBHWoEHcBQVMzBWo\n2QltO+pGQFuE91ZpQqC4SQTzbzGMtTvU0bHqysYZmQxsoxeLxyi8jZIE5D30\nGO+CKDp/UBKG6RVup/YjWLZIzaCc2YWKc08nJqu6mp0v1EcaeSZW+766GeJU\nVhOorh1JeOTRH6DJAk1Lm4Y/lCB0kAicgNUQsWZSd66oSARaxd07MKSb9pPC\nq0SElEni1WR+eXAREfXkIbKDjIveORrIbueDrxL8DNiAusBDrSzXzB99uITH\ndZmG1OGMgMUMM4IelwPkZDLCRSWZZxuPqWBAivu6CtKuzLHQ9oHQyuOo4vpC\nAJeMu4Qwhm9QU6RNHdXkgg4zWlkcA036JiRUUhTb8of78C2zf3N5FPt3u1z/\nhZiwtuEwBwBZ0A3cqoOCLz4bN328UktWMPP3APptxUJBOulikOCp3hu91Cua\nZfS2XoE99Xt0XGm/7m9B0gSGxeJmq2VE/GfrJQ0R92t+7RikcMcKPJdphmY4\nnaxxGNCU1CjgnKUQtf4dUqmodW/WCoZDMlgbMNZIxyR0JyRnH2/4qTbLerQ2\nZ2yIuQGuKF2mqctkd21I9XtdfVjyMxX+lo2t48i8VA9AL94Yz90Ab64eI40m\nMxGSdf/E2JFK/N/5foAdnxQlEJQccAM73eOproZfxW2rDa8malYMsYs6IH1+\ny5EA\r\n=J0SR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191228.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191228.1_1577541495174_0.31862983666616906","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191229.1":{"name":"@azure/identity","version":"1.0.2-dev.20191229.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191229.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"77956b1daf9e323a691662e1517f034cebcf0170","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191229.1.tgz","fileCount":78,"integrity":"sha512-Qd7tXUlMxJ9xsz4mJdspWWVLm5b+HeLiYx/9ezccUVc8AEZYHsC4nzLdoyaKK0JSX95TBenUVwqNCkLUkaMltw==","signatures":[{"sig":"MEYCIQD4jPNvXecBPH1AO21H2y6nlSrkwwpN1senBmM4jUbj1AIhAOWQPuNSHysVWmZDkSv4xX9+BSsDOUApZCCbIz8UGNVx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCKvvCRA9TVsSAnZWagAABq4P/iOsOg049peO5qlxlKG3\n0nnhRLIHrEQyCub4akFMcIX5tz21sC9cKsbg6jTOet81LtHCegOk0nT+VTn3\n5wQNF9xyKMDqdjnC9khMfh3NfNI783NbOXKZ1TXhvrMu98MTL6im3mHmqO5L\ne80pV1JQUb+1W2tGoSHv2CH0pNuajQ+2tqrYK1EFk2ngQcpi8dI+247FhqCx\nUtOSZ+jaoa/Swc4DUY9EpiDjMEjee9iwwBCwObYtCHEBatOlO+6FGo1JTCp5\nS9C8OXr8prCfRz3xpxmqH7+lDkg4uDFu0m8t58H1m50F5ewks7pjcZ0RUcny\n5GWl+vLv/XAFqnEv8Qu1GhxCE738eG8npSR3A7aqkSVaclYgcPTWgH7HRE5L\nNEKhUqfn0iLlatu2fiYxEPfvglnbDihCts0DhHutgqCUp8UhlF0x53DLe1PT\nd30zT/OYfhipslJkI6CUZy/peKpxBhN9gIjwvReOvmL/jcCYuakOvv/MPfh/\nCX3wc2NdeG6JEATJjggdx0Xhn24ZbvRNAzMkAd3VLhet1Y2696mqwsBWZY2D\n4ICEc+hA4vNhl4n0OZjCDTRAZ07k0/Qtgxv8hRoYgE1cHBjHogATz2niBNOg\nbGYx8NSIA+v060Jl7FznTvImxciIA4a/c0JQW/SMMYo2W3NsCYotOOykG23Q\nS2Bs\r\n=tFdj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191229.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191229.1_1577626606672_0.46131714775786814","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191230.1":{"name":"@azure/identity","version":"1.0.2-dev.20191230.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191230.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a1bba2f4700d84713ccf1157229983618ed7d50e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191230.1.tgz","fileCount":78,"integrity":"sha512-fHxKKbQhEiBVndg5JkxI/oFObMR/XTCGpPAUdik/8DCESlHXGLgbBhinvbOLliRg3M9mINS/ZshJxvzx6pc28g==","signatures":[{"sig":"MEQCIFnh0cEQ3KqqeRprknnpbFloGJo8nKR0+q+NLMpnvYQRAiAyuD/uJRLofIANGnHIm9z8AGt/wzcxV8ZrhOs1eBKAFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCfysCRA9TVsSAnZWagAAGa4P/2NIiYT/f7QwH/L+vBIU\n9o5BZJfVPd/QaawXYmAmRPQqS7BkEWhe61dKsVYy4OWPCvqW3lOCi4XUt1b0\nfoUhS5CiQSLXdGBB07tO2vF8jWS2ORfkVtbN6QhvInujAsu7FF89fJTTxnt9\nyy/A8CdN/uYQ6Q8HV4PeB6Bbi9c2NjN46Zp47nkdlHqpCkFBz5imjx/butcq\nRkCz7Pc+Km+gxQNuuHyYBJuQlEyK+knjcFvpfm/UAuXUxT5QRU8TCjpWpnRJ\nFL+gSP3dgtEE2UxyE//o+ae1q9YyaxugCl4vaV2BiQHrlStkwh2Mm6UKl4V5\nu6h9yTmxk828McDabAROTf9sr8ZQTrKkIYXodpj9uyoN2fwSWYGiOrsNSPOF\nhsPqTyfKwPGJkpAytn6r+dN57ha2yGy+zR9PSKcrhzQx9wR9McJe1Z/sHlGS\n5BUzFn23wmO1Xlhfx+vogSXYnB8OZdxf+65//+EktIP4aM/n62eH3t4LMsmj\nVtEDflirfpji1QGmwLHIEqUJgqxyx3QYzN8FUhZHRY5s9emXcOgHMRvM08Lx\nSUbYOM5IosYAR8Cf7BfBZGg/GO5On4zKzuZ5YUbQ9aLOx/aACrnLV/SRuvJF\nZke9Tx3VHayk/ZSsvXyekeDs/NZ2wJb+yEA6fq/XVnx1wGR6ZTsz2TM2LMRr\ncqDX\r\n=6vPc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191230.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191230.1_1577712811968_0.3406809295378386","host":"s3://npm-registry-packages"}},"1.0.2-dev.20191231.1":{"name":"@azure/identity","version":"1.0.2-dev.20191231.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.2-dev.20191231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"04ccaf4d4192437f0bc2d1d6b9505835d4ea4f62","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.2-dev.20191231.1.tgz","fileCount":78,"integrity":"sha512-4GA4x+494wY7kj5pyynqn7DELght7nSy8MUbc1WINIFT8IG4oRDgFZCgAhawDIXduYSwguln3kNPFxzfP2KEWA==","signatures":[{"sig":"MEUCIBPU8YDCgdKTO+PAh0T2tK4xhqHf/0SqA5WWDJEaJtvHAiEAsb1uZb6w3Epw1J2E9PXOixLqhZkbNDqFLJedz3aGaDk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396873,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeC1TKCRA9TVsSAnZWagAA/7gP/jzAAxZipK8u/lmwAEGm\nc1vQDPaXgsaQV2HsYFoMuvZVpUEUJZgYM0CQL6r8MQXbimjfc7gXsAZw9j6I\nwOxd+BEu0WHUGOfDO+U24wzJKahcPLPTsH5l/ZQdECgEzD8aVngwybtQHS+D\nmztpYV7hOgwTtAD8pc/hF2nx9qhjL0qFrZ6ACMkjpiyvoVOedc/ZRX0uL2fE\njmFdrvfiK7AdwHwuqvfWcXcLathI8JcDxOqsfrpfTWjB1pPc6hSxECvR69d2\nI8bYDXkIT6PRVBfjOZvzwuoTiREcPahwfkJw98Db/fpYNg3hi4+EysvRD6Hn\nDxeFMtfXSJfBxsPlRFQuxjTDmPOT+/jukiRJNhK+mPXEFrU7MxrpJgB8P9Lf\nVc0moTaH+qWZnfIqupodTyHqT1dU0ozSrZ+WS3jn947oKUFnVf21UXVwoIto\n3ktdMInT87mqc4cz2+zzGUMdaapiAJBcO1jvpz564RXAQmRBXYaEpsgp6OyR\nbV4nfiXAzcyENzzPAK3kIFcmE4fCkkefWcZ5RycBgoN5QZCy4rg+atvRDep/\nD3E/c1YnktQkdtH6AlURQqMf988r51d3AWJUg3x9dMCvQx03phFLPUSh4uOE\ngYbWOsg+SsghlhBFL0tsAJ7IHIZh+NKBXhe9z+aHpoMhHSY5/Li5GwcY6pb7\nRZYH\r\n=oWdY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.2-dev.20191231.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.2-dev.20191231.1_1577800905815_0.8637075901042652","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200101.1":{"name":"@azure/identity","version":"1.0.3-dev.20200101.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200101.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2f72ddf3c72e24d3eca8bffeedb4376368b2ec80","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200101.1.tgz","fileCount":78,"integrity":"sha512-SC1rl7I7o4R0o99+gvWXlSi1KnaEHlgZ46uYrluOgqIbBmycjCzhC4EdYea9fakPSLCw05lNeeFrBHLdTplRYA==","signatures":[{"sig":"MEYCIQDPxItOZoTULrBsjFMgHOwogVgAmclBc4wIMjJtjde58AIhAOGFG4H2MEI3hed+gK6HXWqLW/flWjWq2ld5ktMDEKxP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDKUQCRA9TVsSAnZWagAAGY8QAJxYXzmBSz53dZ9zUtvG\n/ch4IdgObLleyhqyav617ZlF4z4jgrlQxAgFOKCKPYB2qYp2wuif6jrggL2d\nnXEn6ycbwXCaFkPSnlBUD6l3zKFubDB666508Pb2rWmmOcNnfDN9LLfkLNcw\nf8LTgjVDXkUcAHzOlm4VR3AShwUBXte4zgvfK+d3CPCnheEL3sh+Yue59NMs\nRDBhEa7HOJhowDlhW6xJ+ew7RsraXOPyU3mAXutXFIEO6YLThURU+Te3P5ii\n+O2GKKbQoJZMKtkAYpjoWRENUrYGmizrC3WiYlbvQHqgirbqtMN9e2qqeI9b\npwo7p26BYseqjXOEwqSuTwPlUXO+eWfbAWW1GKVT+zFVw9KRVmfQL98/zP1V\nptUcyim3qv1+9Irz00eEiu3ggg75UsKtyjwYokVasBRdU0Y3jGiUehUDupLm\nGUEiCTRoPSav5V8n/P87VO3uecJemNXW04yfcBukQ/9+vr4m2u++4s/fwvOT\n9a8ZWKz/SQLPaHKoB9abLAz2UFmwDQhxRRXVBxGgzUIjZm3gnKmKayIID2pU\nlWqS/uLt71cHUuEOxBOJCCsqtPkOXBquSV+bDqJrEnaM5O6jGfcFcON61AjB\nuSTnwXcpd+LQS07+ZzoYDjQji537M+Iq/hbaM1wP61TuLrmO84B42CaP20DA\n5Ee4\r\n=0FEz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200101.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200101.1_1577886992272_0.2818590350945003","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200102.1":{"name":"@azure/identity","version":"1.0.3-dev.20200102.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5904869cb6ea309b3a8a017d828b22d96edcb2c6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200102.1.tgz","fileCount":78,"integrity":"sha512-NPFphu2YjIxSx3OqWKqxfmh1z6FRnF6mczuN+cxzchCKfbWOqbo4K9ZfgoqA91+eENl0eB7epRKdBupUFr6Z7w==","signatures":[{"sig":"MEUCIQDHJPaDRisSf36AnTn7U4QUMxlQ4Az8pwvoGTPkAIaJsgIgd7hP5WVfH7Tm84XE0ZTFRgByNTy5WT3VjibfRawKn7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDfnFCRA9TVsSAnZWagAAHIQP/3QkyOwNRj0RBoz7DDAb\nyxOj2Z2Q2zwsPeCukAfJCjMQdgjp7Ozdn84w3OURtuvHitKKJW2xDBXysiV6\nEv+ZQgLxqkGb0IOBKl3dGuHtleD3vsQ0Mnlz/QtTdzd8ttlG3IRLPh4mwYQ+\nTFeqmnVmCJmY1SNl82EYH9jalKT1KTTYvAjVqxtKXmkYFH9npEE6Y1ksX0Go\n+uQCdMwKPEjdKwQVlBR19hACOUUc8y9utNRIi7yXDBtz51ccqv7OSj9qvjSt\nuCMO6y/uUYZbTIdzimNDilPRTARfXLKguDE0ZvCTO9B6jYoZCvJ5n9+k7p6w\n7Xi1CuWKFzRt6EWORDiJwV2HM5fMBa+BaPbdNEe2QKnTsSbb+NLRZYqW6HxQ\nTWxE+YDZENQ+Ox/4ew78zZWNFWkezZroPAHF/95HHSo9hB56zVvjjrkmMvw7\n97MDRk8QsKGrf6n2vK5g5uILDNnCnruEPcQO9rRlpa9bclN+9IqPzAXuFTlv\nodRpx/ebo4Hm3WngoRYrwMfhuLmKv19WotTi8YFeoKXuobI5NzsPb0tlTeON\naOnUOT5jho2p8XkSqAcADXscGNQ1OKKr4c+TorV+xwHiEWeMb3YbBzcNRsYr\nfhnisNmFcOXytGX27AXYnAaZEg3lYvWPCf93HQrw6DHf0JDKq2MkmkaynIOk\n0frb\r\n=vh3u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200102.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200102.1_1577974213339_0.5616891396408816","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200103.1":{"name":"@azure/identity","version":"1.0.3-dev.20200103.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5c09277c1cfa785162516e82a4bfe802b4387397","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200103.1.tgz","fileCount":78,"integrity":"sha512-GcqppS67bA8fZtQUw16uIqcpaFeMuDuhuk/Pt6MURnjCSjBMD8a1izveSH6+NQH+rnUzYQm2Ge23QYOKMeyKkA==","signatures":[{"sig":"MEUCIQC0+te9bVTPnkAeMlJiCUm8fvv0X46GGjAmJKZWwNGshAIgPUSqozH5cSGWHLm+qpWX5DL+NSrPuze6K1SLBVCF3kU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeD1AoCRA9TVsSAnZWagAAt0AQAINL62riCAa7h3kHyRYp\n+/wBLdiyc6HdZYzJLgmos9xYJzrMlEPZwiKJqx8H0df6Kh9MJ2sAPePn4edv\nIJmSnOwsy4n2dMeC9F/7YObMPoWUdUIP6Bo1kN02LwOO7qDzypJaVoqNJMLU\nHMiWw9yjYa0gDmq1vNzTeLuMR981IM97fJ9ilZXrSnR+8XmG75qua890r+I4\ny1Iq/0TE9Kizz005/9ZMM//n2dWJHQFY9QCqz/aedCBLrB5Km+JMIgf9ZZtk\nVz6Io8sJeeQ1HWaraVj+Bbu5byQSmFz2EMVu8ppNtJYPaNRH2URj29uhiKvc\n3CItqGchgMN4bDon5IBTdhR5B9swFcGyEHZk0QsSge5KAivm4LlOQEdUvoM3\nfhEQ93F+tAhdqufxsMk1y9v78twl6MOFQquZrW6wWHTDWPC4eskBBewvzdts\nmiJny1pTi68UcjyqxXTjUYc+MC3KZywrQoRrXQDo0ZH2vp/nd/NUq1J7K2tN\nSHeY3YflMiS2dXTFdvNrhM4isWdrw0BNqrVz4+VxTw1Wp3dy3RTKyVejwJ6G\nSNlWP+gUfhKnQFU3ZRuUzL7p2RnFK1HQpuv2p4xoW1K4SkOAHC/Vngexp8jC\n3jA0f9kNCKv5lmX9eIXXa58ejpArxJd6taqL/3Bi9W1NJu43A5I7yx5Z1gUn\nfGAO\r\n=FWAb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200103.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200103.1_1578061864503_0.10213106728220311","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200104.1":{"name":"@azure/identity","version":"1.0.3-dev.20200104.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200104.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4502205443015717ac5248e141aba38f99837cc8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200104.1.tgz","fileCount":78,"integrity":"sha512-ApavIp1WI4O6bZZfItxf9SbJ0Itj6IpVqMxXasMXJ/DAkCILDEPeUiiD+Jx4G23R92TyHZXXYCJYK9xFLzU/uQ==","signatures":[{"sig":"MEUCIQCgYiscQuTR8fDWyAoAMjWFyiM8R29vKn9SwL2wY3y1XQIgTWW8/DUsm4VRXX7TQT81mGwhjc5keb+JUOKerfYcRq0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEJm+CRA9TVsSAnZWagAAnA8QAJfw4JMHH8C98Iddfngp\ngEnMNwibrmVN6JPYMXK0E1JeH2VXQe3/xYYv2cPB6FCQ/AA2PleAH+V6EyPT\nbQmY/FfbB4yCNZQc5R2Yq+gSiWf1tMwBsLgi0bPLK9DeEjnn25vQeYWaq3i1\n8RPedYmr4cGv5cMjfImBLwXCC4IhR6tdKKrs19rNP9CK5IH1Y3FQU5z8RMWH\nicbaeKy0r9q/gb5E69kdtFiyB6lnvcvQCogsym1RcESIEcUE1/5wu7yI05Rv\n1vlnuHEIgJ8OA4hxyHl7AFLwK6GXgovUubuFg9qXQtiGBMVQw6jcXZvrLq07\nPEXH5IcpAwmid/SrvebfyRLKXJ7yQ41ZyR5NyI3guvC8AqDxfvpHDAuuu33k\nmaEj3gybpqcUGnuBK3ENzezbs11TS4EaHiH5W/rWOjv1ikvJuKQSlIkqCSz9\nWUC3mEoNHpYJDNbY6jGXsRdiF5lNmCCvAOv3OZROPCghhV3kqGee+lA2sHT+\n5txq89abSK78ugsjTSE/ioJegTZvwOeL6WaiuI4cFQykREJ7D2bhPVhVLEOJ\nVr8qxP5heeVbQnkB+W1NENXcXopgnZzze2Ur2tspkwQyKU+I0hnF6gt7JVNz\nlHGsOTy7vT1FEcunuOH+7M+s1ojAofxtZjy1hpqdfrcSQnQ4U6Z0GPVytHIl\n53Xm\r\n=XpCz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200104.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200104.1_1578146238172_0.38032460207397634","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200105.1":{"name":"@azure/identity","version":"1.0.3-dev.20200105.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2236d97e0c2094747230338abd05d04b8acab6ba","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200105.1.tgz","fileCount":78,"integrity":"sha512-+0xPhCAWh7VVrSvbDn8I9DIGJRjFX4fAv91++4orREujSjl1a974GwK887OaW8UuLO7QrUfwTdhLG+o28egbVw==","signatures":[{"sig":"MEUCIQCQ1QHhFnjRoBPmtsL2HWjBIeZFpj4Ng1InqjStCOIdEgIgBavreg5LXQPqkr3o7vJE+Ll1kam1KW/flxSZwy0uPp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEe0HCRA9TVsSAnZWagAAOS4P/i0WbZSP+EcGkwXMoZg0\naJRHpyHvh7GnkhSWTIu+TibWThl2WpgPM17NlYdVaFOQXmuMkM1xg4dAMCSx\ndUe+jiX1zBL/RIS0LH+hpp7rDlY8FfGxt66qmJVm4depnMncE0hE5IKJ60Q7\nUQl+/NPSpwVdAksdY3WqZUsy589ETCbirsV5NQKhnnPKZlkndYqSa3uQVoaH\nnycxzH22hjn/WGblWC2zBLMYFlX5K21mlEtSUDZHpksLv49MH4+zglHcw5DA\nLEu22bTTBSHpQRzt9++pMWSTqV7skPkO8v0T9fJRaep3HoQYGNO8s+LHE+d4\neIa6KJU5dhgFNqHFiSRbD8Wyt/koeAUzEnO5CNR2rQBLkS7c16/yF0eVwBCW\nj59ZW5o8t1svc+LVcKZRsWy7YWEKh6wMT2+3alY1e2YLyE9BF9UkNB99Sq21\nQNRn01vku/1GLcDOaUyi+nLF4tpFL34S6U8kEEac7S5RjXyZ1HlVGD3HgkGC\nCeZTwwJUcKBS5FOGmeq5YdgoVC+QmCZ9Gzd9uyIAuzEl+oe9xNSwDqq/6kHg\n/pl0TEjmS9ik6TbqdIBVCQOydXuMUGIw++5EPSN5quf28BJ1hTlDlKtZcB8W\nwoiLPGXMxBpmaZFZFnevib5+Ix6+k3qz9NJVkcOcddhgYDcRLbhIJaTT5+pC\nXlyl\r\n=WHTa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200105.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200105.1_1578233095154_0.44751388696286987","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200106.1":{"name":"@azure/identity","version":"1.0.3-dev.20200106.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"943ed76353ea8bd5cb85c91042f42a9e643dd271","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200106.1.tgz","fileCount":78,"integrity":"sha512-v6oxoIj0RzEZNHzlonYNhdt8BIEDukATW0n2uNMiqejowy3up2TjU3OcmHUh5h0V47GVy/Vpp6QFLAWwtoZWSQ==","signatures":[{"sig":"MEUCIQDM5+pwTlGBmINNxdWS7iGslvC122Ilp4KYMpehRJUeywIgbuHEFfccBca8QcVBfhayhup3uPmZZc2NN5kqAYCHCJ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEz2OCRA9TVsSAnZWagAAZD0QAICAbtJzoVKJkSiTiVAU\nd5ROPcgo5cTl317mcxN1fQzGgIEkFUXZ32DzMOjVazF84bsj9fZmhIu2FVpq\nNOdv49fFx66xVRBs9kWbCKtu+XNJafSSIgAibK5g0X4wrA8wLY3psSflMA5l\nVcId2V43yOzF0U1kZ3tTOjIY/Bdve5/vPJ/P+MlLVw3ryE2LNV3YSHXEE3dF\n1M80Dl4xHXfFEDL4XQ9jbxsUpTMnUkBfI1aJpke5eJBoebsRgvUsx+aqwG7v\nxCMetLs/Mq9lY72LYYmY+sTMWsKFRu5tgkZcZKFvP7S7U3BRFAN0JU46NF8Z\nOBSzfsbskzr56Y8T2DEQCrwZHaN7uy0OmChsdAYcso09AR0pAnIwKgpi/S6X\nIvTM/Ps1r038TI5mkOQc3EN+/MMht8SF4FOc6e5jc/gl913HCoZSAzbnmdWq\n5MM/06xXUOz+GCG0mU9I1uyyLJYcLBcxOd2rdJ8TbGI8I6aYT5iAQUt8zc7S\nQ2F+6SPO1ikQ8IShQhLE2XD0C2V9XN4diW3XA96YNIxDYQC06qHE0KR1lS2n\nzOPjntOzr4fYIDlhkfjM2wwLs/f54ub2CQzrQphczoY4KOU0BiRMFUzoXnJb\nPgJHQjYf7b8qo65jm3WA32NOD+qeQudHHeyJZRiX7McEQVntdvmxZSoa0NYq\n/4UW\r\n=nNBo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200106.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200106.1_1578319246263_0.9412419187921264","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200107.1":{"name":"@azure/identity","version":"1.0.3-dev.20200107.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e007d70e2b04b91679232c6445cc67454d0bacf3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200107.1.tgz","fileCount":78,"integrity":"sha512-VvHMhMY4jxfscNq6Mz+IVpcqicLegTn0G0HA6GySkEbxwPznlSGn/E6A3B6Z8q/75M6jkox7SsamOl6eSBw2Kg==","signatures":[{"sig":"MEUCID+8I1MORWPcd+2/9/mQO9HAQ07B7gCYFXPY0npaULO2AiEAkz6C8s3kCkPhk7daNLhzWImhZVS58OOKNMfSCN9vUoE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396924,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFI9CCRA9TVsSAnZWagAA548P/0txVs73fg/C4MFR0mci\n4CsWE0jCZkZIHUUzJg+UBTLV6Q+jC+B4LkAUIo4E7fVbI1G0Cr4S8xee+qNG\nmcpl7hdG16AQGklN7aFaMZwiiCvMM35n44+M9uRf4NrmEQs5WQMUAT0obNPj\nvorluTvef9ukIUfnhkviIC1jiNmhCOgvWAFOIDhfbyiU56QmyoVFjk1XhlaG\nV6GXErWqXN6QbUk/QXGSj/8AIW9eQ55euPX90vCkl0leWA0U82EJMJP1VXZ0\nVWfy3U2z/tOFvldhb8iM4ABKcV1DUAL3pcYDWKd9j7T2UTNPUSFwijAWPFqK\nsoKaNYH1cSGu3/OKkN+Mv35WxeyvReSBDJ+NLfOtVUwblESQOpXHJxBIgQL9\nEifhTke07M5Zr00YDWkeQiR4TSSkZk4SoULs//p080K+Jv5kez3PV+50tRcS\ngjHJOHYTjAkjtQ0+b9W7T6afQ/lfcJhtJTgphrcVGdYnZZefseoNnKSkqIPI\nGmRTRbmYImVuKZP/qwlyG/TVtzGIxkhIUL7UgrA+SoTWtEbmDXVx4tuZqTmz\nSaa2RcnQw1CDmmR9qWkJawX++57GSkLGcGS12di5FHMt3XIiZCwlOYE1tdTh\nO6FCci9H3RbbzUj+ChjZiokAlOv4EiQ/SIbFcF/DFavvAdQVzGo5wZS1/45Q\nj9Yu\r\n=simx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200107.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200107.1_1578405697961_0.37271481743916635","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200108.1":{"name":"@azure/identity","version":"1.0.3-dev.20200108.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fcac0ddbdcebb72f7f6d599c509d62755bb853d9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200108.1.tgz","fileCount":78,"integrity":"sha512-eRck8tkbvexZOLzLTEeCcWlnzx7y4w3HQTbYwIBJ+wZwSQ7YI7zqV01tfIGKZ0n9YXXAUGzk2lFnKBWkOhtAHw==","signatures":[{"sig":"MEUCIG7yOFJoblYRmw6xZg7TgkXv8kVTNSTCc+4w5wJ+OqSIAiEA894jTisbqnwKflIQ0tIkpLn9LT2PKUk/pMz0yp6sN3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFeBkCRA9TVsSAnZWagAAo3gP/jsQHWJ7U9IMAzPT0sq8\nzBw1I3HaYnpIGE8jYmwJlm6gkfF7wuHlv4vzPvhZ2qispyQjdzRO78pQcunx\n5dghUMzH0FkpSTDJadBXmKD4tj1u5B4t3DIIrHxLunoAGPrzWUOXA4dxrEeN\nzCo4WGx0DkS1hFMzmCqeVSw3ki+LZgpXmGSfKUnifunD7HrLMwt6lYypgAYG\n3hEN+TjyBJEpMoQAmb6rrWUk2LhLdIfCdQDEKTmBgeQ1TAfS5zozmiL5n4Oy\nywEaNEceGXVIjVBlO0JiEaJEAn7/P7Jl30w/9qFzirPXYuBlEtb+o1zilo5K\noQ+nEkrvL1iznMT8ZFPfpf7JoRQJVpTjJdFjaiEp0bF5TN+JQMFbXpufqn19\nb+ZdoZuc7Af1hzz8XpUgeEZst4aYQY8pwpYz1fsTZGB+dnVlFMBZtB7nH9Sw\naO+FMnUR4WVZGiSD78h6K+IqlHAiMZJBcXBmSc5H6E36jmtWBDNdvu90X2lY\nuqTKej7h26pHKINclkcplzVsyMI8ew41i5uudA4xL8p7XxFI6IhvLwAXB+kT\nwO7usNb/5li2NnyNYSs9RGDh1o5qf43D0J2C3cd1OzdNhsxAIB55j7NM3dSG\no+6P2efA3f/cBLrwLVGIy+DblXrEzJIJzUaj9kDf/orejHxunpRPjQTXwZv5\njdvr\r\n=661i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200108.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","rollup-plugin-node-resolve":"^5.0.2","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200108.1_1578492004218_0.6431847083015483","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200109.1":{"name":"@azure/identity","version":"1.0.3-dev.20200109.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c1440dfb57ca15934464a75ab40aff6c32f789b8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200109.1.tgz","fileCount":78,"integrity":"sha512-8ue0Pz+CiPQZDUFK98Jsgaf1f0MQ3jW5N28ADwhIdzQX/hcGSCsCkmWXsKG4gRHurWykMqVg2DU3m0GknXJ7+w==","signatures":[{"sig":"MEUCIQCN+7FdgmlhdCn2coVW5gHowCf5ANnAV9p0qmLHQcFLHQIgQLCN0kgQ2NmtUgbwXyb2klMzL2vxPATUhGUR+JMoo3c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFzYHCRA9TVsSAnZWagAAU18P/2efN7wBmu/B0bSUyK3k\nFmycIF72iglFQ2ee7KpRRWILHgZgQFvj4stCbQwWiM6apRWmyc58KUItpBp5\ns7Gb+c9VoKmc//7vxTg/z7o4x0yZR4Q0O/uMLGdYCLY6SfbtN6f9fDbIO28u\nlRbtOzychmELWTmtfcqPKHYrU8XG6JiGpW49ns6yMvKX9dPW+iAuPk164s77\nZsVMiQnIB9z6fbvUS6pcKebcOVih7+iBA500wWxKJnws6CX4hgWzqdBh4bHN\nrvRnvkSmvhPQqh7zB/fs+KNupiqjYfEhD3momQ0dyYwNIp2M00YpO9UU7jWm\npa2IfWjRfdPgnSW10Z5HK03tGrheUqe85+k8cdYvhCAVA7Elr29Cmh4yIzCp\nZfuC8IA1vKNpDftui/W+0WROw2ZIUET/MRMXuvjm7HkInFAvMloixXuX8eUo\nd+Xfcf8zXnj1N0HOrhLPE2j7l6bXxA6s2k9qCP7Z+a4GxX+f64nyYjAAISpy\nUWFRcdzfTt66mYZhMoA/0sxvpEkpqUj8VeITv6qBzqd3dBmi/RDIQ2l9Ul0g\nF/VxOc8WxpZFom1gDSacwGOZ17px62eq6uuIvPA0Jcori6E7P9lgwq+0PIXh\ndZsVWbvxOyo+Rs+LMFFYHm1G9StSfmJrwN9nuj7Jwo6BFr79uvbULls/ZaJW\nB73Z\r\n=EzIh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200109.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200109.1_1578579462614_0.5149542160272509","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200110.1":{"name":"@azure/identity","version":"1.0.3-dev.20200110.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9755fc465106f230667ec7cf7ea1ce5c5844cc17","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200110.1.tgz","fileCount":78,"integrity":"sha512-W7YZIR96bMswZCTaex1h6yeuGx5oPec5Ee+Wp5n36buiP80zAe/tVElN4vinEx7+hVPCxC9l9iua0rl9/8fGqg==","signatures":[{"sig":"MEUCIHsXF8ql0B5YbweXSK+GKKtuJpB+0UgX3UW8NsYNznXqAiEAorzZ/MB1BODNS3COODrEbBfLz1dTSNp9ApZU5J2xDHs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396927,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGINtCRA9TVsSAnZWagAAjSYQAJTxGgtGZ96/+qgfriQD\nA+7eVb72T9LwWMOuyNxR21qwKaStkqy+wkDPmEP/Zbyfbqxfk7fZmYL2ANq1\nqIIbFBwWrxf4FjKHwgrlq4HUcdWS+XMhdOeQvmmoRzZ2NgDqo51jJsmJTs5I\nA7jzpVuzahebjb5388GjX8dPwFNqfHtHEMSfHZraNjkqo7J33qYH7kq9Pzs5\nNOvKjSUj2ONFqzjb+DD7fjJMPgjXFbjVL7j7/anB9oc82SINWuogp2rek5om\nIIR5/s5lZL82h2EM3nrYLIaf/rug+8lzBuBFMe3lFKlTDHEnsQGPQI4mmx8M\nbduXnVfVmlntYYG6ZnLw8AU/yk4d4DqptoBFPa1OAhw3lypxp5bMxvzfoyC9\nYztYQ/eDDGiWfc5nAN6Y+bfIRLtv2Rqx+vwZhW317bV6ZrkkUGr1jWKNihmL\nVLNC75vX/p7Gg+b2xjddsdGpv6nMoeHiCVlp9vAwOMQscMiawL+4HJYfBnle\nWMlKetgvT//K3JvbJZJxQVcRHmvGuDIY/x3rdHTyEIueHMAP2gnuB5jDVLbP\n2HugT4xAk1aortbqIuR1Bi+o9IraU+muIrfN+mEqGOAZs2+Il4UKpxDf8RzB\n8M1elR5oG/LvlI/g6PDJ0oC/zKimdToY0A48WMP/fKhxbFF/77aKRdBtoBBq\nCNxt\r\n=xDOR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200110.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200110.1_1578664812801_0.32075561919760154","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200111.1":{"name":"@azure/identity","version":"1.0.3-dev.20200111.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200111.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"34beff039992a231de41156127dd8b945369b2d8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200111.1.tgz","fileCount":78,"integrity":"sha512-tTXeWb5kU2V/MQgIRlHQTbX2RzgPMbxLdRc0uB4g3sVQ07gF1UtbakC8j2qFSvqeFB3AiV7DFhoDVTu6vfQrxQ==","signatures":[{"sig":"MEUCID3VH0bB3EkSSg/FHVIMlYKiWx70ZkfQjk2B3o9gFdY6AiEAqLJQ7QaYz2CP6ZPQZLmDKqrl4Ah34d91gHOPhvPgx60=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGdUvCRA9TVsSAnZWagAAiywQAJOShHPsD8lEMjbXJm4B\n1RaJN2wwKiWCcBG8qUyS3cBQI+loFwDF3jbAGcV5c3bG96OMyLA9cUENwdbs\na/28IYK8vkcmNayV73yCSkZ4wh1kqnmy9DipDm6+PtsjdFwQfy3x4Una9AQC\n6nKNCiM9hoRO4sQ4QDzAVsSJqqXSQ50SAsPbyZYHddIjPFij1ZYbxs6hUc7P\ndnhwh3UmpBKNRT6t0NfYN06iDTzwr4p475Z5C4jznitinUBg1ULBwyHpIju0\ndUYWOV6B+MA1mDZiIaMKkk7e7dzcKMrwKmkpA+qLBULYVubofge8XMeFGbvf\nXMTceQ4CfELpN08LEMQrLUC5MEcsAwqUGjHBdP/lZw1+5QDJBuo+5IOnwDFS\ngoGLcmIoafeT3DV3Su8kSXkvknxwle8Y4Y04/zCpcWEVvo0AdKx5/PK8sp9O\nFXrByRC+0JdgVqibfq+EeduBE7ZiSaXBY0K6mW++40hsJ1Osfd1NUxjBdSxi\nbu6l8FEtV0lbmvPWh8MTT87nASjMNutnuOfF8dYKAQnljnZBEJkVqGyrVWNe\nbXdITrRD16zCDoY1hgwsLT3C3WXosTKrb65RaAER/hBeILzekuzhtnBP1pw4\nL6VAIP6ITjJgGQhNr7PQMQFTJJ2IAPHCkwPp2J2YkKSI5YF6ed4kBOYOALuY\nDjZh\r\n=JDM4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200111.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200111.1_1578751279061_0.1250218750337","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200112.1":{"name":"@azure/identity","version":"1.0.3-dev.20200112.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"52f130c169554dfb4eeb7ba42407e1e4cfa7f928","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200112.1.tgz","fileCount":78,"integrity":"sha512-egiBacpKq9gY4B4TYbYldxLd4Ztt3KlZd8k23mmrNjo16386IjqzGp25EcWyRYi+YFO3sWBp8Sd1ElsBljKX+w==","signatures":[{"sig":"MEUCIQCktC8Zein1wHhT8MD62ygLHRAiQav+qev4jQ6IoCLYnwIgbgCtl8XxVbxAf1fJ9O/PbFwDAMLdVsfrKpSNbIlrFXI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGzATCRA9TVsSAnZWagAAS84P/ifVfQP9BRmFb+PICtiF\n1Gou72KzIv0lhUJ+swdgbDxRmEnqTRIpWRc7n+heTN4Q2D6JvkqAY6aQx6CU\nP3f8FHZn2KSwyTlBixE1Py8E7xfqROTSqhbChd+rq4sq9JvPsuLhuzrF/KmT\n6oHKg/JktwiG+hwZI02mBB84Y4fvqqQBoO2vjyojp9o1r4/s8wilKWvotvpR\nsbvOtXHc855Se67nKEN8picO2MDi7GKLha6qGe4nDJy5YlUXjIredyT0RYFz\nPDbpcrZLW9e49n2rroD38Nu3zhPQ9nl/qmkDcqOAtld0ZhaOvbENpIgWbZGc\ndRYqRPnS3cqwHFrmmc5JCG0d9Ceb+yCjz9fuYM+8a344lHpztdAZgBV2t/bA\nYnPXRtgnTXpkcaPtiRmN+OzSlDJQnc55WGwTJ7UbMp0TNynyowCDkNLkqzwA\nfA7WsTARH3NyhusM1Ec5qrtLT22difoKWHcH/joFextNK7ZJbED/iWQz9sHA\nNMhWUIZnkbaYV8Rf47RQxkel2CKDdm1CEO3MeA1q45H3JWrSv5NiPmMeAt5F\nc6bUkt4ccu2QE78ylrnl4ndnK/vXhVfH6/6tfNOO0P1L6kWH2BG8m8LOxCFp\n1q6oMl4cPHdPFKPTuwLchM8OMdxg+ou7OiCcP4jpVGL/RW5Xa8PBay/UJM7l\nioWe\r\n=HIvy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200112.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200112.1_1578840083529_0.7497166721776221","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200113.1":{"name":"@azure/identity","version":"1.0.3-dev.20200113.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"59a010f86d784bd9f209b4e39f0ca6d12c06309b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200113.1.tgz","fileCount":78,"integrity":"sha512-MSdu/EUtHanN7Mr4PDitTmxqHJ5MoGl+0VX9kL1s1wferuiWVGk5s/H9oJFeSG+s0sKvRK7MnYf1QmJU+qflqw==","signatures":[{"sig":"MEYCIQDpjHWQhqJbRxHDqHtq/G4TNB+xI1bcvtO3tKMVJpLbGwIhAMKrooCRns2uvMc6w5JIJBSU9U94hXkhr4po5qbO869Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHHmICRA9TVsSAnZWagAAxdEP/AwGDK6H4R1Pfpf5I+Ud\n06kItOYoOXMuCAIEJUJPgniDuN1k6kA2IVCn4OJZXiMZWHLLHz5n7WJojwAd\nIHKmVWV7DW1Z7a0LV+wHW7a/Ueu9c+x7lNcPkLXblFRXODzKBoCt06l5a8Pa\nR6qAIpl4GQOjVnW9DufkBgyEaT2b47vueznoP6cErmp1E8ZlBCkzVkVV74ev\nJYmPL9s2JEPfVizJ655QnfnmfWUcmjsygziw9SavRJI6hycLWCQmIACCBsPv\npQEdXx+nMhSwIDJgh/3zef0a/gaqGFSnLYJd6hAMHmVv0LJPeGhihnd+c0xA\nHrdROHhs1z19T0jbJk4kqSSmctmyRi1duzetMtT1qmF7DhCdxhhwVsOeXLe+\ngUJKPQpNjehduRHLLxx9kFfkXdMdFnGgI4yWtkFELALqahsYuuWnyx4AtBML\nTHOEWicejRUfwHd93DbXta+rckgEIEYLZQ+GpsaWhw4/lz3Gw8OngNRy8mdw\nZgxAKBpAsmvjO9SD/5uGlO8JrhbcC0PR70xrQKK2fEWnPkqN8po9+Rp5RCeM\ns18pXJ108ITqv/JnW8Awmdk49b6SX5oKVSQpP/zP3S1mf9Ca6k3BEzspuytb\nuB22FqBoCJrGS/mD3lTl1dz7qQCv7+g1v8/qDKPUTpp3N1oDtEp5UdXy83Oy\nn9z9\r\n=zbMf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200113.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200113.1_1578924424486_0.9666963743191397","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200114.1":{"name":"@azure/identity","version":"1.0.3-dev.20200114.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"60413f8555af10f07e3e1d28348bf80750a4eeab","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200114.1.tgz","fileCount":78,"integrity":"sha512-Az/4wKfLVgznuyOw6isxKlKCl2+2zvfamE5IuJWejn2G0PhCtZLQ8+SvpMEDXBMfIeh2PnSe4c1AKU6FFxLLzQ==","signatures":[{"sig":"MEYCIQC3QtZDVVsRNbzrfjh712fYzu6Dphxcwl8ZoLti8ximKgIhAOBRKGwRLGrpISMlpoPVzt7Pl8rfVJ6jDzmFFKFyuKsQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHcsgCRA9TVsSAnZWagAAIuQP/193pZDcvXPn6UTVlII6\nAzdme4UtYf12Uicfd3SyaFY4AK5QuJs3YIIgtYai74qguo2C4iOr5EtdEk8y\nr/3Xc5719Mb9+EA5I70ZFq7smDwep6FlijURiVoI1jDK4Lg5OI+dMWsTCjwd\ne68FVpHCOxa0y9odTmgCSE/E51/D6jnLuDVjVYTTgIaMFxlnQnrRDOpombHR\nDLjnTstaxudJihFdAX9N1wBwVcuPjoENSDjCu86PoRrIS+PBnHgDG8APIwcY\njzCJGENpEcB9jyFN2tCdMNa1901aPKi/WGjwXzMgTVYOh4GgM+VOvfo9PtfU\nmVQ+F/ouwIo/ND8+iNUGn5JgGyYeu59AdCB/TPCC0Pnbycz0PTRPVKmnxVd3\n/nkrIWVOpHgquzkVd4M2BpoVro/6IEUmTOEfg/83PU19jg/bg2XV8WF3rFtg\nFeObV8lqFKK7aS2KO7uMb/sQ0aMzjm5vr6o59mvF9xYK4EkOe+ADaQSxJJhf\n5HAfdSjxyUPP+kfsawPhrxTRVOVegBRwTjvxA2XnF7fUuXQbzwuIO5F/BYPG\n9gsR0Ohd/b9LqICj2B3KtdPIz+pIlM0sgQMqsOctLC2Gl03f8mNzOVPDrfpH\nigPw8UABg2yzCeYRZ4L00Vmgstu9nAxu7Z/67e45EbqhkBtxMXoE114XhZbn\nqB0C\r\n=Ofo8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200114.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200114.1_1579010848137_0.9294476627652066","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200115.1":{"name":"@azure/identity","version":"1.0.3-dev.20200115.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"201d23677c8edcdaf951393f6ddc7014f8806e47","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200115.1.tgz","fileCount":78,"integrity":"sha512-L98evA+0h5Ff5xIKgUm2l707/0cPRb+Ayc3gwrlfPUnkhzIlejD2Fgi2nJRaoLJ9YAOo2wJB9I7CGxmFj/011w==","signatures":[{"sig":"MEUCIQCxmD/XjoB2srh+sIjbYrQ+CLqJBgHhvhWP2t37CwgHlwIgYKrWheP89irU0ZOklrVNej44OI8duYI9F53YW5wnvd4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHyCZCRA9TVsSAnZWagAAuxsP+gLRT7X0Ni2ZlEa3dSuV\nppQXCF5rPwawY8vYemTxFWlIRR0tO8Qu3Ot72fsmy7R7kq7Yg6F4SVrSnMuK\nreNEPvl1YnpR1U5d5P1AXZVw8yroQc3donpzjq1x+aFpby828gClcKtDa6Qh\noa9OpAtCyRRNuS4GeYbz1D8lvwUDnU+N/B/r/WjWOjj0lV7rO/+lbKqKQQHJ\nAVVSi6LqfApz2bzg4+VzSHEkKH0yGqIH7Rd3yb8sJ4MRP9cMF6pV98kh6Qa6\nGFQZXFr+0UVdYyHXGLTkjZeyJ0B8dMt4z0/G7Buqq5kk6a4A2OMbOgx2wHwA\nbsPR4N253Nhvz6bUoc48ZdP7VgXgc9rHW/Zrct5Pi2/gweq9gY6/VCmtr2zy\nSvgUNtKWiKmNKzvC5Guo8lOdWURufS7STOs6OG/jqDTgGURtd3JFa7+r+MKB\ncC6oH45prnvcF4zFHUyIvHKjFIHakVssCRuRWBBT09t1Ocb2edohgjFNM2EW\nOXe+QcZcIjYLDkBr79O3VsVxa5zoqvdXFodlhlyqhysSdKw802xqU+XyDqcy\no0iZfxWLpCZfzFSKWdUS9LFsU4h1Rteatscc+NYlRhJsnPLfzlEwSFYmRB9w\n9E5rP28sVzOBVFqSyw2MON3dJMy56nKyXu+19avISQcjp7M0MnkKTwz32K7y\naevv\r\n=ATAD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200115.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200115.1_1579098265174_0.2847551479917392","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200116.1":{"name":"@azure/identity","version":"1.0.3-dev.20200116.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2934246e8d7f0ae11e247ed583add8cc1a27a77d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200116.1.tgz","fileCount":78,"integrity":"sha512-y8iN1J3EO17gQpluI8IGXIcjIRmQDEMzMThsjTOL1kqkZRDxr3BqoiHN4baq/5Cd4MrU58kn50wV+MU1FXIgGg==","signatures":[{"sig":"MEUCIQDYCFS1d7OR2DhGKEXugRu6owB6tHBrg3j0zcTYQQnldAIgH9WUiGVi1c+a5DIrQtoQvAWs3fWDyM/qOhuqfO6YOSE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIL2oCRA9TVsSAnZWagAAIh8QAJuvMFYtPGotjUOCYz5x\nBHGKggazwRl/7IeEQLHQ7sqCmegj2sRR3fpITmoARWX8mTU6aB1ylsRLkWzL\npz7F39MFdAvdQ9U+OlwBJOTJjNCmag7l03GYh13jTVCGd4HW+fM1K8a+sGsz\ns8SU2Qez39xqu/tyAqkcXtK6odj247BOL93G4cH8XCcI+emRcubcCX+UxV5E\nWWJ8YzLnlNgLyp2eIv05N5CzwH/XT91IgMZ78VTv5dOFH/A78fXmTh6ZpbsJ\nUZdWydA8IZOVKn4QVFbPmdpgqDDbFTRjHBD9NnLQyAIPs3Qgb7sx13WJRVwp\ntGOcWb0MRG8thfwhORSR9uZ8hVgclzmtDrk0aMl/gaBIlyF/RhSrW8ALFmh0\nV5EPMH/Un5m0phLBEOEagA4re8WDjSUOxIAH149mY8Isc4OnWesu11XHD9+F\nhb1hMhOAu5ANl63Fg2N+0yBtShc6xMj6RJmXYiEuEwM/nTgjoGm8BQinx9MK\nD6jD2gYBKUu2S+8uDAn6WA+/KEuzDbMW4py0t1mcImdIcsM2lbDJh2s5jDob\nHsEwxJhwjgycQhPYK/T1wM4bCmkplNZiX0h9YkKsVKjJ5QXUtJiPcwoYsucg\nxeatIMUlggZ09zZb3lh+YOTe05LkM+ExIYutszYtc6G2AbtEB+NohwxLmjCK\nfjca\r\n=w9xi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200116.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200116.1_1579204008539_0.9256751665147549","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200117.1":{"name":"@azure/identity","version":"1.0.3-dev.20200117.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"733883702de66a6252608450576737e8046cce59","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200117.1.tgz","fileCount":78,"integrity":"sha512-EpK/0hdmOJ0aGPmmBCnhoxBAYWQkDKtxvCrWp9JpI7QjwBbnMYNYz51ITDK0rQ4hCPZAYrtXr09YFP6ZtmmrOw==","signatures":[{"sig":"MEYCIQCdSYX00QOrOgwL5TivYXYtnvM7x2XDZ9jMqnP0pCKVOQIhALSqfZaEt93x0GbAZO4VCAPsEGLIbMUrBcnx8EOexePd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIcLICRA9TVsSAnZWagAAadgQAJJBRG/kR1lePDmyqZar\nZuHlUqkJlG6hDaVAgfXEmOU3Jf7KD8ym6JhZN/XYTolNXO+YrPXTx6HV0d+w\nlVasvzL3NMZKm7WD7U3j3WPD6Vob5iiFDD5NBK7tua1bPpQSmJ6yWr0+B+qg\nNh/AP7coCDAFtGQ3ybJprt4i+BvFC3xLc1GP/Rd1Buv/7YWPtftcZFOmt4Ox\njTBBQr5lgFptq8AmpvLTmZOJgDHfak1XlGvsr7SBeFNapBNCyZHLbwd5rpYu\nO41uRi+InrZ1gmQVEISFqGDYzKsw66qOxMnClGUG4pPXzmDB5Kj08MfSJllb\nrCAT4HSBznnGhBXbxAwFAmeky7YwQ1vEZLLP4VavfEUXV7wLYskUvPR/80pV\na+UIJC8DOTEeCWIpZwdxUICi6bAchb8N9R0OAc2v0x7OdEe2LW+QyS6DiMMt\nj4slgXFOdpVsD+ucUoD1suln6i1mEDkzpRn6aeYKqxJuihm2Tb3XedkgRsjD\nkObrfWAfw9dTCrq19ajEz9BVgbri+i6LOEv1SfQkmcobGwWYvLzZDKquGOa2\n6egyap0iv2PY397Yo+pM6rGt8KLK72MqRXV0W2XKngxm/uoggot7uiEv2tFE\nWDttdaOcpcjiTgPpBga+57J9hlok6tbE3nwJxMrlybEOCxIZscFEH2IhzSpq\ng0M+\r\n=NnmE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200117.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200117.1_1579270855661_0.5545782294769028","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200118.1":{"name":"@azure/identity","version":"1.0.3-dev.20200118.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200118.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"03b8644a1273d94777692b43d6208ba623cf621f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200118.1.tgz","fileCount":78,"integrity":"sha512-OAHIttEFP738TfvxXgBw0qKwQ1YUMr5/vST8vH6KM9yPgVzW5fs64wH3a4DIICERdxQbUHIWCDr2uaKwGgtlJg==","signatures":[{"sig":"MEUCIFnOHGfHVXt5LxLBXdk9v5ICpqoHeXXRPPm4FDZ6Bj4jAiEAv9ATgQ5Xq75L3uiH2O+Qwr3e+G23A8OjWPyc2AjLmVs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIxA8CRA9TVsSAnZWagAAdY4P/29xUHf2UnGXiHNH1aM6\n9GEOKSyKarmZEFDyIn5BcdISEnVyDIwTlYN4bUqKinIK2Ha0BXFxN8BnaAUf\n++9X+szyH+RsyDC750TaplhDX20h/tSLsYJH5b4jnGuDf4nlzqJ2E2+KckIz\nZFE1PkbCeWXVeb8Y42+ty5fN8GEFR/DBMvr/wTUyTDBICch+GMjRCnT+4A2j\nF12gq36Gs48aFgDFpGOQCAH8gWPjHE5QkewRjm9P1RJ7s0lRjaWP39GBqyWG\nxM1MmymDrAqnAogGqnXeTCBrmP37ulslsp/Pdh+r2Smp+RpB9ACT2QeejwL5\n7206OoWGdUnfKv4f6yBeI7q0Qy247tYwRvrT52R5SWkYdLE7G1outkfARGFC\nmw1PLFTdFkztD+hZKzcF6Cn7ZG/PiskVvmNh8SjXNkHXeVfDtYoQS1XG6mrT\nVf8ylJV/Ylqn2CJYxVQH/DUnX1DYOrSr8vw+uovDQiHN08IHk4aMe+/LWWdu\nojzV1GacZAL+mCLrIoLy8BijGVyt4K9R7XBwLhtbFcsRgVV8Jm9vUzEEzHa4\nQM2Jh1B2cYsMk+gsflK8wUly8PjklV96JLAX/6YPD7XAat5CHFpTOF0GmDl6\n3nWRDtTo/bCBeCXtERhjKUO++BLFO9HWTusngDc1MjD5OY9WwFrKH1QI0kQ7\nvAwv\r\n=v1e6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200118.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200118.1_1579356220308_0.9133594523855593","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200119.1":{"name":"@azure/identity","version":"1.0.3-dev.20200119.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ba8ffb50f69f795290eee0c6fa40f68376e4e62d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200119.1.tgz","fileCount":78,"integrity":"sha512-aGjvoSzXiPv6T+ce17yFkB+4CxPWr6Oi4ej9A74g3CiAH4wdBt67ylKOzfKYSzbxnKtHxKWYO5TxNnB9jRKvWA==","signatures":[{"sig":"MEYCIQCRxAesXSA4J4I9UTrKdYlfXxPT41KTguANFXOF3JSDhAIhAO2C6KkwDrn4QjOhaT3EYlDO/rcG6x0a4t9F8vxQUhEz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJGRGCRA9TVsSAnZWagAAH2wP/RCMT2WxF6N0nSM1HgNX\nXg89uGJQaAXxqDkex4uVxNDxLJiFXxTskauPEjIPyJ0C6j+sY4U5Gt6EQsAm\nDb6hILONT6+yVs8utpkBMlK47Ul6IygHIEp7bx0dEJi7+6wIMhQ1g91YcFXw\noaeOpikFfKrk9m/eEUkr5Ted7qFWVYTXz6gR+9qWYMWQQhFzCtLfshLGZJl3\ncUy+i1YfbL93s1UrVajjD8hHBYwfqZvR47Ij+EhSSa+hNergQSTWoywMbVbD\nIAQPav5ZpbZCgVtJxcYw48B5ZYtIXnQzH44zzTEWGkxl53Fj1CNJCgzBi9+K\n5WMDeH8l82mkYQBipct3p4PYMnzKcbQ086HxvlBd2dXqvWpxCzuNaTp7R1/p\n3s2ifG5L7gKpQrvym0cFrEezmdZ695dVWGWRhOCQpnCCfE/s0aEABT2H9Zif\nGboOvKaQgZ5V/UTnJjeLQUCF7jYlGaIL9Xt+cfrZiF1Abv1OLlGfr3i1jagr\nCF/Bc7jKHHfJml7maTCCKPafPvf1KBfS4/nGQB1D0uNTultNRAHuCsSZDKiY\nNCytHAYY/e4JDjgXfGb8Le3581FLz4dTYIs7tjcO0A0rAh5zNOXOv/kEIsMp\nN3i7maSTFbSogzcz2bBiHC2UcCOJW2li4jPusufq+F1/sKCLwJ69Oxjmlcgp\nrqq/\r\n=Vusk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200119.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200119.1_1579443269959_0.07019361150299575","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200120.1":{"name":"@azure/identity","version":"1.0.3-dev.20200120.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2f311498f7333780f7dd91c7e12aacce8f721386","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200120.1.tgz","fileCount":78,"integrity":"sha512-Q9NKRZftFj+X8LNAvL1CUhW96wH0iHqHTftvRz3voDgasp2flL0wkW4aqZszyvQ4YAdXsIfky58fxHop1F7MFA==","signatures":[{"sig":"MEQCIGCTVc6g9MQScAiXxlRe5q79P2+cCz39l1jyXFF2DbRiAiA3CHnJa+iKV0vZ/O8nozCop6QQfyQz5KZQbCrwQpVvng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJbVQCRA9TVsSAnZWagAAYuoP/iD6GLjiN3BUiCLoPBHO\nIgRDV8Ywo4f9m/vK1JfolxsCQTCTOcqLDeMOtWIkJ8eVfp3Od19XMnVY77iE\n997xvtiBDo3YZsJR+lJSlrOrLPC5iZ/VILNi3r2xTXzpMM8kh63fHG6H6RtH\nW2lHcrM7bFAtJMDPePFJ3prAvWxkk39Y4xTcXmAw5L4j3NuxvdrQ5bhTItZP\nVJWMa/S8mWp4QYWSeUoJSlX6JFDX4DX2U/GFodsjxAxAxijxwc/Ndo49mUMu\nhMjLE6QJUAzZ23REi+XtxwXgENuZf6MBJl2uePc2o5fiCoQzRpy9EQDmVy7+\no38Cf9nQCviOu0mNseeHdaRNOeTFGfUSCZwLjsCgV2SyI79eR3S1fEisCLGQ\nNwXU1EeSOB6UgIPF5eiruLBlDRcuq/B2bo8a4lQfPuPTmB+tJoQRTfVZxit5\n7EMhgWGwBteiH9wCmvE5OsptBLzMGaEGzhtbKfUqrYMt3Xdq6qq43HG3RUSt\nmsWIrWjg3F2Nmk4qZ78Q3U53Bek6y5agYxYhf3Cebv9p+O6eLeshGv4OrGdf\ny1vPICK2HzRcfHlqd+HrIP7SyeoJGbNM/kmGRr9g0jGu496JXbFN3jWhM69G\nXtYfr3wx4Q7ofK6cgUTFbLf2rp8QWtvvrY55LHPtEWqs1AE5zkHJCX/rSPYP\nN5Kk\r\n=dh0e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200120.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200120.1_1579529551706_0.9085812660734542","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200121.1":{"name":"@azure/identity","version":"1.0.3-dev.20200121.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bdbda6702618374b503fb547b30aab9991779755","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200121.1.tgz","fileCount":78,"integrity":"sha512-IY0GCJ9YIQslMlkKg9v1+Z7ZrgQdvVkQZdGFomkBvTjlEgoUVoWJy3Au1Ic5HcL9T4ZsIMUhmrqBR32zCBdllA==","signatures":[{"sig":"MEUCIQCAkMvqIAuuLNtmthk1qDX35cTi0DDao5nSFt4C1JM+LwIgBW2fNSgq35P64j6txwtzCroavaLJngjWyQ30k8FUvF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJw5RCRA9TVsSAnZWagAAzTMP/RGRyt5XHsXMkBP3LZZT\n4N32+m9TQFwNLZCbBRuCD7Ha0/sghICaNITWmq7xe7EyoSCUzZOlAEe5VllJ\nwtRPphkJbUcoQMXYErn3BeCr7c9grd6XY2RmE8krmf6K1nuT2nwBPri8I6OC\nsTRJiIfGclrNp2T5yWKv9BiO4nDxWyq1660U/4VoZz3j4iLL5fHBaA8KtgwU\nraBF4OWWLUhn71py0vuT2Wi/UIlVlRodtw2VgU1ul2dHo5HD8OWXrowRkDxH\nNcjQ5Z1lnjVM8lx10ff+Jko+5lYOqGjFjlkqhKDTMRKp1zuRA462ccZxtVfn\nvFzTatJV5TTFvUf7nUgGoaEgdyDjlMjcImUOlPJfnkv+czZhNbklzG3apJcs\nWoEkwSHwyB3zsvsTLea/rvqMSO2a7hQmFVuwZ6dc+R8YSNTl3Npu4L9iouiY\n59fHC0WVI4LeO36nOQj4jbhzs2vZiyPGsgTommnSOAK57g8ntSNx4D6BCn3P\nWrvgQM++b2mmloHvsOfXK9l3xFqbTkZeWknqApi6qhvpNcfI6RMVJlPBasMO\nNIH40HGxJ0046QA6WUDx66Tg3ubStPLcqyEjyr7YUErq8qxfdfei+GXfN0Qy\nFZUhysekLO72y5YUztPpupc2Id8LYMcQuusLeXP1aC5OnqycEJ6rULuobASJ\nSSC0\r\n=oXgp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200121.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200121.1_1579617873206_0.7715101281674484","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200122.1":{"name":"@azure/identity","version":"1.0.3-dev.20200122.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"94265c89a30fda70f4823148f3552e0ccc93e1a9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200122.1.tgz","fileCount":78,"integrity":"sha512-APNChR3+K+RB1xsDGY8IRIwOKzkgERgedX7o05581LwfsP7hsCP5yIcD5bB1rvtm+mIjjTOqborqZrCiEFS8lw==","signatures":[{"sig":"MEQCICnwQ2SqqsdDg1NpJ6jFWI3/7uuszl2lXBA9SUlE6JEFAiA+pfO13LOhybo/xuqJOKUyXuLzicJ9xCxIt38Qm0eJBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKFfNCRA9TVsSAnZWagAAsQAP/AlyyPVlJc6vBQfhuSNo\nlqYbSzAPISbbQ2qD0kMrfwXezmPlzUX2TLBnMC6umf7LdWYvFuQND6KeWxsj\n79KqsmfHoMckEbsZFFFqImY/wqmy6BXrFi9Be41sdtgHPqGDGvXS5wDQlK4r\n4iiiBFjBeGuQtM7ga3L6Qwk2blHJ2FRtkYzefBn72ZTPiclrmpsqC5P67ekV\napYcafyqAPY8K7M60+mtYQCYhXjLXzgv8POdECmXpt2fEZTsJe6a8Nl0EIfs\nAsj0bbdUM9zCBwSbpjQLxBwJxeZl8SsuydQKpoWytOVhWpHVPcPN/etHq0jJ\nfKJotHABOOMSNXtuYaPUFOt2KOe2xVigno/V7BjGuHgngzOMiHXGnK11fs3T\nvGfsLRm8dKqfJNoXzuU37ONTuB28MIzePzmEd9gb6nJi3dr8+5WcEk5y+v8C\ntJUwWqXflIoJV60mCuBOukcpBFue23cKKef+XbPHOA0htdqSAdEGg+I23AAn\n/hwwS5kJbpxLMJaWUaDslyK9wlzyqj6ghdQTAE9giD85XvOYCGI7AjxVvgdy\nRgo4LplLdctasd9ux/NsQvRl+sz5CNvv9Jx0y+RWupQppGIKWmWZfFPg7EyQ\ns3WYsrTH8S0yKJTJ9RHr6XhXxfxl4SqCa0EO/Bv72rNx1VCxlY8ZVwWnj1c3\nd0nv\r\n=zYt4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200122.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200122.1_1579702220913_0.22991089471049575","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200124.1":{"name":"@azure/identity","version":"1.0.3-dev.20200124.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0d9bb0fe59279862863005c1a7e692d41dc9e6f4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200124.1.tgz","fileCount":78,"integrity":"sha512-/xtiBCCSohVnrU/fzhj6qPHJ9AJUCiaISjQSRGpFqTtAut1LNWgzUWWb7P43V/+8TvizoW4BiqR+G51kowalbA==","signatures":[{"sig":"MEUCIQCI2rHaKF8/cthXQaf2ZKdP/9lnWq7dg3EVh+s4MUHG0AIgHAqK8klAOy3jTi5hIZbmDpnbXE7XxWS+K1LusAq01ao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKvmsCRA9TVsSAnZWagAA2wkP/AxjDaLujpiR/mn+KMtN\niTMo1ci8oCWNj/m75XXUbjOMSvHzmRFQH4vjsYuvyGtL8NUdqpzFEGv1o9kM\n6iAjUa8/ZDZTz1iHG7MiScBCBY7H7RRLk2MpWhwRJkl/Rh64yUBdGru4J5OL\nLFxmjGSbIz+4jiKccnNMdOQH+D/HvqdlUG5sLWPRpLqdfE61yefxvrMuqaiW\nsTL96IEtOjViGyq3VbozPxZrQa2tMcwvQQqH1XkOOc8/op3dYl06P8l3zfML\nV9f+zRWZawZE6DY/WAQZHMHoBTtWALrK4C9p9sr2osmmLuoCPkjsYkoHJfZH\nuGrhR4u/6x/KTPPTq6u6ZM16xN0RfW4gP5SUg/eF6b4gqKtJ53fnt6tH91Tx\ncm9hrG5qzjiMJa7+XNnV/qi2GkArFSln44cPJeohbpEGMcqtbYMht6A9LXkj\nUinWK1jgqpNMmVeDEf1Fqa90KjPH9GsWTUur+5CQnly3qy7iK5bTdQtmi3PX\nGgQR3jvPi/CveN/zO+ac4gMjV3zqmoJqYLWfVTyE5+Qa8Taq8uzdYA04ajO2\nWqMaUz1s/ijNdVuB2bh9ejAHhv85WHM7XX4uMjCJFKcYf+JyXrMlVOnZ9HNV\nrqSFHxnkbqOW48UDoTBQtoRsLo8RXsYcDzlUCmT2JEtbv0IHDZEYqyr/CunM\nNAdK\r\n=HyZ9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200124.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200124.1_1579874732343_0.5720314125281827","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200128.1":{"name":"@azure/identity","version":"1.0.3-dev.20200128.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a8c28b87238003b73548c308f22ae166c79d0af3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200128.1.tgz","fileCount":78,"integrity":"sha512-vi2g6xV3x7ie2Avf3soaXJDDTUQhTpFHrglqQ5w3dSyir57MBmFPfxNr25nwJlFcFlWkBYP/5tYFDdhqViQLZg==","signatures":[{"sig":"MEQCIDh4JS4by3UkVD6eSRuRy6ZuJ3YVHuhRee974HCXyDSAAiAn/WHJmsb8EmJK1evqFZPaqBduSnp3UTklLNhXgQDT7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMEJ+CRA9TVsSAnZWagAA3vsP/iGB/iBECv/e8WUE5vyB\noK6VgSy+xMvfrrXDB/HPJWXGDim1UHNbJPjPeQEAYu+uI51hxN18/QzEJdw1\nuOwFZqwX5PvY//lOk20AKLaX8aUrd7kUaR3vlRPxNbbk+3VoyrOpXYpvRLbw\ncIiy6Xr8ckmUNBpn+ahbSWrNlCC1yhFPdbfoU+rN+yHnKOT020K1hYZOMzYn\nLGGpj07J3PoP8D9I26Q2frbfByrw7bhAxMJBOZt7febM4NR4oIrvopt0Vv1R\nPEEo6Ispbjf6Y0hUaZk8YnEueS3TiFAjt/MQk3ozfWQ177M6PKuJWWPFD54E\nXE0nL7giHKXoORGrs+cpttgXjmIw08mO5hEZb2l6NIT+oQWcbaW3rjltDsvD\nMSRfDfSVzUSO4XI2VtSrTyD+yn+bI7D+AxUy408MHhlpsINkausV64SQ0Cid\nzOxtacEkLZGHkJpj42IvWsy1OnVzM6AZ2fdT1UnSBATihA1nKBw4ERNiJD1h\npdpD7Pc5OQquXGEcQayv3looFi+DQviJA8hTS6X7QfjXOqWvMbSsr2mGNxWV\nw2eGXK/jdNMYHAqIEyIpQmSOMnz+tTgUD+gbdjJFhHdwQ2l6mEF2b17EvRMe\n8HCVb/LrjYkY2Ndt0PVdYRhWzI6s2zGmS/b3UTGi0e1Mzl6VOXlt+7VpPiXA\nqTxn\r\n=xUsM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200128.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200128.1_1580221053630_0.08197374555503356","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200129.1":{"name":"@azure/identity","version":"1.0.3-dev.20200129.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d6ebec07d58103ed9873d046504b22239f5ffdb4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200129.1.tgz","fileCount":78,"integrity":"sha512-uyq8AIhKp9Va5KDBLN17RnSjMQUPKOq8XMPu/0ujygNujIKfC2UacuXpEe9xaJ85ESu4OBS8+7mCrmo/JqjOhQ==","signatures":[{"sig":"MEUCIFKDJC6qaf8m5ezeKYDlUbbWn+7TgtQbMhRdIT96TQqkAiEA/9hCgmz6FXS+78BpPAM/KDofR7Dg5B7vcrZRmT+u4No=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMZWICRA9TVsSAnZWagAA3vQP/1kAemeBskd9nRTLUcIq\n04F03oABVbwvc7UqWAjjBfylA4K2SLKnYeRrDKYt17WMUePpajZeTCd0iMBH\nrDGgc0cXmIA98gopE6Ei7icDxcwFAvp5Wcn2JdMzXscwmjMUSqllYd1HNrMw\ncZgBamE6IbjHeIXJgzsIOnV1C1o7NI6XhyH5OdQhfuU/dQ1BA8R9lwiVJB4Y\nEk2vi7/60TqX12zBpvZf/PPYXoRWxbFvsjVobbeqIsDjMxFDhVmNxvN7XOiC\nNiOxuIOyYm0xau/3YSdU1Tq5Tiezx4iekakpJACERemp7bK5FLlCaX1U/REF\nVUqagURTRLPXiqEL3AEzKpqB/bqUCXL3kLJ6Pb8jJQa0afUZgC9xzhz9QRpV\n0InWi6Y4Vkkhrbptg9saXsQemrrlMgzxmres/drltFtYgzW/7RIW863J56iQ\nyVxDfGErA7n264jw2/S/977GFWKTtrROx31mJisIf7q127sLaeqqKg5ZZfWK\nbZLQgBLq/gvn23XKaOMslknHV+ITXfeUzn48kVAPHAdeL5SvCSzAKB6Hfj1W\nF8/0tz5ur2AvDwNUFju+TYURfeOTH/D/m9Sc2s/eu3/RAPU57VmwO/ptntXQ\nyPSZy/w4r5VhpoRSNnYtB23CoDiYVjHucp0l1h/C/rTkiy8xko6YJ2wg4xET\nNBuz\r\n=cp2p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200129.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200129.1_1580307847950_0.34969453871433287","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200131.1":{"name":"@azure/identity","version":"1.0.3-dev.20200131.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200131.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"81a625050a101f9654f0f7eb1a12a72b37ce72ee","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200131.1.tgz","fileCount":78,"integrity":"sha512-F+EgOK77grnbuCBxc5jwuag0b1QQOaqwhy+8TKnoRKPps1MVo/j4UtGb/Os1nSOwAhcuTrm7JQDoGBoDU0eTDw==","signatures":[{"sig":"MEYCIQDHO30bgbzk5EtxEqgvzgMAO8fjZVc4uUF+sdhxytJ/mQIhANUbMgs9TBiukxsW1q/BXBfag5JMjG+gfyqzLvl2DGZP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeNOxeCRA9TVsSAnZWagAAUQcP/0z5omvz9K/b3RD/06e9\nzRFyz15Z0xAoEOw6TIpe1JBBkOUYub9B8W26eV2IuTaT94Hg7IpOKXQBeqOT\nx3wYO6l3OWP6XWpU7x2p36J+qLZttganJLix9PBbUl4ygZJ/pP67/hxFm18C\nCFwmeUXvBeDwKv0CV1UCM8a/w/m4vV+lLF30UlJjEL9vdsCHYHuz7ZfapwNV\nHPIhqD6333iz8Qg8wT55r7CloikJMdl7h8Z6ie8fJHfORJjklSbHfyXEUm8a\n8qzDKHpdpyvowunXLCqH/wkTyYMrNVb79XgXbex2WYMaO+otuARNDRKIJ+JM\nouRhXhucemK9Ydp8wuG2FtXF5afOZW4St5fMnDzftwH9l7Z0K0Nn8hK3t9rA\nNBsmBowdnvmvg7kmnSKS/7bQ4uIkUgeCQpby3A+KLGoRKJj57qTMv17z8QKj\nWXKFlGqFNpinK/YWo0EMCxSj9OHlvyKlAPqx/CLK7YvbPGwtOhTTaFIO+iB0\nE8fsozOon8s03JRQJ6fqiWJSlYJ7Q3vvIjZ89GLWwFgcYssLAZ3JVGmjh/ri\nbeANhCGAPo7JDaRO9NuTBU20qI3oN4FbBm3rDmit6asjDU2UfOjqM69sZRlo\nSy6xcCCslnnq8WX4nbwcZuN8XfHCDTWD5TCJyGtgQg+sb4KKf7dZHWmpEWus\n5na0\r\n=broF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:C:/code/Packages-Temp/azure-identity-1.0.3-dev.20200131.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200131.1_1580526686150_0.5980436456412659","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200204.1":{"name":"@azure/identity","version":"1.0.3-dev.20200204.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0ab718e9f3b0c04b9b10b0f173823924c9918f1f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200204.1.tgz","fileCount":78,"integrity":"sha512-BRtW0NgX5shvY33UPtbwi1pqwyQJKzLyvnZo9aCxU9cPZ2XvUCGUyLOL/8AGhOrawggfZW8CNKiSUL9t0YXQ7A==","signatures":[{"sig":"MEQCIDgjsiclFY94zm+f/qcBBb4iSBHdgNrcQ340gYJE1EeHAiBuJHRxDY5vJKGSk0u2vVPhqn2peHqSqTVxEXCqIv310A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOX34CRA9TVsSAnZWagAACiEQAJfXX3qTclS1Za87+2XH\nFk2qjwtFE1gN/524/aBmJHMDhHZoZB5c4qMvQIQdBp+AEayRBHj7FKIU+pQl\nc/RLnoSOpGyDm6qVFmec/ykXdu1ITvTrL4DyslLUvRCabMgiqbVZu7Ogpvtu\nucux6qDAXQ/RZBaxd8pMYOpjwZ6IO92Knp25apqr1cYRWdFaWE9SJVCFqLuy\nITtjaqWt4xHCS55AXh5g4el89ET4Myclpf/PCHylyEDnmIpFd/szc4Qy30Nw\nXB04tKX/nE+uU4felZuoAGXRgSVSGjyUusVmwsIQ3HsrckrxkjiZpo2Tt8TD\nKm6IZ7209ZnKHbKhFEhHh1R9N/F1AKJDZze0RUs9CJKl1x3DH9mDtNhKZHnV\nhxiKh0AagAY9735YDj5Y/Gw9mzDvOaPuIGPEKued1MZY8CkN5pdobdF3TLEh\nMQq4Ix/uDxUVIdm2t6pDvQv89kEADlzTqFong912ddxz0+DpjjAcDA/gJlYn\nEwFcGzeDiKNSywCd4GBjvMEdW0hbmO/EmGnrQol3nLpsYpDJxwQBL2PKB0wI\nuSenqKiqCda0pAjvuZWCdx05PGQiQXenvQu2dWLwFmzm2UlJptXG8Suklsqm\nhRqMeQoAfDMJ/DpM7DSELL9nC96ZGFRgbdbPdgaSAhj4LnX24kkvZsa6R/VU\nw0vo\r\n=gtaT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200204.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200204.1_1580826103743_0.697682189561712","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200208.1":{"name":"@azure/identity","version":"1.0.3-dev.20200208.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200208.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6d42edc25613eebcb3b630d6c09c3a9fb1622a0f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200208.1.tgz","fileCount":78,"integrity":"sha512-NjuNfeYqwoIJ6mGOZuSSAXL+FGSVesJDGTcANcpkC7tK3fz0JCPb2f019iWhvez1PSfuJzlg594JHxBmGjyPAQ==","signatures":[{"sig":"MEUCIQDN6VKQuo9pIQML+TmuxwSaqauXCzdoIqbYbgPoFQKpFAIgM1fFozIsxh03hsP1aEMpkq9nysXlXiRavwWOLfbKKhE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePsKCCRA9TVsSAnZWagAAqckP/2SaGOtx6NWn7r/TqDE0\nJxKGj7OLvxMUTrZ+MtTt/cCWamB5milFiUs4jmu22TXYQn616b2X2NuzbKuX\nO+cnWAeul4K6at5itREtiNdcH+WaZvOE2iBLSXCBAyGok2LE095yJ/342eiV\nLVtlbZiFv2KDHQuu1sNZyEnCxZmNTB3yeWWBR44B+iVJ90IGs0uiZOqEu0BK\nhu2VuqBM+P6yckgytvydSA2BKq2po13uZdTd9QkBWm+lRVHOiDldMPXwcOsQ\n9ppLTgwQVDzAgFtB41UPiMfYnxvZuCDFA2gBODY9UNjViHC9zYAcgXLXjMR5\n1akHFDjR8mDwuOwM2sCpzVA8eGeeKcsSFBjo0xUTLLhcpMxN20VaguUcn9qb\nRE8uJwtaLM81MFigtEF4eaz5qzv7z/26LRUy584YftMGPZR5PUCNGMa+omPo\ntIXqfL18BvSul/JJ/Ydqa7v15kELeTmDHQ8zwscsHGmn+CyKxh1oioPVTgRB\ndFrM0aGqU76WUF1h3qDDgs9n5h/pqv67wRPaLOWKwTI4s20pwZKAigrR94ji\nzPoXfGa7SZrjyIkzO3Zyxy8gQgu2qKIIULrMYN7PCYrDgX3prOpH7H2Cy2+J\nr2Wjz6kVvGAuA3ww1py7QMNQ9mNtyFlvMtmPMy1Tp9+MdN5CC3xUVG9FupZe\n7Xhk\r\n=/jZW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200208.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200208.1_1581171330387_0.9234607168479001","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200213.1":{"name":"@azure/identity","version":"1.0.3-dev.20200213.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2350376ff7a8ce8755b31cbd5598ee4491fa058b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200213.1.tgz","fileCount":78,"integrity":"sha512-qsCE3frTnRZARFcAEkR7nY9RRd8N/L/zz829jFqsMspfR9yvsg9GaLgmZKPc5z9zOUlIvqdnfb1L/SkzuPWJxA==","signatures":[{"sig":"MEQCIB403IyOqXkrLsXf6em3JEMN/hNJ04HJ/rvLJIwZd2N2AiAWDsUXzmWarKmnKOrWv/aT4dqS9FPFGpTKaEb37bWfXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRVxTCRA9TVsSAnZWagAA/I4QAJ9bKzB/VhWbzK9pca+w\nb8nDh7DH73abZWa5cIeRaldMKFh3on/x90CZIF9+6AGBI2olS4ICP6SDs8pk\nOmM+nzo3jjq52nRf0H4pX1z+3qA1GpoDiLZBuIc0fWIS2kdtwMEA1+itAnYH\nOGyI72kF5D5uIvJEFuG+UDJ2eKVsbUEvLQy7cMc7H7CbRhztWI3yzrLFNktx\n+VSdSsP791FASG3e+bD1sPCFsTg5/0adLCwu7h9H4+bWgsJDSM1Yn/3dB9ON\nYRkXHEjT/k3wSaegmNh5MSHa0eMtolZsntUpt2joshw5L6LpIogaHBJKIwe5\n/+oEffdInZssULKf2Iwn0OAf1p8l7yDUn8qanhLsrhrTEsypQWF1HBHE/Ocj\nnkq8xyf8RHtskuPEuK+igy0+v+8cyoCoAPyGogeS4CFInExDj+30VPLt9/k7\nuuJcJCjxdHCyMfbCq4x8tIecTodZvlz/7toaTl5W9NB+OuKkF1DRN9ZCtrA6\nAnqG6JVN34CQa3yrQEdtMLdCz/5lBcVHV7qtrfMZqDrfPKTASZo1hubWYxQw\nMGAqx7XoXjz3kNIH86AYr1PuI3IvT1fPPa+c/Vxc6o+ciGhgPebmM8vmdkqU\nYhHGq1fvEEXptjro4AOnoGs1wmwfc9/2Z0W5FWx5X3QpRuLJTmSAag5x7eco\nTPCF\r\n=GnOl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200213.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200213.1_1581603922822_0.5536425611234248","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200222.1":{"name":"@azure/identity","version":"1.0.3-dev.20200222.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200222.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bc830ae2fc6d10bb2ef2de62b27059956a8734ec","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200222.1.tgz","fileCount":78,"integrity":"sha512-+D5EtS9agywoGKTfifU8SrMYslDYbDS+DaI5FL/5DPJUJqiSTpv/JodLDVRlMWYfyHpwSefdrMdzd5/PuZZezA==","signatures":[{"sig":"MEQCIHlNklwKyB0cjXLsXt9LLvK2y3/Gj9qD3QCbJQvnF9j3AiALJbVvGpq3bUkQplSe0V3lOEgI4IcG7dYTq918GcewSA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUTzJCRA9TVsSAnZWagAAfqIP/07ih0Mh70IivQjMzAhp\ng8FjfToU0seRxWfpbLFhyYGrb8ZIKJfOhAa0c2ptxZhE2NHU7xuA+B48CehZ\nSj70sQLlKH6BbKvwVVKtA8RMj1K6IA5v4NCMnD8kXxpWUuenKl+iRQfCbhgP\nYegb7L3JbyxebsDGiqhQFILDe3BOhPvsLhrvryxj24ssnV0zVEL6wqLCJrkf\nmty6Yetnc2X+ebxcpD9Vw5omv4gnUCpHj449tCK0zaiC+cmVakwnT74SJJ/r\njMXwE3X2ja9JjrPSpv7fwguoMVoUI8wsP+SDGA0MF+oUpGZyVBdEYIF2+Yvb\nDkRV3evjf2tQ8OBnQT6odhFTpXRWNEnUsCMxxeLTF4R/E2X6HAYbvNS+CYMb\nZEjxTrVOrgZvBKR9XeJX1GPRNUjSqaPge98YCGGWUW8KBIXfku95dG7izQff\n8J7qrmGR3OknSvvrX2CPcgJzBnxdy6XQ/+/WFePO1SvRA/encr1JzU3NL9Wr\nNiL5R0nhKDqo++4xLeLz6AxdSRBGnbO+Yvd1eZA+FC5XQG70GXMdQtpLYIOm\nd5kz/UG5EoK0bru6Ekp0BHP0mbr59OFPm6pJHDr+QT8lNldmu5xjwvA/XtWD\nN215CoiDxi3WoC12wjv3chfPy2yrB+hKud3GPIFfTJdptFz9JEL22HRKZsiY\nSUQw\r\n=xSxq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200222.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.0","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200222.1_1582382281449_0.11904330043570432","host":"s3://npm-registry-packages"}},"1.0.3-dev.20200305.1":{"name":"@azure/identity","version":"1.0.3-dev.20200305.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3-dev.20200305.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c4858981c3fd3ac5c10daa35fc703a9992526344","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3-dev.20200305.1.tgz","fileCount":84,"integrity":"sha512-fZdZmB/CDSFvfqhe24IQuG9csREX4NEVjkF4EdvgrVR3raIlifuqe98QdcdwnRM7kQ9hdUUgX9msCrauL0aIJg==","signatures":[{"sig":"MEYCIQCQANwTLkNKjnkSBzSklW/PQ0bef91+wlPDE2fvQftzLgIhAMazWg6tigkKGXQabozmoQHzMzIXOZAjJZjD3aJFApcZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":421105,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYS4HCRA9TVsSAnZWagAA19MP/RXzDb3NMm28SY0QC/9x\nPyHOaL3aAwjnS0+sBiqWhS/DQHIlHli5R2R5UsGSdt8PjLAc6Q0q6P3L5yCE\nHzBoql41Rmqk1K93Q1x/0gxii8R89m53lwOZPj9jjwjtAMi3AcOiknUmuECP\n840y0c7qk2LyqE7sQDn86QGHt2YbsH91oBenKIg811054fjuChJWyKdZsNA+\nUX4VEmSMfuDlRUkFDvY7YUvhRZUQ3muDQ9fhjhX6JGFFAqN8I2B93RO00xX5\naffWYzgudE5+3t7/cVq02tGNHhODAJWiiP/I36Qa5BjGs6QHOPBLbHZZHGLx\nM0YxtMLIZS0Dnn4f0GYHnuGvqw7mNz3SB+FWt1F8xMebe/AuIjprFT21s9Hz\nS5lZr5PvQW1nJTAbr7yENlj8VQ5Dvjy/1KV//W/ldxvRevDwOfHaIKnqqnOE\nwJKOlzOfOuy2UKpVhRXfol05ZjLJNcOnc4Qxm7roUVxPgoeFrVmobHqBHMU/\niqRbaKuS+622ooAInfQYnb0BeUi+v/KXnbbCDAmDEuvvLjxhc+g3wedDiPtx\nw247yYBJjMx7QFKmNVpsBPMAxKYUfGOLInrbm5GID8thzb3OP6L/JFxmyMHI\nVHXXh46a1267JDXJeCenSuAapfSGKfw2J1a/OIPzB3Up8Kv1P9oogMDkvYSt\n9U2f\r\n=peSZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3-dev.20200305.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3-dev.20200305.1_1583427079512_0.4341344727665295","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200310.1":{"name":"@azure/identity","version":"1.1.0-dev.20200310.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3e4a10c6be1a1569cab0ae2e0ee80942edeb53d2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200310.1.tgz","fileCount":84,"integrity":"sha512-A+PYrNtPPvjNeZrah/ia8ua1PuWBYnU2/QWKhX8tTJDY/bPNg2cArXfRj/F6HqkmKUU9irJfGyBIRSU8xWhYsQ==","signatures":[{"sig":"MEYCIQDUdi98X0PRg1fbk+FMTcnqk7RsnhccWhCndtVGgyFWZQIhALS4uvkUggxkg8jnhzfAaQCpWTQyo9MJbVpwMe7Ji1QX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":422703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ6Z4CRA9TVsSAnZWagAAb+UP/iiqwr8sijLdGfK9qskJ\nDSSzhxh4L7GrSQpHxeumqYza45odwd6fPhj8qDw5nv1bD6+S3xc0s51avF3Q\nR69FcPI0nj0qGuhuFizMMYNQ75A7ntfuV4Y4iNabU7gjqTRsHZ9mTOtG9xBA\nVxxdvkhIUHWe5dFwyHca/6WPFSa9hsVyXM6zphQcBTpPz3Vx6O2zurGoKBzX\n4ImWoEoUERrNeqXlxFDYoP0IL9J7EZGWCMF6NU19c+g/yELdtmAqWSZLlWUk\nVcW6RJemDMkqlpfTFCgeOIXVmtiDTpeng8DqQO35RCgGClnhD+0OGCSK/TwM\n7ehz8qJfkOTpnhW9pKrvLfmR9USUx6WKLbfSiIBettGSrRsJyiFKjJpnQ5fg\nz2fTX4Br0Ps5abx9z7QNphxvy880D7IiizOMNgG6jIlJlZlOiySWxVfxf9wb\nxDZZWydLTLNadZeoFHvjDPRPt7TwVMEfXwsFTlwg7b7I29hcecw4nxWYmAWg\najv1GGXTJp8T8EtJ7XvhaJ+Vt4KN0jxFkvzEuUKK4kOuYwoMJHbhHKmFtlh5\nDd3zIkkCzPkameOi75kjG1ROW6QEq87yhO98WAXtJpaUXi99SCnEq/OHfqZa\nLFwZdlvDstSI6hPDEy6jgZAVqKNpPFwodROLhYPuARzo5q2X06rZ4uPofFhd\nUHdf\r\n=FJaI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200310.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200310.1_1583851128152_0.8204940773637615","host":"s3://npm-registry-packages"}},"1.1.0-preview1":{"name":"@azure/identity","version":"1.1.0-preview1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-preview1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0e0d67125af7535cdc534933636af97f5b4b043c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-preview1.tgz","fileCount":84,"integrity":"sha512-8IYH4kWHXCqn1t5VIQmg5FugVoUoTK4rKI7/liJFpNRWdcuzLjNQe+qy9UinQxfXsjwx8H0zjW5yC/l2QNDb1Q==","signatures":[{"sig":"MEYCIQDsEnhJX7/PqANejsbJCLZH8N/5iXkjoOCQfWjvdUFYpgIhAN7nCjBo0xFTxbt/4Fo632DazCJRiyeyFgdkEBs5qeNa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":422823,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaBmlCRA9TVsSAnZWagAATpsP/RDNZO77UcsPfVv6BgAV\no1dD0OHDobPU1Ifyu0kkHwEzuoaAMkHizejB4R1uhw+3SJrx/12MTI23E4Oo\nNKCTOA3gPnJfRsi2/avWVbgSwOJBjx7CJosPGoTJzx7MBIDwYmnTfeF/rKUK\nHeZR5p9anrZiDQ9i63vuHmdNOk981uilGcQLsvEwR7RbmbAuVF9JS+zifvTY\nw18FcEJgpc6bkZdSz5gmKR1GA2B5/M3hSYD8Kb4klFgGA7es3ZQa2YMcCysU\nzL28o8aLtThbaYcr689VTAjiWXaU+N06BbxhcB1WjKs8BXvUn8aeevSw1TdW\n0Xdv79Gm61WQnUSV8qPvXzrjPN7wwyH16kanZh0ceuIuIToV9pVb9gj/JiIi\naumb7UPDEIdH8GZZOoYVolAchXzG5cxvVQhtVXLIr5VSlrEP99MAvQxAnmVr\nJfGm7/MDtj4XPwAFiN/kkycKXw8kuuZs1/WD+qKRFHa1946XqdZuz3xMfDqo\n+60hbDwhcmFKZpAPfQCwxijylF1FRBMSozJLdNEelLKrHeOdaP3Wg0QKkqdv\nZQCDj01m5vuDfLAzfsY1hSTrdjA1b4lPqJFSK2Vufy8eNX4vRBFd72H0mGQh\nDRtADa8KckzfugR40tTQGmYxv+2EChW0MNdKitstRpIXkMr/1WOmaa8gqgUk\nl0//\r\n=oEnT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-preview1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-preview1_1583880612473_0.9539001760772357","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200311.1":{"name":"@azure/identity","version":"1.1.0-dev.20200311.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200311.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"541c60cbf7412cde49536bc6dd0573375ee4abf5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200311.1.tgz","fileCount":84,"integrity":"sha512-EMgM12abnOFzJ56C7EfZN9dbcIFB5yyfVNFrIDcyygMnW+yXcJQLEt3FlH1xtt1aftHHPmqNT0eiImwFmFvXnA==","signatures":[{"sig":"MEUCIQDwsCcp+KM5QzEtPQZmJmfyOBTTPQ6kh1pFMvR0fXs4gAIgL9M8OpzNL9xzpN3tYg4Wt1rVNN6tsRvoVDLc6UnhZRU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":422858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaPvDCRA9TVsSAnZWagAA3w8P/17CewwFfno9zM/398UT\nQ7LVe36S67s+q63E7ljsTuhobYPrK9Zf64e9SR9NbmTYLCEKWFBzPz6NsPL1\n0wMqPO1Rwujf9Gfu00ztC2hC7J3Yuj5VFUMhQwSfrzlMm7S3iY0KDhAdV7iF\n8PV4xcqJLvZgSc0MGPQejhJHkncJuPt+FaU7E91+eZo84CrB+vBybCDQSeYh\nv+NgaL4SwpEntS/GKtgOrsS8jkVDMU2VJMaMd2xLsOPkRvulJaCXlsiUwV1X\nxN5GJzZIZ//Qih2mQm0qG2S47R3dyER6onY6JBsEuswkr1xm+/HeMsaspYEg\nEYaiTczE1SB7SBCxgLip6yxOxQ9tthPrnauz+EKwXg1h1DTrAZECQ4xWNe6+\nev2M3A856XUKNU26rriepDUeAMo3aidt4s61wH6OrWw6OK6e4Lj/QSqojQrk\n/ApymrR1IxikIhVCEXSr1v8L83LHVv3QfI7FJEt/Z4fJ5HKE+F2P4a7Z7l+B\nxTievd2A1Mp9dTrr7vtODw+6vijfMLswKKvO3EkX/dFrU0qENz+67ygXHYwU\ndN+JcfGNgqhyOhpuZlOknYmZ14GMRegVoW7DoJSVnYjTst6qtxxfg4QZegcL\nWHfaPggP8kD12cmCxdYpTvqNwGPjIPKB5SZsoG8SFTpUgwkK52gf1c3rudOt\nFKOD\r\n=aDjp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200311.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200311.1_1583938498558_0.46142747629426073","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200312.1":{"name":"@azure/identity","version":"1.1.0-dev.20200312.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200312.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b24f6e6cb2da6a0edc6a320f0cca1649d955c23b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200312.1.tgz","fileCount":59,"integrity":"sha512-hZwO+IqOkUwKC7pbdIBQ3RcTjv/HIGnFf92XpeIJJI9TKahwD/gUjHoAzo0S5Fb+ShAo4lmtWkNJJDxrzubW4g==","signatures":[{"sig":"MEQCIAW27z+ZiPpPT62DkXOznaJsYGWTI0GQZUeYVIV8JzpUAiAu5QegFQnCXI8Rqo21ypmWGNIAzjU/K/FkCh1LXjCCfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":427647,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeakeGCRA9TVsSAnZWagAATy4P/1tRFYJ/LepyoP7hgp1l\nDU3uw6B1+Jo1e0xNRgDAtMhlBHfrJ4igsOGqAHjmwYd/i6DwPnRAp9nUiD5u\nyAmLZ4oXTy/1ns1Cg05MbNTFYRrGApWGFtV2G6I8ig92BYWBDiVaixOHi2cK\n4lk1jUdrJAXdVfHffSh2K9pMC94U1ltqRKd6z3ij2Gueo3Sn3UknnemzYsm/\njUu3d1Tu+CJvX2Z+4W6RsB47yeST/t4FM1RPYxQ9CwzZumlNDlhGR551He7A\nAGy+KKrGZ6SHKAz/B/kNcRDqlMFA+DQp20gbmNXLVvJyN9CA+CM6PwoPcOck\npyfzEWIZuaPN95MIGt+cTqhqep9xV13eRO/CxYALkUpj+bllrkU2/VmYLqgh\nsCJ2oR9JOm/GqNQjN6J9tNdJmdNlWaW7r93skS6usfEC7m8RqrFmMLOkCxF3\nLGw5NxKrDJtGvBxyXaJMbfxfly120SWe+QmafcZEHw+f8v7ALTtXnHJcCCN8\nITZhHRPzblU+MMhHV4B0/fXWt/c38bMWZ1y23UBrC+cfPPKQD16YeeoSq1rL\nCHTOEokykBUQDdxwzbp20XBbOpXh/GBzL7MarSRSJcCGcUGJEcsO9XqU5s1K\nB4DrIPlbI+LZ6aHdY/Hbp7249s0kBc2Add5N+7HofiMe1DIzVeSXath0twTA\nyAN0\r\n=CBvW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200312.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200312.1_1584023430385_0.0482468813932857","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200325.1":{"name":"@azure/identity","version":"1.1.0-dev.20200325.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200325.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"96f3655afd8549b8f65ad23bed154b45757b835f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200325.1.tgz","fileCount":59,"integrity":"sha512-3dRFbinm5fNqTj5MNhPRYZ8e0LAW96DNyMIaDNufAFKV6nZvZ6OKpaLlkgAqr7CcMuTCwqJBkf5ZgJ7ndsfSyg==","signatures":[{"sig":"MEUCIH4MS15SYA+oQIICOGzgY9VWawDpNKI0rHcf7YXh5ajwAiEAwZOPTr6SgU9GH7MIKvnyau4nEEy6vxqGX/W5x0+LwsA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":428655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee2PoCRA9TVsSAnZWagAAH4UP/Ap4J45C6MH6ZCBOhyJO\niP6+xGCzfL7lR0E6Xz9xBcYQVKDIccPMn5cwz1NRSbXRgFK2U5WP9GRp4j9o\n30gBQDr3r1NIFMvS004P4DmInDBxpAG29+9S66PHJkEgCuv7E736QaVN+YyE\nUX4zf0w22R0waKmF/JAfw5lMRoGcV1F61pfXCccR61dEbYFUq9q1sjCBIMqi\n4S/MMvpOYMecgzdODZBKfuM0vjqeqvhOLlUgfPjRXZUM3WvzvbIo8xW6gY9O\n+oqqXnmwskqW4PXcaSysxC5Xkleg3i02tvCr+8bogKDL961aQVTtZinwyP08\norDp9ux4x+WSK7HAPi8upo3KWH1T7mCF6d2KM9rnKZ7KIvOGhm3ecC1r5qNw\n9pP4spEUeJlDi1GF0Lxbv7I9611HrStUbl1OSbvjS7XZgYjIjd3MVN/akY1y\nUBpHjbhxuBV0KG1XbM87JabuNecFqytKxwByhZ6F230vRrTpeytMNs3OJqz4\nbLqYpaymjGfVL5QG17nJoKD8tzwSxs4fNkmIuffjd63z/lWIB312wAo8NX9E\nT/fvZjZIoGH/l6gMoRNpvPxPKQ3qeqjTpP3RIIfhpJtJE0DR8OmF9oD7Fmky\nV1FHEIN9oldndBr8q0+vMtYOXXy9PFn6wiTbFKmYSorT0mUNeR3XBTMhYNv+\nhh4u\r\n=cMT/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200325.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200325.1_1585144808005_0.4913929205111276","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200326.1":{"name":"@azure/identity","version":"1.1.0-dev.20200326.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200326.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"56d355c5669ada70516768e2608f0cf8c0786ac1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200326.1.tgz","fileCount":63,"integrity":"sha512-EcG2C++Ia5JaOzgkxrJZLHK9P7usGL55LziaEj/4gvZbTH4BhNrSj+UnRk0dyVcBXHfYw5mJmA2WO+o6hwnmVQ==","signatures":[{"sig":"MEUCIQDX/PuMIzq0nPVAnHWJl8iCSb5ZZB/YChmQofJKpMr8/AIgeqeAkupURfjfGhWrFeQCwoayOqKzB7mfTkqwxfwaKRI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":445524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefLnlCRA9TVsSAnZWagAAgnsP/3TtRwpG3LuhXNfLYNS3\nsdIchyHcF7fCH+PyxXG7yvuL3z9AMDTLBWcAjdDNCVJCkIhtYQ2/M2MpQQ0K\nP5lyWgQ7VhqPxpUful6aqVAGsNo0It+f/JyXenQtMUNqQlzpLTGRSOlWxBtU\nvemnYD2mpoVZe/gJxCup5B5OPNVy092AorzmCPpcLs9FJLaAvsSHJXivrL7U\nZyVxCUtBTZs6680mtNwY+V75fHQofIAdJC/oz7MYHKvGBSE4zzP6DaolwmML\nouBeVvz+a6xIVWypQktFNyPh4YW/lhVwuMFglI/6PZLhlRvIZSa/DYSL0DUZ\ngOtSInEVCggoBQgY3VsbBtbuXtzgLKaNSXUP8BwbOx0jE/MWRQWFchabDM/6\nemISreJBtm2VK1tRGQ0/Zu0M8bdYb143tItG3ZDZJb6GxHNxntLCtiBpRuJw\nOytlEhstXmLtSS+GmHYHdktPxVmGhwOFp7m1sKbxZuFyKpKpiGnyddCzc4MZ\nqMdrcDpQaWAZsgYsRjZG4nUPL/IviOzo2xiIq3zd4KZ3Ge+bRRu0k8fPEyBv\nVtAkjgR+kIQVl3/VbT/iAv7OuN9coE9nbpKPQWFo6GyB4SzvU6Dk0GvbjrMR\nOzEPzT4295KKvuOk/lJC+FAk0wjEr5Q5VOAJw2J9J+i5iYnd6nav4f62CAxW\nnxSm\r\n=56O3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200326.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200326.1_1585232356592_0.8035727992362345","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200328.1":{"name":"@azure/identity","version":"1.1.0-dev.20200328.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200328.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"af1705c04b6c4afc05174a5cf3835fc0eb11b4ac","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200328.1.tgz","fileCount":65,"integrity":"sha512-OWK4t7Byxtieux+qhfYk0meg+VOjuv9xk0v77fdY1RgBQm41QhnyNz63VCbZCYNgo82E6pAKhfJytDy72NVeOw==","signatures":[{"sig":"MEYCIQCerkF1FqLFt7LIHgLLma/FNFMxVotDdtEj8p39F6veyQIhAOwHylLD8WRVq+3aHCLpLKBimOUt0n12qnVCwTQ4M386","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":449513,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJef05VCRA9TVsSAnZWagAAXM8P/26wtq4ubbTvuLzYaAFP\nsYxEOYvUhQTJD+IBX1R+Oie7Rq+D/kFygb5xvj3lcAANl4E/smhfVebpWx1y\nk2cgR2wVo7o57+SsPZ/Wld3akTyoczINV8N8cSwCO2RdMWR+NvD7iodgfWBE\nOuRPfwMTVf8CbJDhPDuUgvnqONXzkOW04vPYAA8QbJ1F5hWOrb2XAqzwY9ai\nUpXlq3n1CrPfVsxTP2ipPcmQ5fbhtUns0HBd34gTX1J4eCeqaKD6ByvP2g16\ndH2oAbdj14DmQ13sMQsRcy60LcsKZfJq2hPjrKnhVSMOonhPnAE3s2iW+/8+\n+MxyMrEN/ax6Ep4flL8dUN5UfVGOUByJ7xrywJZbajC9LmpF/Oiv6GfOczeM\nNvcW4q6LrKuts49ZPb70lfh1pV5KMrw7YHqX7LK+wNCRnNoxuoZMXiUrtivf\nxcJSYSW+66YPTiIsFUZcA596g66XFFckfaXfVArFS+PCsiVz5G+mUwt2yS1F\nM/aY2rXyDYFQC5jFu+yIFfULGHtDTiPCSQ3crLbVB6PH3hm6zjkpheTHFadg\noJIUffgJBC/fI1CQpmixx9CbXz00CpXBesL2EpdxEKIXDml+vpIToeD324UF\n+CGcpY7w2QAz6ZOx+RKgSPDasD1jl+DBh9kGfnvClk97d3k83GaV6ON/DE19\nfsla\r\n=f6+v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200328.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200328.1_1585401429355_0.8269092437921666","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200401.1":{"name":"@azure/identity","version":"1.1.0-dev.20200401.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"16810c835545f054368251b2be13dfc02a74ff96","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200401.1.tgz","fileCount":65,"integrity":"sha512-IAYlKmAE6wSmlOXJ1bQN0arQoqNDQHRKspjcTFzZflvo8Vvnll8qQ8TAXiOTv1gfTWpQOrkVWMfeI3i2QMXeKw==","signatures":[{"sig":"MEUCIBH1Yn1y4qWYT1zlwhxSSGY7hAlsIDwj5IfB+QIs8lATAiEAt9oDMma4KHaWqYcaXRXddW3GMsJgWwsX5yi+oq5OHeY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":449513,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehJt+CRA9TVsSAnZWagAA7loQAI8k4NFonM7T+MB6alpK\npKuhqXsskczd4HalB+8I8XwVekjG/hS/GVF/PXnzcDyptg6X4gvxoTdvrhJx\nHjWL39ndDhj7KSQlNAktbvhMZK9nwyTJuhKVLrOnBq1rTDbc0QHH+H68ti8u\nbSVEbRvCn6dUvrhuc3+ij6Z/R4ecyPDDhzwY5ay8UJqVVXdgq9aPYr/s0fxT\nzyqSrGyuHUq3sOjj5KiSRvB/KA79k+x6BFi5OFu6agCMXuP6j0Ix4OgERlH2\nY0mRnja/ZnSXGailfkHXPiqb2fR+W3emotq5VqFO0b+y0lV2WyR9bocNcBR5\n5qd4HYge0zSfQyz3NwJW4Y7ZLfhQIf8VKWsj76K4VxK0LWDmPPo1RWrxkPzV\nCjv90LdhDRqViU56RZCITuw4wer8c9jNxuSJCWQdl2bPr3lDGhfRPhE63SU0\n6D6fTWryLaTvtGWBSKZi3c3pZdmw2zoybwv/q6wdiosjCP055UWkVb4hAaDE\ngIw9dnCeNAdywSNJHHboEpyNyGGMhxExA29f+/Zl5lafdKb5ciM2FNlHFbK/\nKhoUJEoLVodZ8fEfScDcgGpZPGXFafhZOyY+/ZY6QZ2uIdktHcOQHBqw877Q\nYhqJpphvhq4lnQsesDFqcAon5ulp6c75AV9a8zUIPqH/JwLMKQD3iW57Jlzs\n2o//\r\n=WEl3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200401.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200401.1_1585748861559_0.7885194369311168","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200402.1":{"name":"@azure/identity","version":"1.1.0-dev.20200402.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200402.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ed22be61ab917dc4e1ff877f1df5db677e30fd74","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200402.1.tgz","fileCount":65,"integrity":"sha512-A3HQw5O1z/RvO+ppzUVn8AITsnbgF7kLIb1T0I6UaWnz6Mdqm/3GLNrGFft/67H8oEQZDeAN22xvhCo2TTFNZg==","signatures":[{"sig":"MEUCIHYbIjZFxtrVnc7SPC5DPjg3DgEOqz9mcN7KQPEkfPklAiEApgQEbZdwCBQGf7Vr5ol7hVQF4uC/AiUTQvu7qFHt/Yg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":449649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehfrqCRA9TVsSAnZWagAAOQ8QAIRrZfQduplPjeSBTJV0\n8EzXQjLZfwjRHEKfH3F5mCHSzHhvVGvRlOrlRw/3MiUkHk+eJKznr0rTt9Yo\nrwTheCJ0hEVMJ06zwmnnpgOFRM2tsM1oTsSXm5QNmAxtQiP27qrXyv3XB55C\nlUOBkGUgeQLNemMHfD4TCZu/fSwZuePPboLbDWGB26vtmRtf/vshpOPoguaa\neKD7EC48bhSWtYMrWyWw0B+Hy1DdDrG4t15MXfwf2I8GuOprOnOC/99USn2s\nvUk/oi991mtVP6QBKKc7J1RCY3BM6Cnp905QR2KTNn8Pwarr5wxeUEmDr/aj\nJ/zGgu2MIUEDsF7zLlEFx9r5wWFFLIVPdUzO82iZ1lNM7rUNhShJnWbjPtWd\nvAuSWbgyTcl5Syo1U/GO+g8jk/YBDzmitGa0PyfyJSOF53y/xsMjH9IEsL/Z\nkJWlmR0AQIE5pOFjBbOeVb8G/1xe/JTMEiLMEX0jKg4EELbN4xY5Xn83NzVL\nEsXn7mp4fcyz3kAdU5D+WU76TG2N3Z2LNLP5tGRROU6q05TNEdRNRlMvCvIJ\nCqIuhquANMMIXAOQ//oYAGilE5prnaPMTBrj5mP5/SWHJ5j49S6ARBqU4Mhc\nCKQHkATQFzocAJEiSvqOKxKcTf3Ms3F1v6RdBT+RP5gM/R30bSR/JfNap7Zj\n+Qx7\r\n=rN3A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200402.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200402.1_1585838826067_0.5211459893434061","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200403.1":{"name":"@azure/identity","version":"1.1.0-dev.20200403.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200403.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a7abdcb31d8b73a9217004fe9cab0b93b2269b36","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200403.1.tgz","fileCount":65,"integrity":"sha512-Ro7WeD8sgc2CunUrdx/iB7CrO+sBfUxxoFBXSqOqDQF/7+vh2jUzhL9aODCXWIODLIB6nBCz5VddB0poU0bFGw==","signatures":[{"sig":"MEQCIB/IeuepBJ94TjYUKU/noY1Ee55VCpf9+3+jY7QBzgHZAiAn7o86ysWRnoDsBtfu1JFSnfHJ2hQpJMvo2h3paZlcWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":449648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh0AoCRA9TVsSAnZWagAA5zMP+QGnye7u84tVSTgWu7NY\nVO9hHjm8mSXEamppBe14KXWMUoob5AoOt46PPq1IVJJ7R8gGvdroCPsEB4+A\nDdNM+/FqKpuz3pP1+2qOLGb/MCFAD8DTy6GO/cbh2OvElxTEd2Cted0HM2tF\nzI/V1CRAIqF/l4a6/vCizoS/ji5otOJfq8EH89D3e/Meh9JNgyFVDQ3eq9PQ\nXIZOa/FR3uznnbmXdKYT80ztw8OpXKUaBMk+83gdTfccLc3yNtQD4MbhOPyo\n1LncWGoFDarD3gyWSfyCxxS7S+0fC+5mCZirfYRu82QuAs4dTd1rGo4i7F80\njIfDaZSM4ZoPHk6SBJhq5T7olatJl7y/lhm0bJ2y7pSgdXO1D0ZQP9Knt/EZ\nEK0RFmt2qNDjD/I5Qa6v2xTgIoDuA2i+ONtxv9nOlL580UxspmpPHoNExE+0\n8rVvwJiimDwbgGss1gn9I36L6U89+rRJOjdTevjsRZpL7VCfxFC1auCTmRuQ\nqcYmRfrS6Uz8TMvolQOsA2gaNNPrUg5QlmShc0y+2l327pkytuj8JmYB/qkX\n7gh9+Dxk1IVSf7rcAYZjoqFYxKUg1FGdqrnFXn+Jw+N0EkmPJ4oir6ylSA0D\n9Y7+0J5Ru8CRYJGGE1ZaPPutET5x/AuDqKAbyjrbu7+ab8XWoT3nXEAr9yzC\n8Vcj\r\n=u1B+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200403.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200403.1_1585922087858_0.8516532421856058","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200407.1":{"name":"@azure/identity","version":"1.1.0-dev.20200407.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200407.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ace61c02a6236fbc1e2c3c4ddea698de6c030c48","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200407.1.tgz","fileCount":69,"integrity":"sha512-cAkWZ1c5B0R9zLubqhJ19F7rC9lzdOQZwvLc2+LCsdY4NhUuo3ht1uzwn4xTHdPyQ35PbZBmqelxYHZBfy9LJA==","signatures":[{"sig":"MEQCIHkWr1pURwBpbZIdbbHYNj99FAqgQrcrk689ln68nkGDAiBxRPX57ONhJZjmc2lgLQE2jZEzPXvnGbsAKEzYOLA/YQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejItgCRA9TVsSAnZWagAAjJEP+QBjHj0vQI4Re4K5TcKv\nPKrb4eBW7St2HT+YB6Wj+wNu4MvadivrOWLXu7DzMf3JX7vTLcBGs52m0Na6\nj9mKQK7pzB9ExHPum9+/9ryqgHdtQr2FRwMBs+uVy1qcHHFMe6hxZ9M2Zy4t\nMP2OXPVzxx9Wcz1b62eNsMsW9TBiSuehn4BrHYvfu8lSRAJ3e39meCvoci3o\noGToAWr1MLlnPU/LkduYgqG0fGZr7lNmH10M50feaFfhCgw6qRnWNN0X8vLt\nSKx4k0Rgs1zqDIuaJt1sOGZT1Qoo/tFjDZRuMFD0xaOQjSZj/qsARYWtGQE8\nbWxG04kmkg9jwE6SZ2zZZ9RVf5b7mJXFis/KQsDDo6Aiq6jXYA01DmIiAx3s\npHcprQP9LKEzzUy0aWuY3xIkmPW+5LiUPe47nAUrvf8WC+vmKPM5EM3L36Nr\nB0F8PA6zTo2E1kFJYYksnzfOnzju25/UJDkNiLg/BZP/tByO6Nx1bcjhZbN/\n7pQdq0ZhGpk0OSEtTvEvnUskB4tC1tkP9rH6FH1B3kLOKRFVtaBAz3bRAfkJ\nQ4+tgpCL71shll8yKekdRwq5Rf3VnBdj8Hp+3B29mZobBYeG284cClupUiXU\nDEaC3B4wdAJXb95dbH1D7ztO++YsmjhtP7hQKiiOvXrgoT7VjbTkjgFPiClP\ntM3x\r\n=hnqJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200407.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200407.1_1586269024300_0.9169205116533747","host":"s3://npm-registry-packages"}},"1.1.0-preview.2":{"name":"@azure/identity","version":"1.1.0-preview.2","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-preview.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0e9afee1f0019bf45d3cc8299b1ca0dc0d93d962","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-preview.2.tgz","fileCount":69,"integrity":"sha512-LgVLX4GNDEyBaErTgiFFAObqtA7KuQD/AgeIxpHBHMJYDIwFWfOC15kkzQd8rllUYeU9HQ7buIOD99iWWajtgw==","signatures":[{"sig":"MEQCIGw+khgDowz7n9ohi/fBuH/vW8vsEJWY9JEo3k++k8WVAiAwyRUfUvFunH3XgzHzbLjutbBVyrMxcY5KqP18l86KcQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejM3/CRA9TVsSAnZWagAA8z0QAJj5NZygrG7GOrQoMrbZ\nnn5rb3oEXeO1+Zd4pwfo5TjBc3S4naNrfnJkCiMHSmHuBfh8hxaYvfxg4AxZ\nGwH0c3kABm8IH4O5lP4gjPsUPDeCSpkSqobA4lM/B070AHBNu2bxQFWH8gbc\nm4+huCoYLUBuS1fj10O7Mpipmo3Kht5YzPhb4G50SEAAKoa+4XpTV6FkcZi4\n0lqWtVmYg4OPk4zrJfW7y2ETUzwzOlgooid/2Hzco3/PksypgB843poTh+XP\nzOzbQjzlJRfVX56lVWIgGf+2cuL3d+wDoigNTYXUT8WU2Fcj0m69QE2je95S\n2C/ArITVBgw/s5tijk0d9Cl47zzNY7oOqrUgLNRFm8u2W4ypW9RE5nqlq37q\nRiijRpRHFjbM5b1+tJDRuuO0D5Tz7JD+zAu2prW0moSm4aE+xQQ1GSI/hpmZ\no3ypIWCN28U5CWQKC03K94hio2GR8Ai0rLI/Id7j3vRaBmCxIzcLIDzADexo\n45BfYtZ6lMc3qbxmAByf/xq+i4iyMcY6vOVLLlSmWF+3FE46fJwou2wk0oon\nM2iduF6DjDLvmydZCrIYVsojj9ApTjW9rIz/WOp2sKXYa8Q90tUq3g50eFIk\n6agINcWSC1FbGVakX5RfuAIwqkH6NQdgFYd+8EMBpZfdkeGubAQpqrRB/WLg\niAxo\r\n=uJOh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-preview.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-preview.2_1586286078330_0.7801840346220232","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200415.1":{"name":"@azure/identity","version":"1.1.0-dev.20200415.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200415.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2623241a89740f69734831a7091782f8d1723c6a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200415.1.tgz","fileCount":69,"integrity":"sha512-45nO4mTNyZbojl7iGDiqZ11m4UbzCg8fGiPUoegdExy8yidVgZWqV72tc7h/O2WYxl/NrLwmey2uAclTRmiO0A==","signatures":[{"sig":"MEQCIBoHvbzeDeJy3Aq4SopgrK1vYd7TpXSb8mkHhC3VhNXLAiBD4EB9yDiRJyn1Gxkz8cfc4Kdpvq5QcFXbBhSDY6aqrg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452709,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelxJ7CRA9TVsSAnZWagAAMuwQAIzWZYl4GJUscAqoHswu\nEtLc/r8bRIwSL1N3bRQW7OGrLztLiNzLzFbqzGfHdNb9uDnIApFOm59satYw\nBsunzjYbjWELFLvYssCo2imhSqYATDKpyP8/IS/R6nAQAfCRo6FUzEUbgiXf\ngHQsQgOyRmFmk5QcdYO7NMhk07QqIl3wnloT56a1+nlwy1yd7NKxmjw9qgR5\n+YdKWRFdV2nX9b4KaIBn7nRmV416PdQEXnrzpKlAF02ASi4umcSmBWmzIKyA\njCVVmUGlua1fiUq0fztQuQ2uulm7iwDjjlTDxBjbtbXYYxibrzDz3ptbvHGb\nl6j2elrdCRRwXORKKXU8XyKaiDU1ulgwK5BC87BNda3aDrizrAfBokaaN0uT\n0eHHsYfDsbb+f6jD4ivQyYqDVRQv0P+9vGwG8kMTXHZWdGP/owdJoGcGUf+L\nu3akssddTLq2xHFrCZLZWzGRY4nHkk8gu21oD02X7b0KREJa1IRrtXG65XIh\nSbPqqvMZReVZNVsGGlUmBUNfsps5abcUXu9TekaE2gk2NbcyON/a0KJcOYKP\nqFIZlHkqnHqFL9eJk4+5hEhO9cd0nBQ/bphltW8rIibNMe4go699CPCDZgVT\nzMG3XWsHpFe2xvMaGgN/Y5gojYTMA6Pa0F1p3AjZbg/zcSB1nFWSrPQhhoZm\nYMG5\r\n=XJbM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200415.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200415.1_1586958970753_0.5478219202336556","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200417.1":{"name":"@azure/identity","version":"1.1.0-dev.20200417.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200417.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ab767f368058f2f2cfa20ac2150f82d32397e44d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200417.1.tgz","fileCount":69,"integrity":"sha512-s/0dR2NMPvZANkqjm4pPajtsqZydLiIwIyvScGiqgWqJw2u6+3Mjwd9qLbgejOLL1GTYZx43sXUzqpz0t+XqeQ==","signatures":[{"sig":"MEYCIQCbZzF0l15HTkVAz5AR2VeseWVR6G5duVo7m/Ghp+1+wwIhAMbgfwCHKAUEuHNjXCiQ+5A+64pX3eTucW9SxZCi9ob5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452430,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJema3rCRA9TVsSAnZWagAAK2oQAJTYiohOFijX8JqX/U56\nEs1toqW6DMnDK3jq/CiohLIawy2xhni6OYQvsaCTuchcmdUbtlVzk2FXhVeu\nSDY5cSvSsqoMQv9VlpyMUpCtZ458emS5aYjgMSUdnRaMaPN2ovisQfJwRycu\nELwf1sLEnzGuMZiE2Jfjyzc96W5S7Jx75ytCNFFWABlG7kRbwjDWX56swVzL\nBSHm7lSFiRBx8CXUs/KM9fQGnb4hw1QPmbO3/cLJ/+Aa21ozvHZ4gIs3hxB3\nMGzuhcGv7UwymXbpITs/GWvHyyFeWp5QLoZTRha16kJ1mawYKYO9OTuZJEPu\nD2r1KqWpPbyjlnDo9G3hy4qhFE2OMj4Kh2qw7446MZUe7no8Qo1vzhZyv48V\nlMcFVsuV8FLsYHqNhCuy9lEPjTmRcm0e2eMaDOkehZv1UMirW2aVKp3h3z2M\nk6ndrp8DwZVHt1Oh+kgxIolfD70DRiFD8PC5sHyOTmGd9od2+RjIucXZzvxe\n5x3iangg9XrT02+BDzqBZ9VvzbjjsqDMggfmpPc9jG+QfpENl/3aC6jPnmqA\noybgjcBX5L3cpjM7Z6KQHcvXLZlPCyzimoEgocHwBu3GlmHobbRV+TfiXPro\nkZTkFFq8wIwFSShw+nPO6EtQ8QK9wtHQRQggk+15gBHsY9/3PHFhmKCMNGMY\nb0Wy\r\n=/0zN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200417.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200417.1_1587129834625_0.1282744127928115","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200424.2":{"name":"@azure/identity","version":"1.1.0-dev.20200424.2","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200424.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fb996ec7ba6b1c075e7cfb9ce41dd877297c0930","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200424.2.tgz","fileCount":69,"integrity":"sha512-+rFm5j0H9EpF4yrAyUBfgfv4VIh3Kjh62T4wbaPjyk16MswocnxQH7tCOAaZNlDlKKPFvwK0hxC6/XOUHKv54Q==","signatures":[{"sig":"MEMCH3Q/lU845M9Pec8nZKjfm6T0PZH0Xn10oGHxuleTvRUCIG13g95K9Nlw6hsGLk3hhRUdAdaOE3FMx51erBDjHbjN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeo1mtCRA9TVsSAnZWagAAss8P/0gQZRusCvzDRj1Zw13S\nPbIc9rau2NlmaFBv8D6WQ6o0y5R9DqQ/BqntFGGuObFrLfPobWBEPFtTBEc7\nYlE1poqgrGxDAPgi77laxxf8lSvDLUmOvLu/t5pTvvE8NusXTSIROyXl6iw7\nU4l0VydcFRoZ+xcL99IiO8ZwkOUuVVo0efaPSyahTsSxCLE3pD7yQB0sY6IJ\n3ixHGNhS3nA84xy2aqAYbVh1U7fJchcigJe8GJonyn9Csua81AHkNLr7VWaV\nt8lykD5BohV+011Hmm4bWA7aKRUNqMqiKGDY9NyIzo/YqRpEHcbAcGt1HcA0\nhZel9cLZ2XJ6Dzxa+8insnpTBsNFP8WSx2Vtpbw37IUDgeTKjfy8EQ5Y5rUi\nKKOzho+ImqQCpCKGku4h6Jj0yIiWidjSQBN5C2/1/Jv8Xiyu1sSSu36pFLIs\nqeVMkayQnFf+1BcMnAoiMTd+PfRnMkenGMJoMeqVX2owxOqB2lcvd7QA58p+\nYN9hnsCJmaJKx9jkKAMBd5LNl3rM12p1Kx2jOAB5vp3ALoS/Dlz4oUIKBCwy\nGH66rtQlDE8rZkJ1Eg6MRQtEN6opagnjc3b91lc8MuN4o6W2NeULltrZD2/B\nWHrjR4cDAqoyQ+LwjWV19vVr8OhIYgLESeogrTnX8fjcUfSLxsOA4DP0iVx4\nJw4j\r\n=osPQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200424.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1-dev","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200424.2_1587763628887_0.7310968686042818","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@azure/identity","version":"1.0.3","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.0.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"834d05b121c39a36e7d6158bd8df8137ba40b9a1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.0.3.tgz","fileCount":78,"integrity":"sha512-yWoOL3WjbD1sAYHdx4buFCGd9mCIHGzlTHgkhhLrmMpBztsfp9ejo5LRPYIV2Za4otfJzPL4kH/vnSLTS/4WYA==","signatures":[{"sig":"MEQCIDabC2c/tLHvuH/EFPzFxL/W2u8FZNJGHnKoQIctb1MEAiBILf0dCOJjQzVj+e4z59GLQBkHEDTYEGjv+kSSGt6+Kw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":401449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqJ6kCRA9TVsSAnZWagAAhwkP/2EnMK/To9JZx5peasxv\njNQiGKBgVvRkA/v81Ul6eKXwKMQjWr96eRAspemvjzKmNzyvWYy3nk0F7Eqd\ndzH3e7QmQspRja57kgMTttkhhAr9bol3fGJZAcHM7IGaEyAERs3nf7mjyyiz\npfb2osqhKpRp4IHecG5+booGh4IZPrMl4Hiz7sMsV1dpd2ISp0F0ehWQo3kd\nr15YJxRCVmMgdvcaCjcEkn5sRG85SFI2pFWMhgL9JopYxDWH3xEZOlwq26Y0\nSR6sLw2b4sfnI+vhQQXiEoCR6QMsK/JC6P/ZFvyYC/qzcUFQ6NvzSsjDoaPl\nuVAzJbCnWy14Zd6ajrayZGIqAK7gmnhGjcRSfEyGdrSQgIz9IUqJbrbdtjFM\nrAV+m3e+fDikrFIVCLfhc8Oo1TUbZ7Tx2+C75Ip+c+CKNDQb9NW13i3vU7jQ\nQrlRUE0hrtanJ4xGNJLYPWCd/8mOlh2d7WubtVUg9j4FaAc5sf10fUqrnCHT\n+dRykxJ16Mkim8Dhc8A75EcXV58INDjImXFzs0WkQsXrxe2/j90p5AdGNmR5\nIsv6fSdMnLsYZfH6PBzoykyQ5SaJSv+BMHMiut12FBZQdYPL1rmEJj8ohyyr\nMw7AVi31TJ0yCLlfDTAUKgFvCeQOwq1gX9TewyaHKREIM4O4ULf6wZtf0NZS\n5UO+\r\n=2CSJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.0.3.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.9.3","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^6.2.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.6.4","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","@azure/abort-controller":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.0.3_1588108964151_0.3128395530694683","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200428.6":{"name":"@azure/identity","version":"1.1.0-dev.20200428.6","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200428.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6d9352b14c5b73fd93f02b796e417ee4ec6e0e37","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200428.6.tgz","fileCount":69,"integrity":"sha512-9Qab6qLa7OkuzEJbPYY+aFOLMkGy6rOmmK4TCzqRYsvI1yErLv+J/jUrvxJCUII6eu495Vd7OZ2vPjFgrH/gYw==","signatures":[{"sig":"MEUCIE+B7bNZZPaunLkBKs4HK0xqU22ql5oXf1yS0ZmAvgJxAiEAyP17TRvTSA3PDXJriZYnkYr3FPRwJwh8yMSMg1LF+94=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqL7zCRA9TVsSAnZWagAAOBkP/jmcbJAC5InWGFKlCCXa\n4gs2Xg95qjmhWTI3wQQUcCF7a+mphbfJb4XjzyeMQ1IDffnqEkPTLuwiDZTk\nG2IjNcKUdd/OOWo8jhlGbOaXleaNF58niGxhgXRIJH2OK2Q45yFL8dM7nIHD\nt8g+kvHXO51XeGY8JddiU/3NVDpaiSfwd9hN1EgJeoaeorefMZLwmVkj4sl3\ns38x8kVcvXZwaTRSMKrGnbzFC9pMsT2lKj71doJBpxaRC4Bp8kvixs9tZIG9\nEPDRvSgTC6lUmMqp99jCNQW/TJXlYp9jCDyJ67ErGO2N8mE4Tm6++s0DYS11\nGSm7qDhguq+7SFe05f5pnCmA4tG3c7gsb+TWMBMQ/cZ8CVxWozodLIMLMGkn\nQ3WwOEHYEmmnwujq8Or0QBD7LG+csNSPUVFwsiwghZBNbU5y86SzXn6cNIR1\n5DW5qqM5J7KLvnUX7TlEQqSf5m+EAFA0C47LMw398wWk9wflkiXPgUKatiei\n3I+O+2Vt53tltrLg/DnITnO2dt5OTrTgn8DPHRDFJLM7NSIzxGyZk/ALO7x+\nb9a00YEU3knF6TeBrKA81g5uFcBE3eCPR1sF2ra232Le8LWKHWUa5vCriIEC\nv0z6dj7QHkkhqh+Wtcck+joUUYPvGpF52Shp31TjcGnX8gPEbEGgjxxGoqxx\nWzzm\r\n=Uyfo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200428.6.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1-dev","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200428.6_1588117235073_0.691675246045776","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200429.1":{"name":"@azure/identity","version":"1.1.0-dev.20200429.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200429.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fb77be3e423bd92e9953bd4c274d198ff8208cb3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200429.1.tgz","fileCount":69,"integrity":"sha512-P31bLzMJw0hQtuhHZdcw0p+0d9UdqmYRBA82QuKXSHjhCF6LbZaephNXQ7ufTyw6C2OuIarqCMqNSQQsHY5VyA==","signatures":[{"sig":"MEUCIBob2aYFGAfes39jyr4yiG4zabJn0/3OgWmD0lqHMmoAAiEAu7EmTEdQMS/zCDgdEQOhSD/7jyciX7v2fezWUUxG8vM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqhNlCRA9TVsSAnZWagAAHjYP/R6DS7S91TF8tkS/sMgw\nNs6Ud9vaObYQd+ZrD0ylGOkVFx49gQNEXaXNLzG3IdJaM6nnhVTcbCnYSA00\ntjw970xPDkiSVf4gt718ELKrkwz3LiXYGAWBEN315PvfG2zgNb0AVTWqF8xX\n3ndMPPFRdXQQ1dA4I3Tj/1RZ6/S6nlJuqAptvo1SvyMUkyUW94WViYYaFNH5\nlb1IHgEgFgHvu907k9GmfrWq1Cbpwgud/8lQfYoP2HIdIRWijCnJ4bsAdQwf\n4qGhlGagIGI/5yDx+ODRwUToGFgyCU2vkLwQGstZy7FvApeRT14Z2kP5pEed\nXeqHomxOFNGJ7jDsPpjHHzC0PiPTe40ei+lDRvyAN0xc/dMjJfCAfX1u4FBH\nUEkMB95NRsTlq6YvJXE/EB5e1E4AIHGeq8Qx2lNkJ7XTH/t1Qnjg7WDcUAIE\naBugp4VMHi7fVS65WhtgWUIOPzJCTcvTjnjVQochWTq3IrRNw+SX+tyT548Q\nKCsET7CCk2ke1yleOyoWQ4azeKlY6uDgQcMHrAIPoAJUAwJJjexN9I41PA9O\ncDZl2tAGLJllzJDlVb+MDMyClkJx6m5bByq3jXIOyROYOeQEOm3GRPMG6Piw\nk0zhzZaDRZXHO1R4TeUPf8b4tsi5Id0bOP7CWBkvxPuQrPCPqRctl0Kr5QzA\nDWxh\r\n=M5wm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200429.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200429.1_1588204389039_0.7415944375975747","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200430.2":{"name":"@azure/identity","version":"1.1.0-dev.20200430.2","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200430.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9229e2aa453c13455d671161dca34c5d07bac718","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200430.2.tgz","fileCount":69,"integrity":"sha512-SJQ94fC0Xji1uXsHMBFdGWLNukUErOnZMNGGeNjuna6TSgS0xP0Ks+02Avr4TnaEE10zIWeKbMdzW30YUMzbQA==","signatures":[{"sig":"MEQCIBdayzyG7S6ALNHAF1uySFj1fQASmHgFcx0YuyGn+r6tAiB54md4Zd5+w8+8WNL3SJ0nigHX8II/w6MAIeGZQBa/Mg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeq28pCRA9TVsSAnZWagAA9iQP/16JhiMJB7PCJB4BDMtL\n/Wss6O6aCLrYv0IBYQomS0FzlmBWZ3r7O37bcsgVWSXmuV7mG9V3K/4oDzdA\n976+HDQ2PbYOAEGQrFWrov/pt/mlBEutelGCvh0y/0muTZh8uZl0WqA75odQ\nnc59RvCgYsZS3mbNn0dmo8jFiUeKWBRSR61mTRoGHpyq1wE5snQyzjNJzT/3\nBGtCWwZPTBkT9lxojSIRVF/YF47pz6fQbqdu50JQilc5avZ9ZRBGAYijD3ZD\nbQP0h3ZzDEqiBjvETVa9YXvR2XVEuQjOxmGwuHvKmp4jO96Ejwu6igGwdpON\no5pulFdFuqPdIDgO0POVbvni28lwcJT/iKU/vLv5FwjGlA0wM+pETpnLVPiQ\nNlGXuRao7IefWinCYl/+Ewsw1jAtiDXBCrjfVk7bkUVq1N7zG25k853cilIx\ny/eZHahyQ/TyGAGWFGf/Nd7mgP9NYO4OOgv9ERab9k3UQM+xStzn9P7A0EjC\n9A15wUzMfGf2kwatSFDlvUIur0EmzwvJAHmsaP5NnTHz4yaYBSYrg8Ibru5v\n0Z4g2/8UVUhoBtHbq0miG/1Q/rfd4AjfSZrZG9asXvdNHF6KHCLN6PwtdyjR\n0zFosLAn4F7SsdD/BRBff1r0gybyPAD0uJHTFD4SBd6unmJUJ7P4KdIwtQ3Y\nPxv6\r\n=g1mK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200430.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200430.2_1588293416894_0.4116045057114741","host":"s3://npm-registry-packages"}},"1.1.0-preview.3":{"name":"@azure/identity","version":"1.1.0-preview.3","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-preview.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4e4bbed6a45a00578d1d3de8d5167adacfb2dd0f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-preview.3.tgz","fileCount":69,"integrity":"sha512-b1lQaJwyiSprAiA84sh3AXk0AO6KRTFphXZJsf8ozPbZfFP5cVDmd7fe5QM0n8JSyRB196vGAZTHKpVmK2wrIw==","signatures":[{"sig":"MEYCIQCnrlTY6G0a0MMcOcFEVWTYV5H7YLqxJfNJbnvwFoWpagIhAP993/82Sg+dH1LS7TMLFNmnACBIGgJcKV7sY3W3IJni","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesca1CRA9TVsSAnZWagAA6ukQAIDCUWYIk73iVWEslkOP\n+OOMDbA1lLvag4BMTU4V/xm0h6BPOlgk7PvJ8FGTYFkIF5SpGWD/flx7yZlF\nTwnWAdwynfLUtgYD0JcUTlka1KfT3c7t64Zn0+g1Dw1FASDDq0aLsvwXTUIY\nMDz81xy6p1DoNCDfaLTRsZSoEv/9hZ8nl24V+771nwJ5zUZMFgkEiJNkM/sP\ndPADNYArqUKKQFsg4lnTaiHOHKKnEhv11sYzztOWd9PTXgRzKXDySU0h4YLC\nAaL3XPBfgDFwNNeMjwlWcu4+mq5krFiQG6iqJ7IBy0So3pydtDF4EICS6pkw\n+oWYjH18YGyHVXmyXA89WlaXmvdA0i+DRlJGmFHMBupoC3Auszh/hImklUNW\nEvE8b0d6JkTBwgd8fN/Ds9/7OVqvTnrJHA/QyZmt76it7THXRl2nNgnpM7vR\nRVFU4i4YDQ2qb58+eUYru+mcCUAU2G5H/tzZyMUSAWoNZrN18T0LI+qpxzJQ\nU88Xw5J99z4Jxro7ermvr6owIEMHuPO8zKoFvJOaqgzOtjpEoJqz9X+1iUck\nwalpXESe8OnU/GwO/3TDIgXcyWTYddx+KyODBFGtPPSHYuq0/5vBWp8tiGjK\nvOjSgCR0tgrMjUHnbYVup/TiJBlwq8JLiQ+4JlBdVHqo6dSKTilJOs/ZQ/uV\nmlKN\r\n=MEL3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-preview.3.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"1.0.0-preview.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-preview.3_1588709044608_0.26758199093642476","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200506.1":{"name":"@azure/identity","version":"1.1.0-dev.20200506.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200506.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"58f0d66d0745af0a40237bc13f88e645bb92309f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200506.1.tgz","fileCount":69,"integrity":"sha512-Zm38m2BnkpiPmShrNWLPUkGlgKYA82ntKaXpPEm/Wy/uymZcO7wZY7Ybf0DyR9fsUkASqoEyiAcFaEti3GU5LA==","signatures":[{"sig":"MEQCIE01ft/0domPNyEabPYc7NFAsRIdwZgtdq1hWqy/ToMKAiBW3Q/nyWrh1TwtwcloW86tXRiLYXJarwwk5MQbRGSkMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456183,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJes0spCRA9TVsSAnZWagAAF/IP/1XdhBVTLjYmXuL7Chcz\nZ37sWJz1+Pi0J7SpoYGto4DGYeWRiHhR/bXUwlxxeBaJPwQ8L1UomWYLnvvZ\nRbCPffvNPX49Q7JEbzP3zU+lhgSV9I/UZvNNYW1aqMTJLQRGv6makOqGRlTA\nyq5XRqcqxTvfgNLr1OARQ2Bq7fevXOe4ex+SUn6UbzMVIj/o7rcJ9q7PO+eY\nj34sJLA2dlMOngf1jVFM3vAGzzwAJlGpr1YQd6WPtMGviG6HypPo40MsTq/n\npZoUZ9r7c666AXzqXq6I/r22Jv1L7nkfWWfJ3ybotN4/52zZts2Zr1t52vlE\ndAhvZmhW3fxhelj+9fMf+Jo0HYD2tvZ9p/Id0C2tHM3AiUOPqR5gnYaX2+Ln\n+fZXoysSOz/RuqKY521wcdT3h2BfFuqn3z0XuVajC5XV8CWuedDgNKiEDZF6\nuA2EU8yUOs5wsufDfuOPbmb/Y3t8SiSaRKPJo6HeIkwTwMXNUqgPgBHsmMDX\n3SQQNkbjCls2PZPp3jW68j3V9OtG9GnjXC3doOlBSDrBPm5/d0awiIn9gla6\nOrtSpV90d5H0cowWk9BbKhsEu+QVd/76FlSu1ME89R0DisQOgBssIwnj2OWz\nHH6conPNZb12+rv87cjQbqOfWwsBy81kBXuco8abwgWwPc3PwKUGCljKK5Sx\n7Mg6\r\n=mwth\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200506.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.7.5","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200506.1_1588808488388_0.6224301466546274","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200507.1":{"name":"@azure/identity","version":"1.1.0-dev.20200507.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200507.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"33a84c3ed63fa56550540831e143b037b73c62fd","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200507.1.tgz","fileCount":69,"integrity":"sha512-y1oxQFAHkCL0Ojx/rMNeuiKtaKS8ECD/hPBm2ULlJy05UpmELi74go043/OdSBmn5368y53hqhfwQda2gMTh4g==","signatures":[{"sig":"MEQCIFpuwfZkZVSGDuj9CnGyRrI0jWFufke7PW8Gw/v0kNWtAiATBVdNaNjCyh8YyBlA33Z+UohZL6NbEuNlpEh4PWbRQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456183,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetJ6hCRA9TVsSAnZWagAAvdYP/1GIJR/P9ZTvtXNbZoiZ\nYTO/8hU2PguHOIgVi0rTY22ZeivBblTXJ3SfmgNYd3u+Zd/obdCSxC3uRTab\nBzVB8Wp1iCwX5wedmhw8NnJUPrOgAf+wh28ek/D+gk326RcpJbS8VgcFn/ck\nDqRnJi8YzBEy/yTDKB4zGImODiDYFZKcTjZg/C0uXRT67COy/wx/NjGiCPLk\naw1LWLzmPZp6c0R+3FIV5B7zJ+vZH1WDWB/Gqx6ETQrzzaF7ezz8+KvMUAjp\n7ZqrJ6QusD5xCpyhyCCiRF/LakreHoKvOlnrVDaE6I7Kt7HEopB3/P0atkYy\naJZ3rjwS7y09NQArxJqNrSxtiTRWaU354hqnGhItBBSlLVXfvXZjQgOxnrF0\nOolJ0cM7qpbXvcDi4lTb4Kjt44lFYJlstGXaATbjinxDFJYdQOwcku/AOmV8\nizxPPHI+ZrHW/sdFvEBmfAZaqEsiEsL9ueyNZKSVWPcSmiw2UHEKHUqBMqcz\nMUTbArbuhoAOiLx5RyG+r8I6cjqCsArIbPu6LoUEO+Q59dEYKZL8Qdt8JuvC\nu5TNXtN6dXZ6LnaITfC5BiK1j9hMjOXr9nFegKROp3u4QlQFTbi/Vla1yglb\nz+aN64FPil+aYWZt5+T07zPR9LE0i8YWZfUVOLQ7fYMk/dJ/tmgHDRo/4PAn\nelJ8\r\n=tAmT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200507.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.8.3","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200507.1_1588895392902_0.49250159837745966","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200512.1":{"name":"@azure/identity","version":"1.1.0-dev.20200512.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200512.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3ccd86956a9c198cca50713811c2c8fbaed63d3f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200512.1.tgz","fileCount":69,"integrity":"sha512-hIHtyKL4AWlY1LnM7dpSxf8ZcDggnETIpsWMTe5ANGTOJLiwyqKqeCYtQPTN2swEMsKK3GwzZcr7esc5RLXAoA==","signatures":[{"sig":"MEUCIFlGOjPktlt71sgPTOb70JArJsF4H8y8iytwPUsYIVFWAiEAuHmhiKF0J0Fv/ozbp6B2/RXyJ4z2tW0vjOtpDagwEEs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuzpgCRA9TVsSAnZWagAAdPQP+waOA+kEYLSZQa/N5uwL\nETiP3XHJ1MjUdxfYKs9L6rivsf3eDVQeSGX2BDxa54uvpIpyJZnRZ7kUspAi\nl2+ILZKeoEYVcWt1U0BMkz1spsCepfLZqsja4bkGRpxRO/PhTc1xIvbA8Qjx\n65pTZ2tmPAUCdD9Xj2GiabUyNybzefoHTQkdrwbJcOzsWiyI7p38aCtwE4ia\n3rk+O4O5ruTtzzDe+qjNomdKiFRO/D4X/MalrqHguZ7LuGTEdR8IpmckfNXf\n/60mhbG1h4PE/jSrLaRYoy90H0z2ljd5tq5DYWRFkz9sYyqQ1N6Jk0RwtLUU\nNSALUt1ui2nRc2bPhHkclWnDMAVvCA5w5Loq5+2Fir8tLV+n/rfvdKOKHr0G\n/unjsImqJP2LAqKSGVaoAYTdC2GlYHy3ps19ujSFNxr1TqLbCc4/A5fgWMEF\nm4qdFjoIgtNwOaE1Dc3IlE/vkiPk8AFIbsPHr67FrvNX+Um2pPfkQ4bc1Kag\noru3norkRZAEBpUpBLK5TtSamip9poOWTPwvYJef+uyL0+7jEDn5TwN7+okD\nPflntibEowHCvtQb8z8TU2mmIxd3W8NI9NM3FyZ/zxWcJPJxvOqp1wWpfech\n0OIHSIJ6k16WYlfF7kAUci7gJWGVcf8u/fBVD9I2/2kv3o6uZFGn9PtR1uZg\ntlDs\r\n=Nj4j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200512.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.8.3","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200512.1_1589328479483_0.9599071763354194","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200521.1":{"name":"@azure/identity","version":"1.1.0-dev.20200521.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200521.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4927a53d3577db0ae053a1800941e63123761ffc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200521.1.tgz","fileCount":69,"integrity":"sha512-RQMhqrvG0YkebR/6cXk+zxRQsWXKQMd40bSHuXWgPQwjtayMHH+en03JMxJ5BRSfPed97EhGKYE7Wbw22gIlHQ==","signatures":[{"sig":"MEQCIHYwPOktaWTjn6ANsT9AdXU30Mt3uf3o1zu1ZZqBj3yIAiBEb6m9p1ShWAqrqoC88MqVYHSlvsJWGA8kihMGe4KKBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexxcGCRA9TVsSAnZWagAA+NEQAJctEHwGFFNVMwJuQngR\nm3PRhcmEQtk5JjDeUcb1aJhaZ4Vp6pG65c5Ce2uesKIKazYqvGOy2qNWCANa\nNRjbNVuPK92TYcTkg0hBdU5vh5/TTn5A/n0QFyZoVHUf86dlOaf+EOg+7LZE\nzro4QGx9UyGHMGhW6F/Y7GUdVtW8ope9dQBWuYto3aLwKl7MUImv1Arg8xT8\nsLJvJJJG1j8Ce10615Ok/dYYjM4T7y6GkLllf/176+gBcDZlF8RmlOCeMNfW\nCxAqHvt8WSi1CqA6S72jcMmS5vljzsaWFJOinOZQgYid8Pp2JlhSbWnsXU0X\nErPeDW3mEMqll0TbjET+vyO9GdGlZkZq1c3rFQp/1nnG/RD8bYU3PNGZ2Ezm\nlQNQox/bf+TIx5rhLnEl2IFOy/z6B6PddGIME3iCo6VPIy5J6yamc2RpSmIq\n08T6QuyhDgMq40uA5BEtAtKW6Z4vWBFjXIro7Lok77nDoAQgLajvOyxtKSnw\n8G2PXxZp5mZfSkR9TY+egWAoE4qvSfpVt2sfB04nMALX3q5AZhlSOkNYu1cI\n+iKAmdWP53zrHJZp8WrPaoD0wuq1KkFyAttp5maSnHga4HWETFW2WHaUAFMt\n/y3zm8NwaJYQRbpNpwU224quNL361oufWLvQIDfqFqCqXEhlw57J2lhZ4/ci\nny7z\r\n=CoRu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200521.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^3.3.2","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.8.3","@types/node":"^8.0.0","@types/uuid":"^3.4.3","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200521.1_1590105861877_0.7987761101958843","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200527.1":{"name":"@azure/identity","version":"1.1.0-dev.20200527.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200527.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1bed264b4ea038431d97574bcd183b03ba2a723d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200527.1.tgz","fileCount":69,"integrity":"sha512-OOXWDDtg4LEb57y4PqlMG4JkV4DoBRmbsW8V6CojS0mJB5fVxhMsq/gzQIn6NNHLxfiHUMX0FVlcCxP6b1ARSw==","signatures":[{"sig":"MEQCIHAp7ZxDTSrublHX/uNYanjMQGUwgdGj6LBut2n8LY4tAiB/mTQRkOROgOYo/CE+8aO8598CEMUo+2M0JfvqjDBdKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezwAoCRA9TVsSAnZWagAA8sAP/2SxpEwiGKxsRabk/fI2\nJjFrHl1qebdXD0iVz3KochjXrBFj3d/Cnt3vV6xCEJn6qugAuzJ6tb9bhF6x\nd8gcxT6QcXmR8T4otI+aB0TdU23R6JvMQ7XzKcmxxWWPWbQueoZ2Xr2cUipa\nKv2Hk4h7smfFC/PJWKs0XWpG6bh+leKPvrDj8XbaZnCE7J2hsAGngW4BQTbm\nW2GhPEL2slxa2RRxR96Ntl4hwZ4hTkTqVgx5QkXcsKJ5+eJey808xVhdUfBw\nvb8Ui2YcYh1/G8RjPKMhvsh9leozrXvNxIaraafcRD67vRrvIOYVoVtD2ui6\nZ36UIvh62GZSpDxxiCp9T8/V683bufkJdkwtZGgB7aK6qWm6pxGy89o7oMEF\nQxrRivuoytpnBDN6dXERA2RtiIrfPlkD6yPwkoYgs7uKNCZr9NhPGpgNBsUZ\nQY4zs42Qbtv1M4PSxVasINKyRz0ZGQSfytZrhg8tGA/qpyFfTyfk1SBgplPn\nHyYnFkvYTUZIVPxXUkhbaiyonwslikvCh+dahumCHVt9181dMAp20tkgdLUd\nXLtQfx+0HuOVmQp6Dm8hW2tzl21f/ClUtzmkbql6HjH20euXK3G7HXL+nR7P\nTyw3zq2X8VgeImD+CMyiBCMbLLvxNOE+p5ZiyNJZi2k/h71zgGcwACEPral9\n63ZV\r\n=vJM3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200527.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^6.0.3","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.8.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200527.1_1590624295444_0.9204923758657917","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200529.1":{"name":"@azure/identity","version":"1.1.0-dev.20200529.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200529.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"62200f719047e492f2cdfe7dad3ed9f35a2f8a3c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200529.1.tgz","fileCount":69,"integrity":"sha512-brvUcKSiid09JUKv3F1d78YyhZfARWm93iq1ndbgQowHGIX7A0fEpxomwvpPBiOVseXdya8yv7nGYbo1/8KFqA==","signatures":[{"sig":"MEUCIQCiE6ennZEAbuGwr1BIWo0RCmwJJ7AMz/eNPmMfR1yGCgIgAWNqTLK78BDn5GKWDWrZWYQv8x5Zuw1Vfay5SG5l520=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0aMOCRA9TVsSAnZWagAALkcQAIabLZj/UDyIFLjdsdn7\n1YisG8LcChdGlhBGHKDOI7osB7/1wwguA9GSVOk5olyyQ2IR643JpRoYDsnl\nEt1eZgsbZcl3Vg4Yb3saQXSE7DkZfc+7YIW7s9wPPuWPwBn8Wu20f881FKq/\nfWU9U4yEG87hhT4txLmrR+d1F6OV8VunH05I3qMOxodI3QqlS4SmbDm8EWF2\n8oJCF9r/ZKFVg4t4ND6Ab9yAHYyf2dU0c88vR8zDXb4BDrDdvHw7b4JUreAP\nVoSReaEgbrn/jmJW+qOMfsPB88frcG0uFPzGJa5bUnAsRWBJ2GCm5uaJUEiK\nqn/hhspyVoLkBfXQEUAnOmnXs52Vip455umiGZ7s9FMnPjfCYjniPknEH0LY\ntoEhuOBapC3I2Vz5z8/tnF9OxHPFFmkBEL/C+msukcx1Fn5xhzuuNHh+TCpT\nZQkGGLcQ4VqG1eYr/52sq+5Tr/Y4g62r8geK/JHeGMCjuKuio+/01Cyfa5ev\nS0Q3KvZm3HjnFH3qSpFM6JYOgeIs9vUflyt29/aKT48J3Zh8b/n0VRShfirJ\nH6YMQCOOREyXJoLvnnmEqDTZcksqByhbJAV4w6jc1dKj13hzTAH213Ff/AeQ\n/+rhM1zX5GDUK0ytM6QVKrhU/wdKV1+7mX41OM7bHd+/q1iJleUX9fQ0zZVs\nXlmG\r\n=L1Vj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200529.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.8.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200529.1_1590797069992_0.8736848694972421","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200601.1":{"name":"@azure/identity","version":"1.1.0-dev.20200601.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200601.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ab7a71666326283a460a6c6ca91236e07bae7db6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200601.1.tgz","fileCount":69,"integrity":"sha512-BDaTxrz8y1QC6hdzLgxCu9yMIY0xVjmAZlH8TxMge4fkqVeVJ/iD2ykIuJcV8cSF5ucqCVIQucIjDTpyRab9YQ==","signatures":[{"sig":"MEYCIQCcQr9ZFK2+1mv38UAnp+1SGRNBZ0iDUS8tn8GI76K/5AIhAKRz8pAPgQFKkOZ2EPDLcPON5JQ+85AX34+feNGKTXlv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1Zg3CRA9TVsSAnZWagAAbJUQAIVZlVpVAM7ZWW907xUc\nDaCsnpFpYdtATUkkdwsZ5hpRMrGdsqQEdl+3czO3DKLMmwkKl/kr+Rd1jq/s\nVIdJLtsrjVF2O5dCVHxkqqnFsjHCTAxk8k84PYngT7Uk66T9M6JA1u5m3Vne\nLzvX1tLXTNFSiEEnyNq9eyBTJCT7o6MHRGyz0sN1GvLAJd8y9hib+ZuujOW/\nCSqjuUaQCTYlpCC2bcjeedcQSTZz1xeMYFtee5rkTMez5t/jHNTNSm9VEpT+\n9q6XDESVIc03aTDNkTG7mjsF4BWG1Hp7n82TRQKGtLNWRla5HDX077eTq4Rs\nQLuWJT7hH9nBgz0D9e8uMWLMGzyBnIn8ji72uYppvebsyC9P8qyKzP1/oqiL\nnUvYlmfswplZwTVSTfyKtFno6GIYDGV/ljv5Syj5WGR3AHesJ83LJMnXEbXG\nVLMWxdBmJw5+cu0Jc0U+Q80+LuGcJbgAS7zm9cucZyRgIx44cSrdT9IVhSY0\nxI7/revDyUBNF++KZ/yk50PAeSbN+cGYx59Kui6nl+S7eXlRWFwSMh55Wo4Q\niPZ3NnYCyqMV2V6x8v2nFqdbD0FV67l9GldnCGu6sILmWQBdC1LjkItbO7lR\nD4LX8W0R6PTeOi0vnGUvFwdQJbjQfbNoidJmoq64hefsxyXmzyIFVkBTI+oS\nfK/S\r\n=/0ef\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200601.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^3.2.2","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^2.0.0","@types/jws":"^3.2.0","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200601.1_1591056436222_0.3949885513508864","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200604.1":{"name":"@azure/identity","version":"1.1.0-dev.20200604.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200604.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b09cf63d7a2f1d34c53a0b8d5a7fc5fb77ea4b1c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200604.1.tgz","fileCount":69,"integrity":"sha512-xRRaIMxJvUMjdddTio8ElfWiwXdlSYrCJpEt9Jvfuxz7/DoFuAddMp60yWM9Xs20I81COaUvseCaQ+NXtDFt0w==","signatures":[{"sig":"MEYCIQCopdZKbGho23c54sTV+MIScF27EQ1aW5dhOJxkeEEg2QIhAJwQv/ILvMjXrChk3wyW0fLsbivxAMEbtHVO7xDsKVPw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2YxnCRA9TVsSAnZWagAAwjEP/jsT+0zGVBtkFnf3e83e\ncKJSVsscVCKtAiDnDLK+EeppDMI88rf5fiDHiUkfL2pmgcb/NUQA4bkjzaUf\nV+42aDIijPwy0aWvsqTHw/0kXFJ3BTi2KY2IAI+KHqP3TzzfxqK/DoDHdRnn\np18A6/OHJ165HfbsASblKRR93X+OsRirzKQrmOIxyxm0CrOpdsaM2ApC25tU\nC7PsSOhqlDCqhsqpgwmJ73YU0FfnUFn6XKBxXMI12ATNuzvQNGsw6fOWf4f7\nEP6H+FUbjc38tI/frR9iv8BGrcKw9he5yzK+417xALiw+nfkw2JcW46dbf+5\nM/zloswURMJzIA8fjebFj9EMEx4FLneU8IUR5UKGfvP9Ne+Val81bAmDo7h4\nBvy+MQOt068LIBb63oZedcsBHVeZ5D0WgPXzdLYsfp4psxM4aSwIfjOtItJt\nH44HYbqrDrGWdFo45GoodO7d6YLTzGQ8b+T9w2E9dbZna202Q5/2BWSsdDdp\n4cHWvLGA7hgdndD0kZbcSuEcdKDTvfzlwe0+RJI3kAc2V5yrAnHDfbKY8ydb\n16vJ+zxfMPN43TUqRgWO4oQitDyD4EXCjLndvI1+nD17Yj1TVhvkDM2xxxJe\n+oDdNi9Xku2ZtUbzCpOfgsYIvsAssx9FUInrTMbyjSVEiezohkrODIfPuZll\nDP0k\r\n=psOt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200604.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^2.0.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200604.1_1591315555947_0.8629933539374899","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200605.1":{"name":"@azure/identity","version":"1.1.0-dev.20200605.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200605.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b7e3d5b602ad0e0c53f21a731098f4bc32721326","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200605.1.tgz","fileCount":69,"integrity":"sha512-9wzyXgWNtKfS/j6SxrEXD/T0cjd5RKmEbk90xYMtAlNgF26lLtIUmXfREZtm2GLVcqIyXii+f/QNxrg+AEFLfA==","signatures":[{"sig":"MEUCIAtuG98AutvwDhQtAuLgzDG723+nltKukoQ6xiWYl9JJAiEAjFckgjxzEdclAyEakAY/JdQyuscKAFGJVeeXBP2/2GQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":463697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2t2fCRA9TVsSAnZWagAAtLIQAIM4eM+dH1hr1oUmv6Ng\ndwVyBsuwsre+qx85RPbBT75sdVPmtHZzu8aSz0hT6Q0VRuU/jCJAYnETlS7C\nGbO7Xnwrma3PslfTW77s/IFZdkFSGBCHwaqA+q61uHoDzOiR/Ge4g5K1/fTk\nn6Ghbm5+8HkJp3sp40ueD4BfB4/PzwL+QRYCN39Haw+MsMOvQamwT4ZgFv6p\nW14nwvEFfTXtTs0v2A26Jw1p2PHoWS7mGZj1Tsp7b9uVCex0E9NZIUx9J0qY\n4hIxfae376UqT5RZrjV7gTfB5h0tQY0oS1rL4ZgMzL+Qt8ZKyIh6cm//QIWU\nYLoFWKh0VIE1hmq7eWMcjFTZ8HxLHfxUPBvdW8cYrYwkWX4h4gPG5z/YpkWO\nXr2QdLot6Iu0R7b76qg0l8IV3sHyf+mSp5apKBRu9YPRs9mVptE7eNWYzA1h\nhAKe9F+L4iZl5FHo7LwQ2PaYRaCLewIQ9hFzzGy5Nxp3TArKnXsnFM2lAVJy\nACXLTu6/TgWI/K50NBwoV6UsEacsG7qZ1+VbEmDYFqqlqGo++9RBHVLJWcJ9\n2lUC5xGQ0z6uvwaOkvzBVfstx1aYc6fSpeJG7+i+ohvq8Ot6YSJQAlxm7vF9\n7QeZq6SG3fMeVy/I7DnvhjXhphsA150ZGaOiJnN/v+6eeA3GFnJGVfjmkZf9\nNbxE\r\n=yD31\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200605.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^2.0.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200605.1_1591401886730_0.11683207529897666","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200608.1":{"name":"@azure/identity","version":"1.1.0-dev.20200608.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200608.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c0956f21bad9ded4f0eee867b8f720fc5c6d901e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200608.1.tgz","fileCount":69,"integrity":"sha512-e6m0i1HK2Hq7J4RRoQ5DmecTSz5qlsxCiDSPJ9FbjKRjojuN+nPO8PAZTbSy6Tkkwjyuvk9qo5fs6TZSsuE+6w==","signatures":[{"sig":"MEQCIBqzHBPMG3eFWzwTAhtD3v38j0cx+mM+GKTEBhE6VGzBAiAfhRgO6JvB/0ZPDGaU9b4neZ/spKY1yqVi02NLvGNCjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":467494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3tJVCRA9TVsSAnZWagAADEgP/2MfAzLsFl4r7wrQcN7M\ncrY2uLfqgwqAP0zTWipc5RE5Igjv0nYgTpXXB3lAE0+Zk2ux+S29632QIj77\nMosotycGRk8pAA5G5dD6BNXyy6enLJyNPpl6hmVylAZ/mR3aIklsjl9MYD06\nr1/H4I47YTV6EM6anQ6qv4Bg8AcAtPyPInGf2quNQR1qVWZ8oi1L4r7AblGO\njR+ivBcsfiPBQHoYA1tRnwJFYqsmWUV3gZaIqmRIwZIdoTlFHI7lQ7iqvvpo\ngQ5VSYNSCn9KcSogQhNs5D/xHIJcnk07xS1mILBI2N8W4rsZoJnR9g4j3JCT\n0kRbJuuHxporzK5Fp4GINao8Im0RB17uwP5wSi+1ZHZfZZZOdmaqIJnxblow\nUKAJ3nvrx/njqbn/KZSW3V6ClYrBf1lea8Ma/Jn/kmdC9hgEECvNDnGNa7kg\n8R9kfa1aiLgieaihubdYcUb6Sl3kg5YPp3yXwaK2CZL1QfPipN+CfPwtzLB8\nvVYkFSTsKX6Dfkf7GZjXV5ERqAud3cz0cmIrk8mjD1bLpUt3DjcjUqjniDyz\nK+STFFQwxfFBt4bIA5flpmMuxSwuuoYXIY8Qg5uUY7VsXufIUbXg0YxAIK+9\nLjF5OJKs3pMzGq6GxXScrYf54XDwxUoydp3hqE05qdJ5fi9BPyHib/ZpPNow\nSpzq\r\n=b0kw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200608.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^2.0.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200608.1_1591661140881_0.24245450282676884","host":"s3://npm-registry-packages"}},"1.1.0-preview.4":{"name":"@azure/identity","version":"1.1.0-preview.4","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-preview.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"036aaa532d47783f8168ad97af2b033b137fd6fc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-preview.4.tgz","fileCount":69,"integrity":"sha512-R7nS4oXjI+oJ4yKSgoIJLG9WtFHHGyS6mk8ECJSAYkafihLYzJfQ2xTDDcjEXKRpFD/hGC9RSNcONc+gWK0TeA==","signatures":[{"sig":"MEQCIEUEdAYmYINbt0fy+C++6GiTh/ykgE+MPFqVs6i936pyAiA/cvXTIXtFkBZn27I5UMBO+SZ7QhH962mdGTYcGQJ67g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":471743,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3/OlCRA9TVsSAnZWagAAGrMP/3hN5Qwli0qulv9xW2tW\nNUefw+oKK4Oky8NSOF0xTZH60zRRLHLz227nCmPlFv+ag9WL9+qiLI1h1+Bq\nGZhGdhuKZfbV5czASypUztQBKYbveRrpZybE6cEjW2/IsW5Ktt5PKSC0l4oA\nrOCxS0991qVYeJa2XOdqtgXryHVkK1B4O1xAkuOA6O/WSI/zPFHhVrpDk7b3\nkgagnXNRBzsuFMkH24dSxIRjKU4bDxHRabZSsvaNEBDCiovqhH/8Fzd++2Y8\nej9LUtr714If4tSQ43rmN08IdSqKELw23l3BCqVEFp3+Qo13jhX+tqwB0FPA\nY18DDot4FwZoaFXdaaYf6eyqKYWWldYIfBwnDwYX2obKuC4NevrWU0VEAgKX\nH521xkJ+9WQu7L+fSfXkJW0qnOPeSrVe/ytz6qkHu4Hu8GH5spJ4kUOTOmtB\nOMOAfQITp6Bu7EbEyKE+JMqvRi1cLaoINA4rFFofeEoEz8NSi4CJWpvtYyYx\nNPv+UArM8MHLPLrz6enciBZ76/g7IFe4y/j3dSwJXB2psOMcjvVae1dJkgC9\na32GDcH45ImCZnyqQu2FqHYnAW+tUoJa57u7E+FpF232dCVU+wVvkvTyglkx\nWYYei+S64rlXL/FfdTah8nkNRGYrpr7vZWAxidrc6QuuprxqyZ3sV/n3W+rH\nkyNV\r\n=rJAq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-preview.4.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"1.0.0-preview.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^2.0.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-preview.4_1591735205176_0.9944885508601753","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200609.2":{"name":"@azure/identity","version":"1.1.0-dev.20200609.2","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200609.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"24d5373ed500bc405ae64df43382bbd196c4abdd","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200609.2.tgz","fileCount":69,"integrity":"sha512-SXdsSCnt43E3y5v3R0zlKo4ZQHO8ft0PsF/XvXCQPl8b/jrNCoDuS6zcDhwxZ7SLUs6ODeqjjym5EI8iGKhG5Q==","signatures":[{"sig":"MEYCIQCKBtWVemXpi5UOKVML747cZENV9131lZZlRnssw6O62QIhAOLTpLYrdQ5lnYz4B0snYIRYoo8tKfkkysXzIVYNStQi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":471747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4CP5CRA9TVsSAnZWagAAA6wP/i88LtnNUN9lRmsjljW0\nlFLdVaJE4DcBpiDUCvZWahkooCkeVYCNBBDKhf7T/5beAzcLpxooKjyydU8b\nfmC7B0+4r497AKpu1Q3HD3zIZdKzQzHsH3WdvkDNyLNFz89x1Js2uC+rM3uA\nbIZJPckIJJ5YYEFm+CrgbMKPEhimwLqcsJsMkPkTiViZcrwBfrVUwQAGopr2\nDQ4yk8XejRtxXrYQHr2LSDZI6/hNHOV/CADXKk1d3x/jq6cpouM68Yl9vWvw\nbtdj4PS7Ao6AVal0JF0LYm342NNbZiI50kdtYR4wprIFnsU3m2M172yjcZKI\n6W35dMZu+loh9WmGcty571wL9c78hJ+pEEMGhx2EMYoRf9tF0ISis5pAISEp\nGp55sgLa0v7TMP8g3G7yG7SNe/Vua7wYmPVZ3EsTbvwpV4ZV/TVfypgyk3XY\nQCAT2fAN5Hz1oToGu+X7NMUCwGXRDpof3bMV0PAl1fwbelKtQra7hW6zBXtB\n5wXfjZFvwPfXu2EQljZ1bnqQkDsnk3HtSINmHVXIRAvHvGJ0ikvVelDNKh6Y\nvhsFRLKRmSbvyqnMFh20ptVrIlkBDH4Dk2j3Qzrb5tM7WRAogES2zE4Tbe5K\nhm2DUZrB81mZHOq6TeGqr6T3K/UiVI4mYXLW3D8N5GkB8X8JuUtsduw0qAI/\n4LM7\r\n=6j0f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200609.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^2.0.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200609.2_1591747576445_0.7910884687401321","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200610.1":{"name":"@azure/identity","version":"1.1.0-dev.20200610.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200610.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"791d08e2be82386f4f376cc472ea61e36c599a5d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200610.1.tgz","fileCount":69,"integrity":"sha512-bMD+G1pVHh32yjb81PwPB7WIygnVZuT21lTNfoON3I1anW85zPsugfbr5hHl7SgH+08qRuxkwxlW29Hmf7QH5Q==","signatures":[{"sig":"MEUCID/hzhAVNn5UHI4gjlOIVCN1QSyV1teQp/J1dqbqhwZiAiEAoLYsOiaVEcsQgaNTCPU2wJ+rwjjLlZM+s+phXx+dcyI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":472098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4XUDCRA9TVsSAnZWagAAqIIP/0XN4ZxB7JI9/AL4e0gs\nSFuXTZCAgjXCBHKkgDkaW9YA9GrFCL0agmwgApxoSgy13qeXw4Nj3b557BUa\ngnFSu/M3mViQu5b1M04iQkrennvlYbOMrN8nKddG7gzn9Dt8lEmaHVq5SGwW\nNgOY3IFYCgu6oyNusr0/YcPUpIe35JdRk1nvXve5JM3wczX5MSsChjsJUYfd\n0jRQOUzLVWYuLRJDIdCYuVjrPK96IG/CiRtnKUhgzwkoyrPsoTVs5kkYnJ1B\nZe+WXbnyKSEc7oWCBRu1shFYdHhAiiY6L9Xnbg+FkrfImH1motaF8xollNCk\ngjz7WZhRjIGigvJFpX5nLwr53JfW2gNKOTJlffhdrwjjs9oWLXEfaFOej+Q8\nDAE4n0NeTAWQuUpKDmuEvqgqcQtodC2II8evdQeW/ECzZW6PJq3WUqMFjtqS\njXwbX6CRmAVzIbWpHAzJKcIEQHsCa0i01bzPqvhHMhjh+Iq1TUVI+O4AFAvF\n+koHFfqJqN8v/4SB5be6sD/YVKQQZTOXfhXcKOXeGO7ajKclvcnoaL2yx3Dk\nEByLWpl5ortZ3W8+h9n7jYz3+WCaRzpT9whuMNeZ9u4tMqxrE2/28ewNO2hy\nuXn7pHuPgckErdONoS8koy/0jP6YojpgMh55QbsZ/0H29Pvw6AFleKM5HVXi\n+hET\r\n=CScn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200610.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^1.10.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^2.0.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200610.1_1591833858852_0.6345089693165185","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200611.1":{"name":"@azure/identity","version":"1.1.0-dev.20200611.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200611.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"08d35cf86e39a3d2c9f5486fb9ca63dbc28c611d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200611.1.tgz","fileCount":69,"integrity":"sha512-180KKAimQ7A41+rbgT+MUs7T0T6IV7+/rTbuwo8gknsMHQUYNvbl4BZ0xDO6gv9fvj2KCbaaOltA+ma7juzuRw==","signatures":[{"sig":"MEUCIGvb/0nzEN/bALHHpbS9J9a4wGj8lqmzHDbKD8nKaCREAiEA5/4K/KyutDI7FYY08eEvcte5b93g65Y8nopMQdppBy4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":472097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4sdjCRA9TVsSAnZWagAAnJAQAJy8/jw9ViVyplF1v1gX\nW7Q8yXVow4XqYWMEoSREmdQ/sc2LcsrwvMSQfOzOV6IiJZmhoDJipTNs+tnh\ndL8adE50ydIZlU1/vrbLBAvKFClSkrXamCcOPeh8v+R2l3J0QQGpNQvuA8bL\nqG0gNqBIX2OI6/1xG/Tzn37xy0eIRQKv4G79ZaobzERZw4aDFFQ+WvLXCVfN\nKiLYKTpiGC0XDPwOav7qbhivlTPGPnf+DdgDfE0M+14Ta489jrtbUXteOgwt\nYLAwkTjNDPWy778t3KhDXepy36TihZjNbwYOHC9MOB4bpDEseGYX0dVieAUB\n83LvMnNOhuN8S80Yv2Pvwq/9CeJvA7UZB4DugLjeKlOQ92UaXDlhzUqdb7+a\nTsY72s4gBv/jE8B4CAmgj4h9/LelsFcfNVkE6DCEpmnUyqaE6QjoT4sybfkX\nomounP7Mwi7DCNlMX9GmikN3aoirP6t/P2XC48tbmO2Kqao08GqojsW3BiWD\njvjcc7fQ0prWLFW9k7LDa37iivZvxHltIjT/bLEkcuZVW/0q6sXegRgPMMcl\ngYYX+rlG3HhjLM/CMegfJ4F8lUF+NlPDRd18YVn2vhr0xMmVmJSt+6FgzFuy\n1wew6AtFvgDalbzpgIPzfwwTKEDNnVM8U8cwmXqyD0SLKxeie/xzsZbSkiGT\nPUch\r\n=qufd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200611.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200611.1_1591920483013_0.07865491386162549","host":"s3://npm-registry-packages"}},"1.1.0-preview.5":{"name":"@azure/identity","version":"1.1.0-preview.5","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-preview.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e9344098cdee0133b6fe09061465ba6345ce8cbc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-preview.5.tgz","fileCount":69,"integrity":"sha512-nhAYx2dtrrB8634ZaBlMiKT4cghxOydNN/4BnEM6Yg7+tFzE96pqZHSrWm646EZiPzbKM1Ri6zFiT6sP+Z2LiQ==","signatures":[{"sig":"MEUCIQCO1Ye9MtjKi06GmQYIa4fHq3cRdaEgakngm3gN0nwP+wIgVkLIYHQJVmW8Mo7iJQbSWVV8rXTugUczbBRihSr21CA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":520259,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGLS/CRA9TVsSAnZWagAAIwsP/jD4ZLWbeaVfnBvpYX9I\nPbSNJWvWEEg1Yl73dl6e7RbLtEEcR4K1R5V7JN7ad90z28mEH+BYYdeZ4jpG\nwPyOUz6X9HNTaEtnRn7mwTXFYqd+6uswAJoa3Ws/xxrk/8K7N5OvgjKgU4M7\nx0B+bm4JrUnpQma4Wpm5crEyJZCMqWpK994T9wi/6RU1Yga0fSKdy0Fmgw/2\n0xG7oXrNzX/JVI4FeAJrNkDYH9kB8GOvRvoOB0/9016bTdWf2zf4mhZ19PvY\nCfBTbJ7f+4sd+19Y1ug/AwnsEBy4zowc0tQbceYBJxhZjKs6GQ254Y/M2Bwq\nBw7AqeRUAKYAooGG9zXh5DbLJCoPAdTsB5E6NbiAnNwGXEu/jjri0B+2xkq+\nz648GHcT96KUysqfAhRpeo2mjI8cXTW/XlZlskEIgm83w7XpZRs9IibqbWWB\nAz4JmZ8msCSJEcsdg9TXkkwlxQie1gIkBq9dpoG4nKE6lTIZs7L3UQWqYBYO\nlcmPlXzEnov3gOiK828fiVrdY26XUpi1k0i78t7nhbuD6XY8QIPMW+AwpqU6\nEU2/smMgl+vqriW84u+6bKMPPiLrmlTXn7o4v8gxzS0BdfGAPnm578AljsfW\nZ+MveeJaZAJICggpxxTyeb98FGrEH8WKnkXKmo26ITHjMhr5MwQl/9aUSx++\n3D60\r\n=QgW8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-preview.5.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.6","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.2","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.4","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"1.0.0-preview.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^4.0.1","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-preview.5_1595454654565_0.5167725276761064","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200727.1":{"name":"@azure/identity","version":"1.1.0-dev.20200727.1","keywords":["azure","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200727.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/azure/azure-sdk-for-js/tree/master/sdk/identity/identity","bugs":{"url":"https://github.com/azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7e1d7c1a0a8ef32b496639d4408a2b0ebc700150","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200727.1.tgz","fileCount":69,"integrity":"sha512-ATOzJMfxjyjdsHugrkN+H4y6WONsRQndzd0jerpjFW+0ON9RgxHf5FpauK8DZZMH9TO5b8Lm/A/BLaMSvS2FWA==","signatures":[{"sig":"MEUCIQDo5pZKn55ms+NL4fiyCRRCLav3oDT5P1JWuh4lbBKFvwIgWgA6BMxXmqah6x87MO9lFFZ4EWX2yOaRW7QnwJMzooo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":520303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfH2rMCRA9TVsSAnZWagAAoUsP/iC34wImUvfw3QgQDGJn\nWm6zOmongB+7YzKrvn5/PHpn/QHP1YnwODpsPuSd2QBMxitdcp60TFDkYcR1\nOrWe8JHrvo0+NtEwpf3subSomv3m6pabfVztMOHR2hCM9L+TPA4FNCl/7Lob\nD4uZnjxdqGzq5ikAIrF+oa3ZHexn6YqET1PeRH0as9UzMpQzBOHHtUL9U8jS\nXz29H5uXT16+4YHVfBWkpaYXV1o1j485JrRrJH8MMZv+uu2UWZuM7EIFd64a\nm5ZdqZgq7iEbqRcF4wva/3NUpsFrmdGFsjVVTL2YxccZXUfKw3QpH/f4BIJh\nyoAQqNKmk6Bxnjf3Da7Gh28TO6EdIc6UHD3b1jA18PklukTrBdpp5xwWbL2w\nhhE2hlOzl9LcVqb/tJkrkR5Sv5grJ9dWIQ6M8sFBBLp/anXKRncydisYno7f\n+bUE5GtNgBrjyQy0ICnLBMSS6PkvAVZogDqBnYA/TfB9JJpk6OOJiVtFFUxS\nItsWw/xBWwSzxgu19zv3YELtEyH5b2p47xbOZiQOKR2XH34kIb0F4747hWot\nLBGQ8L1oEEsfV4tgWu3PAM6Iwehh1lB1Wo8Qcfm5ZCEh6aGAd4OyXdv19J4b\n7QERvJuyaCxGfRm+wlwAwIvFaVX49RczLlEJRXEzx6eMKylx9fCcXoCn5LF7\ncLz+\r\n=gGQB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200727.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"scripts":{"lint":"eslint package.json tsconfig.json src test samples --ext .ts -f html -o identity-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test samples --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.6","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.2","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.4","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200727.1_1595894476491_0.20373611808758363","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200728.1":{"name":"@azure/identity","version":"1.1.0-dev.20200728.1","keywords":["Azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200728.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4a23ceae2a0832d1c2def42cb8076c491ad27670","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200728.1.tgz","fileCount":69,"integrity":"sha512-76AXePfZNvQPI19JnI1qioo0tYxISqT8xopPQNhDKjawbq9qjGJexybR1Ef9ruKWQ/ZKevGYNaJjB4QCjODPzA==","signatures":[{"sig":"MEUCIQCxiJW76ySjE14bAfCwyk4QzZtcob054oLpQw31wNdWaQIgCr9u4J1Qe9gFEjiRg3IPqupfD++OAnP6Z2QCUuGDvG4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":520997,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfILzdCRA9TVsSAnZWagAA+KEP/3c3wnla8V4rGufvUNsV\nT4YzmJRIKSsUV0Jz2gUYwnq8g6JZBsns8tWoKetWmRubMPQNV6SBH4zNmpjd\nAC3C/HZz95CX8faMuau6tDJnhSj+AHbUChPfHoJzFClYSwY3+Gl2oPlU48o8\nXTsscnMqKUKtAIC9Kd/01Kmh8n58WOiuL3cEc5SG/UBPBThbIkuIN3M6o3JG\ngqIQNa3vwOaeHHzugEUUBC+gJ32MLIaGTDIIeu1/vIPT14ZUkXmBKzQVGRbF\nuXeH9TE6cCCb77vBEW4An06hrFLFplNa6fbQhkCrJGkk5JZL/n+nluoYjPiI\n468AYSosKdevHcUP3mMY8WpEDu0AcL7/EKsC39zhhOYc42r81JHTcjdJw2p7\nKpdFBFOyFN1Zicf65YlPMBXUbKNdus2MltLh6okMPdfz0hSoGhT3pFkiVyVa\nhkTWM2Epmus4JGVuaGUJUyXHIhrsTNMOLtq738Q4+fedyVkKcDbxf5KjYqJZ\nsnwUtcQqg1qLUmmb7Ssi8yD2MjPFIPhUogYzOVCVXZihuJBbKOxRgkTXVr2d\noNkHgeMf+HiBeeX7wKNcw/1OU5msWQ4k0CMeER71yFokfxcD2pTn5MXbhueV\nChHPjrPs7FH+J0kdfp0vQxiorAdvDHJHaFiat8qa8LkgiOIAr4IpAGDfV5Gg\ngdu6\r\n=GVgm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200728.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o identity-lintReport.html","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.6","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.2","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.4","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200728.1_1595981020415_0.018037707644434686","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200803.1":{"name":"@azure/identity","version":"1.1.0-dev.20200803.1","keywords":["Azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200803.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ad797c49aa2dd974f96a9c858c1f974955ecff3c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200803.1.tgz","fileCount":69,"integrity":"sha512-EevHvHn6G+h6kHLFuw5J0v+5Nq+tBMCUbjGMdW02scDQMKAU5wIVuw9ZFxEuDLVxZ3mwPrv9qKV/ckrOsBHgzA==","signatures":[{"sig":"MEUCIBRodsFf63eKqZIWVSbtWLDXukFyE0nPzqfLx7wpdpghAiEA2+e8v4Djz460GZ8vdbraYgOnM8Jsv5fcXXzNCw6wz8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":520969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKKW6CRA9TVsSAnZWagAAzjYP/j+fUCPLnamMBNBES3fH\nlTYfkk6UXORv2DFPB7jQEJQMvEHPEK3sgj232EhO/R8yhJizacXIRx46mAtj\ntqgaNG9TF+ZGENY/vyakXZXRGf/lfLlJMRfFdmAcbixtbfSUxlhJgXDWLMSS\n1X/fwOiY3UHr0eTdiVi03ZY394vDEy/hf25Y6UhxQ0Adjxj6TK7/aib5gDYX\ni6p3HYST1omiABplQ+bObK361O51otyczSvMQstT5a6+zXvKPsN/aPnoHuxY\n9Rihb0+Jq+N93DeS107rNgUGdG5cTduVYD1bf0KEXqdaKWrM9YLt96hl22UY\nSkdcXt6D0HQziDH4dtP44RpC7rA0js6hp9GVY9tOIHaugKSGC0HzdZEMkgof\nCr6Q1DeBnZ68pnt/ZK+AFiGN7D8i7UGTjCuxyK0e/2ZkdBp7rFrSGRv02tSf\nvZUJ4lNKdduV+qaqKgtQCdKWritxEfh/PbYL/hvnrmlV/LKKLNroh84ECoy6\nlXiTCpV0oJ5ei0o5PobGRSPML5007YJ5G2vOCDAz2clGT6JGFC+7bMsJN1qB\nlpYgUErYBY8gt0UFH0lwKLFGSO/OlntnlNyk06cy4XCJ2XjU1/gGA/zVfjFt\nvbVASh2jJeE3sImlls7i7IxVZLpbCgYVVrlveUk4DzM61wWBKkDSO7njSfKa\n1rAZ\r\n=FOKp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200803.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/vscodeCredential.js":"./dist-esm/src/credentials/vscodeCredential.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json src test --ext .ts -f html -o identity-lintReport.html","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.4","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200803.1_1596499385486_0.13441744950449586","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200805.1":{"name":"@azure/identity","version":"1.1.0-dev.20200805.1","keywords":["Azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200805.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5196bc5e88ac9bbb978b4453487535bbd84a7eb8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200805.1.tgz","fileCount":69,"integrity":"sha512-3VlNlb6MVV4R5qhO9CcjbauVusVa/9QigTDudZ6+F7CdYFeJDyGYl/gJm3PuZv+mYv7fXuu2OFomVwrPb5zKew==","signatures":[{"sig":"MEQCIHNt8IBheVPYzzxsxELsRqQDoe4Z3sI0/6S4BjWQ0EHAAiBdvKB7L9UtcIskpIxRnHLHWxaberkdzUKvQm5PxjJNIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":532838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfK0eSCRA9TVsSAnZWagAA/dQP/Rx2iloVDTHy34+D2/CC\nBzn4EJzHump83qwKOZij0uEljM5zuqm4/mhV513yzDjw+K8Xhu+6EBQXV8mb\n78z8RiNTisiN9JkdgPixOyqZiXKwnaonc0S3z8L1yEXMoPmNVTNTomROCrd7\nuynzBdKnXaxmt9/hdp7uebZnOZg/Bq9bkZJHexRB2ZCJ2wOGNKIpmcx1f+xX\nicolSC82GtyUMYz+jXv0XmtjbXVtR60U8ML/N2lELsqIcGcYC1BVmi/isLjw\nRxnMVEvvJgGz9RBjzb/hvYo45TANPK0UlRHyX3Yw6MXfMKg0uPkGQJAR1iIM\nSPe6j6b3WDjEsUyz7u29ngr9/h0/wdBVZDX5mxMTYcPigfTI4MvXz6GvgkbR\nUasQiZs2e05rQCRmsJECOqHrA9ZJ44oEhtoS5eP5otHyvQwweQxpCP1l4H4x\niJ/nSid9Ikt9+F5UCzcU/7bk5GqSyhvoiOoZMQhzjy8CM1I+WhE8Qa+U3nyU\napdm5x5aHCXmRkMkYWVyQ/w3ssdBNgKo8Y/txcWMaUhA7zm7pM9Gyn1rP3cp\nMRm8qbcoFl5vqFCG7ib6X23XCzAdM02HY1M7y4WevyE+96k9MXc77aJrwqgx\nr7pdWaE+f6aOP8kh6L16n2OJvqE2DailXu1nvAVo6RM+mAbxMeJKV13gglJp\noHmH\r\n=MLm3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200805.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json src test --ext .ts -f html -o identity-lintReport.html","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.4","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200805.1_1596671890452_0.914219489219922","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200807.1":{"name":"@azure/identity","version":"1.1.0-dev.20200807.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200807.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"40292e07df712fd003d49286c922a6c39a1411f7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200807.1.tgz","fileCount":69,"integrity":"sha512-cyNO2BMdUjLBdxYEbzbaRwCAUTkAqFJf8udySbRrTyV9qA11OAEEYtIneBnC7LUBx3H+IwochUPaMWACm14DOA==","signatures":[{"sig":"MEYCIQDi7uY3XzBZDNdrkGYhlITkwcqZ5qMuBE3CbD2B7DyHYwIhALASmqzDn1xp3yfHLINrMTdacyJ5R7JcRrOiAucEBxk/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":532838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLer8CRA9TVsSAnZWagAA/vMP/jhv44hLfFL0tZ232eC8\nNjg9aZyGVBtxPg+1XP7IduadeQM6s6N8bn1HmLf0CtwrTJcGcmMOe6jXH1/t\nNYqlCzEQ4j4+akXdh1MP4GwqOdeu61SuId2vEHK5lwKHHw2iO/Pww/EyS29T\nXkqMaIkXPiFwMrMO8GK6Nlc+vLbkNkge1VJSwCPa+rWenjDP923rB1x4JQyV\nQVDd4AyfvI447ku4igtz7w17rDz67sSAd7+i/l0+nqQicOKB/eGsy4Wmr2JV\nSmjjOdthxznxmQGAm4cV9mi3tYnIynJu63FQnHqCfTajkC8STYUo2vSR9+qW\nUw9mtjNa3inFedPGqXa9muAzrrShdD4ez5Tn/L0GamKUpy6D3nyX1Gv24z5+\nXQtXYnl+ag72lenRzKaffKdY27fGn90AtwxqxHzCfmR2qAOrog0iGtc/hxpH\nVDkVUeqePquFPBcbIsggR7rVOtkMiNsfj+50mzUglNIMtS4vEMCpNYUpv1I4\nBTcG/cF/P1Tp/+eWgqWhnw+ZGHZ1LnI8IpcxIWByf2B9rLQ7vdYU3Vvkyky3\nOIn2XC1bg/59lLHmGcIyyY3bNebiuZ/8kIdM6VIgRGB2JJ26hYo78VfpzoqQ\n5EcwUOtopjWLaqm+jwvJ3ZIz+nRwGSKJB+SJTsRZ738ZRYNmbb722vQnitqn\n53l+\r\n=pw2/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200807.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json src test --ext .ts -f html -o identity-lintReport.html","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200807.1_1596844795479_0.5078441978026975","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200810.1":{"name":"@azure/identity","version":"1.1.0-dev.20200810.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200810.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"74db9e6fa8354bb78dd0e48a5431672786a01d2e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200810.1.tgz","fileCount":69,"integrity":"sha512-xwOjFIXsu+UD7d1Al5m8Pc6Sayt676idzWw46tTYjFa0YF82HkT9/4GM6e99HkmUI9PQhytwHX2Q98ALj26h6w==","signatures":[{"sig":"MEYCIQDD9lYqG/oS2kRO+o3qoxbXTCHYFg9W3mr3aak8mJsIZAIhAJaNTkrd7+PNpJ7WEHFVuk7Pux2BCIVL4xMJglcgD5vt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":540022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMeCOCRA9TVsSAnZWagAAP5kP/RJBFu3XIJ55WzhJRWEP\n13dRFBVdsEsiZgMGxSBg/c94FjbgYuDU4q4Jmy1NHLZFyfsiHIVa4OJTiyYR\nk6GT5bMsF7SAMP1FbyrR6u8PcbCJoNoa3aEu9HVRHV+K1p1+eX8ffrk2xN4E\npxrojqfJMYo8ysbt86n5ncADzhwWymsNeW9m7doEnKCqOwC0cFmoSYDMqPqy\nGQ0TwItnCstEUif6AsnU4k512LJwxZRnFovWQpRkxVYthpLKG3q8WQ5xut7q\nZrnviAyMHNy/qUhaax3S+l/zdV9d0kLoPvIId3/xw2hEQb+8wtr8xEGUOgos\n+NEfA5bYmlqgKO0yqHtYUE1C5EHqi4ZIFwzl93IdCwxHPt+bixu2y2pgdoX6\nqsLh/4wZ4Um3Pz19so8BRXu395OshT8n8+Sn2jdAsWRDHzrRQhbh6J8cYJDC\n8N58laQU8ktGvu9Ipcvl3K8pHLaKxns/1JFPXCmOvyC9v5lfSG8gXjM+xmTB\nkTalM447qgYv5browG0wJoJUuX+OgbjdG+BE6HvtVUYP9hA+Fd6ZLbC8mPwO\nIZ0ClpOdopA+hQ9zlQOJTdlaW/kp3AcDicphkNoHSbFIP8mqXR41T72e5AKe\nvsVSXxPhmcMgZ4dRl18SmN2MAgjqRGPb1rqvnJfXfcZ8HK3fzys3Od4Rf+hD\nc5zV\r\n=isZ0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200810.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json src test --ext .ts -f html -o identity-lintReport.html","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200810.1_1597104270166_0.4739453557435982","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@azure/identity","version":"1.1.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e7c9a99d0408c7f8776d4f268a343d645971c662","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0.tgz","fileCount":69,"integrity":"sha512-S4jYqegLWXIwVnkiArFlcTA7KOZmv+LMhQeQJhnmYy/CxrJHyIAEQyJ7qsrSt58bSyDZI2NkmKUBKaYGZU3/5g==","signatures":[{"sig":"MEQCIHfuRPGkcMGv2N8yS1sr3v26mut71dWvLk7INoZT3C9yAiAkeR3a/bJ1jkgMGwnwP09iFFcfaJ79HAFv1fYfz5EzKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":541088,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMuzGCRA9TVsSAnZWagAA7EcP/1tJdd2bTr7DZR2hgmxd\nAURV65qruacy1VkJ9qCSZp9Bfbrb03gcxTIhxnTqTkI7Vz82Ul586cCeFHq+\n9lSfkY7UxWfBOOA2NoYD67ROtB6lS7HfTVnMOwHvK3vRiJmnnE8gJqHZcXTx\nNxXFDe6thvDtZ/gI6iDJuzmh7+t0Q8etBhqyc0kJra/42XsWRaC1m4zUFxei\n2RG6XUR1fl3Bi/WlxF+9GfIMi6XOpWYFx9qb6wjmiHi8VKR3uVKX1wTJlNg5\nRflM/oplJkAELnOZmP7oGey+Ge7sq8I7+2Lbels9jVMFKnO/tPfB878MpREX\n/oYKKXdK07DxT5u0ighmHtap39t/iFg9MMV/Fsb/ngJR5+Rp89TQfxixkcZT\nBDMhPdUgykytpl5N8plCW8AQcMu/6Owmfyl73oGaQx2KGKQECFw/E1w1ZEOn\n4F0q3n1QJA5ALrfQMfhxvjHukdxE75l0PaW/q00aGjXX/GBKo2glVsLCX9HY\nPzjZqW7w6szT66sgro4g24SSrKzZYAVLqZ8Z/jkAr8l3lU0grZaGExszIA4v\n+l3IvfAIU4P2+u3lvIHsChSe/OXApY33VwN7TAvPQKMwwMYEPlusLFehip/f\nA2iMKmBiASKTPpNkNkj9p7/BZbou+4BzbPeeURgrXkD6ikPE7AhrB5ZXzIKv\no8t9\r\n=Stld\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json src test --ext .ts -f html -o identity-lintReport.html","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0_1597172933842_0.1203233846976608","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200811.2":{"name":"@azure/identity","version":"1.1.0-dev.20200811.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200811.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d8049c71e20842131615527e0037dd1fcb1d9848","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200811.2.tgz","fileCount":69,"integrity":"sha512-+qXEawbB2xb56uzuJmgN7+d4tY7xBqc7P+2MRRDMnPAjkdB/p5NGziiMscmGuKqoJjbRqFj8F4hcq9ff1MQgOg==","signatures":[{"sig":"MEUCIBxxNGWO9yDXcCPB3Oi+Vdy4OALZTc+a1P08URaA/6NKAiEAob0G1AJ8avoITNFlkyMyld4VRJyUm478uF5vJAxxb+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":541102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMzI5CRA9TVsSAnZWagAASDQP/2JFw5QXI37mwz19lubg\nbJdYXftQLcmK4gKWQu6y6L6jYiBRzPNwThmtYqZde2SHzwn26ncu8spisy4M\nGBsyWNMhpqEeupZ44MTCPacjWO9i+Fd3s9xg2ZVxO5RU6IHvODEhznA/2WDQ\ncBjLaqlQ38aP3aVyv6uZowJbp41fAkYgCII7sjEhBPdX6aTWW0oAmaWpC61b\ntAWJ5lKS6/+v1qPj8ubx3+DFiul94zzaPptR99ZuwsBBQmmIlSrxSsyImF+v\nl9G5NsV2G+IEMa124b8OI6KMNTO/Pbm4KmMAvgkInNyEGBP8vd/jrjEbKibx\n2Uq4SC7SLggP/DyoDba5QJs+XpNm4u1aLLJi+TyEQ6KgSRDN3vFosIVpsNsf\nL2kJt1atHeFt2W+YvQ2RzzoVp4X0WMM2/hIRZ0JXifmnsnwO+4NnZ/vTYrMM\nRm6yx0/r1mm+WxMNOjGTQYR+RIbbDx5tiQmot6gNIqT13ZED02sgzf1cI/Aq\no6Dewwxc+GA2cwdICjPsgjtAkSS1G+OAdlkoRtMuhVmNfM/5xR2lmI5rcgBT\n8gka87Ew+7sFN2HACkayUC/b2mjR/6t40NfdmVfZf9HcvnJoKNXkUSgMI2uK\nhKKrqjBAhhifZfXsFmpyH0YbILyEEabpe+4Kb6SJDRKnN+DMjCdOr1uTRBqH\n/jPF\r\n=BbxN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200811.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json src test --ext .ts -f html -o identity-lintReport.html","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200811.2_1597190712995_0.5549051682735697","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200821.1":{"name":"@azure/identity","version":"1.1.0-dev.20200821.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200821.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ac4d84e28fb9a1febad86bd9060e402275328396","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200821.1.tgz","fileCount":69,"integrity":"sha512-tmZNFWFT7vFeSK9D74lE7SAWo0zq33cPuPI+LPXpyBCktg3EvL0XyxV0HYOdzZ0OLJk6D8LpN0L0zWTFEY9GYg==","signatures":[{"sig":"MEUCIQCfGpvk0axqy8aOiA8vUJEQDFe/syDZ1LSEk9scUDFTjQIgM7as0weJ0kru0prPsd85yXr5xC5ECG3vrSAAm5nqhEQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":541102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQGDsCRA9TVsSAnZWagAAAJ0P/1vKv8jsrAtcZYCYmPhs\n8Y90+8eEnaGcf+UmD59tl+iRb9VKXMA1EwaGCzv5DTLwPG803ZT9NDx4tI1U\n/Q2tKzCGT8eDkohLb421kBXh+Yg/Nu2xvzOiyCccNG3k1Ghz3O1iU5n8Uzu+\nRnGqnzeS0/5zqaQEBBI/OSDMyiBoEA4h903np6Lb46WC7/aYUf5FqbausLeB\nSuns0uMf0yVKzeo8g/qNGpdt8SJDtUvLw3UmnSv30sGg7PHyCjAZvDs87q62\nRohy7H/WLT8Jyr9LkJ2vsmEFoj6KqY6Erhk2/TcVOXXYfjKCgVbR++3Pzxv+\n6H7G563jsBccKF9mT68vw/wLLCKxU+tBbDuZnQrqZtj88bUwu6iWJyHCAI8e\n3JlrK9qCJTYGJYPeF82tfHYnBbjO3Jnitocms82b6oKrjkZRj3E1x1ALmj2q\nMCc6RbW6OvYQsGJVIF7P8on2XV0SiiqFWOVwnq/QacpXP3wk2sLCBNMBb9pw\nnlUCpgjvlq5GuXtYBsbc6rSRY7/nQq/Qex74V5DFUb22kJopRednsKWCuago\nEal+HdgEomBKBPiI76F8RcpI/qotto2KTYeGcLbWD+GjCXnPpl/xO6yy9x1a\nHkkE0L2drDnl95ecExe1W5mNnlnxkLy1atel9pBBJJVS0RHhv0Co8T7ZAP3r\nPd0L\r\n=sswC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200821.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json src test --ext .ts -f html -o identity-lintReport.html","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200821.1_1598054635962_0.5206488296636871","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200824.1":{"name":"@azure/identity","version":"1.1.0-dev.20200824.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200824.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6c356d6c0073b86577e8f632249b6548f7d210b0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200824.1.tgz","fileCount":69,"integrity":"sha512-9D5ZmuEn2AMLkX+qIbCdFdMIxkLorbXBFtOROB9/cPWjbhO4Y4KKAeG0ImYylrRuyOOIsKHwczqT9tvyHhiupA==","signatures":[{"sig":"MEYCIQD28pQxuCAGOU5X07J+xbdSkeci1YV++XO8hdD4KuD2BgIhAOT5/MI8UVay8Lr1OXf4sSnW7X9nuAP2OSAd7vU4rExz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":541038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRFXhCRA9TVsSAnZWagAApsUP/2Ch5ShnHGFp6U6OOjsQ\nOyp5citox3UDN9zpxkCJ24xJnhjkswID/rfBPEUPUF/TkPVQttXqWqI5FzbD\nAQTC0qt5JvVshd89QkmOShSagfxDcZM7zsHmD7ZmLIOPZSRx7MPM3rc6Z6iN\npPW1pcZ4l/WDgYIRH5LWTu+jkgWe124Ln3dzrsbDFFCgpMAOgXlmrmo2xE+5\n4CcIw3WLopLPZsam3wNMYcEXscAO+FzrbfE/IfNRdUfJudn0nqvzE27EWENG\nzgvIQd5rgpUHCt5cKps2fbTxo3v6XfxdFI346gBAimvBG6kYziAlur9f3VJ8\naJQzsHl48CE/CBxDllV1Dc2gCY4mlVbY0upELUqIGnoNUBKtK4ebGi/EsoxI\nBkXruXtlosbM17jUfKKxU35PTYWuocglYdWXjM85Te7EA/u+eZy0hM+pML99\ndsumr4eADTlHQQWt4uhl3sUPM+8yI5BQiZ9IhHo/h+xSriXswsrp5rXknaNj\n/0kQ6ZQaN5n2STVN/lFjwriKfAx1aQwH45G27wukkbPqExOkwalLloWPNCtb\nmOvthYLlrDSopa29GxsS4d6Uqfp680+NGKqJeyMCiTPFg4VL3Fk7aDzJYTV4\nSgsWO7yZcO740PsGjq7CSATMQEaqrAObRtgcrYucSwLv+AumI9rBIWpaJJ/e\naFv3\r\n=EUUJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200824.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1 && npm run lint","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200824.1_1598313952765_0.14329527181850654","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200826.1":{"name":"@azure/identity","version":"1.1.0-dev.20200826.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200826.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a12cab8fb72c2b2281ba73c9cc240124ec9dc5d8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200826.1.tgz","fileCount":69,"integrity":"sha512-A9zCN9Nz9GbUH8Ru+K1i16v6Cz5TIAU0lfPKpcvP2eTncFdzUAwGpoFE7EfUhfJQ3z4XXVCxmzkS01ZRGxfxzg==","signatures":[{"sig":"MEUCIQCyZ42vcVibNGLYovzfs8cg/PsK4gVtIBXIE0B5QzdelgIgH9cWDiWWwKJ+PtpD9crq9OwBEf4/lUIiicuQ9Q8BzkA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":541022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRvkDCRA9TVsSAnZWagAAFP4P/11VwuxDyAb9QPguMMZt\noDgi/XsgVORPU4zNR4/xpaFgoioYZ6d+VrWAplgVkY55BL1SHIpQ9y3yXB+B\n3wGQSW7KK+w4QffwizAyD4LVr4/uk34LUzwSyIMB9RntGdJcf2EngiiXeXWR\n2NqumTJGgpUugSP6TS79ZfAz0dHgD4AkBaV7rmIGwsyDwDBttso0eyuDYMa8\nAoqze07iMDjVg/Xbc27od2H3gDrWxivlYFNPzpgpBXkKhCJjSJ9943x1mcOY\nGo2XwhV5ra+5bSl3JKkmivzZcUx2jKsgV6vZjGPJ7+ZA/7gyCKsfiwM9P7RG\nUGq75Xy4ozIAyqMzKu1a0J0bUmKLRYMrXF8f2+95M08vRnAghT2yINCKpUUi\nX1l6Wr5wJvkEdvr6AGOWbRlNRpWdN8qe6zn6g56x/BNLXjjBdfGJ+ctctFJa\nkdlHwy9+rBUs2KLL2I6UZhyOxFvITP8GN8nB8rqjbhgtYmorEwVtBbUBdbbI\nZrmfxRWCo8GndGYwe8QrL0ruNYJnUSn8HcPBjNzFkaADErOYul8/3gVTxakD\naR26uf9PjlSjotcb8ft2MXWiMCw4VVKam2/emr9vBC/D+rqZ0ktCxqjUSxKh\nZaQw8zWS37iowqaAsYdQNH2cyMk3BwtDM3P5/glR+fNg6LPWCsThaPBlSjAF\nnfYI\r\n=vT4c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200826.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200826.1_1598486787258_0.6693964642545411","host":"s3://npm-registry-packages"}},"1.1.0-dev.20200901.1":{"name":"@azure/identity","version":"1.1.0-dev.20200901.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.1.0-dev.20200901.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9866acf7c4f0acaca25d7827284310d6c9091f36","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.1.0-dev.20200901.1.tgz","fileCount":67,"integrity":"sha512-vgD6hCHM7BbKtAKtmCRxhgq6ulf4rtD0xBM722tPmD0s3zfdh557OpyuUGKMfD5RtA/ZvKkrG97N/G/fn1CtBw==","signatures":[{"sig":"MEUCIQDbE3uTXgp58aAcmvJ9QAveQ9vkdSC1sc3mmIw2CeSCbwIgCAHOJ9TgA9nTZUw69ZvepPC400zAyZFsT8GdoWzxF2U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":541490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTuH4CRA9TVsSAnZWagAAzuEP/jXM7j7gqRYbkbJAdy+X\nNIkIENOkUkdOSDN5mRcq0MGVM4iBU1WfSLx4AY5Jo6CNEIagRFhUg7CpDWKy\n5D+1OqbkMF4ajiLqz3vl9lRwDDfLehjlk5zcDUt7LPX5FR4Vjs8aAmYxKEjf\n0xHaqR+HNX+E2SYPPbk6/uVuPxnZNvxC0NjXx3C+xwqrSUe+F7fhXzIso1+y\nxqPy5QC7Sc6lth1eVnhIMMVgAB+LmHsOlnWIu7ZO5MvQv1s8bbqsPIAsPLir\ntlldYJBbz3/3L+Ecjz40Lb66S3j4mqo+wRUQaapaiXqvkqtLLXLGj83vTd8Q\nCytvfEpxszbxF2okDF9SH6IoGht+JckID2Xehkao3Kx/CQfpmO+k/IwViBGn\noz11B3QWlMlV6DC2fP2dTtAuhhcFAcN2IhjDGWnlD2YUA8DM4FLgzonk5AE0\n28Ti3R9evyssNy3GfQj0Lety011xer2fEEFtD5yUsWEYnDpeeFjxXQ88s0nu\n9WxE/vVZuDW/jdnYsYjIHvr1X5elmw4oaJIc3mWigCbKnC0wnGiD4OPtvh0z\nDKYN8fHdGvsynGmhMQTfik0kYj8FBMsCDR7SDogp4iOpjJSQJCqUpCeFL+n/\n8sPla91iJrTUVFYONeaIUiP45HjMkjtM5lGlgNl3YOFZSNkT1IE4AIip9EKM\nPspo\r\n=DJfM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.1.0-dev.20200901.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"open":"^7.0.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.1.0-dev.20200901.1_1599005175641_0.08903956889528808","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20200903.1":{"name":"@azure/identity","version":"1.2.0-alpha.20200903.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20200903.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"53980e9333575a416895585f97b0564edc650aaa","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20200903.1.tgz","fileCount":69,"integrity":"sha512-NJ+ZQdxPDK76MYU70VgbfnPIXc7hU/Yk6qXEKqFvqPX4L6V1KItHIJXPCNEEiiAWrlLviF+auCHfiVWjTDA4yg==","signatures":[{"sig":"MEQCIHOm+BpIhD0QkPxhAGBhbY7ylkcDMQ4gEu+GCTgeDqYFAiB2XnLgnZnFhqs4fqmQb6NVxzgVUf2Djv3dJxo35Zkqjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2325763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUYMOCRA9TVsSAnZWagAAaRsP/09CoXWziWsO/Uv+f8JU\nxA7rBRho8mqX6+kNI7l9OaYWIQNKdIO5xoSPMCQRmXEijyjt4NUpJQP5WFzw\nsBAeLAFySrkmqCK+Nr2XKvMLUryExUxdZ3jBr+GKOZHTEhJHHABqsuqbzCtb\noS8eYadRSH2rVtg45Q5C7cNHZ3DoYteIOnfJuA2+h3CJleZC/NKJkLVIbTrz\nDUkgVnJtvkKPL1IrtTbZzn3cIlL2OuG5FvdQLbKHDgDR8WXVxfuUCeMKVghY\nMBECWOdg8X8r4gok8hHM2jBx5ZS69JoGw2im+5Cfchp/H9Q2TzoYRLZZVZy6\naMAy4yY1Xc+tPfEcH/BKYa/hSJXq3JGOZaFqxtE0TMZYcbe2Jx8nLQF6TXoH\nmlh/tiD9CVuSng+WmhQx34DZ/d7PtoWqMNpYSM7DV7J1M2thAz80khQ89YGZ\ns96wpmhKiDg6O4CT2aoK+NBxc164YARb5l4vTZm9vyxzIHFNVaXx5YHVCuP/\nRWX4zHharNKYDciEjA4ggXTppmQgaR25SaCMfBBA77yab31MqN6zmhUHBaP0\nLkQwSdjJ6ujOZ10b2B6LjVWYegJ0F3bSqAgtRs5tHn9JD1pfEXT0QSdexfMX\nIHRMihUXrdmwzICB2dGzlEjaOJ30YIWVgu5UFuEmRTbUwPCKnKm6HJLxVvTA\nYI2s\r\n=Zmnm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20200903.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.1.0","axios":"^0.19.2","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.5","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20200903.1_1599177485373_0.08131205689452226","host":"s3://npm-registry-packages"}},"1.2.0-beta.1":{"name":"@azure/identity","version":"1.2.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1e5bc9175e382750e9b5b7b1e46ad8ebcd76022d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-beta.1.tgz","fileCount":69,"integrity":"sha512-sehEkwpYiWjRpv5w64RHRUX2LssGX4kU4Q1tm6ZGtlTzJsOuJ9lczYTLTzwujtrM5YU+ENhqkdKmePtmXpsJXA==","signatures":[{"sig":"MEUCIA4HDy785oYArF0Lrg7WvRiu0em+rsII5fu7woaXxuvpAiEA8bYanozM/9zcyEcWmVBmeot5HifrZaWYpGWv98OCCvU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2325750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV/uSCRA9TVsSAnZWagAAuGMP/iDgMjqLEBhUMScHQTNT\nsy2zawZfGbk+SxrxhKqhtq9PNSENdLZAMejmb3P3FzcrrirvdoACgfFeK8L7\n21SQ9nWmfoLKlOeMgi1BV8hXmECReYJv8MMqc9yyJO0uVNYXEtVO6SgKlzdj\ndIRHq+UBKjarF4CUmUQWU2JoBr1oVauBc9WXZ2L3p6WIA9iyPhslGyGn3AQj\nLoKOLAQNTDzdE6b7lhuDmhnfLp4oNBkf65btSp+d9XmT5gnHNVncsQiiPK4Z\nKHFvwlQ4++1fQXD4lKu2EtWWbpkC7D7bFG6cCbenoHY4i+5bCyJRoWRC++zt\nfAWVYnBzuxuWHPnM/2WW0q6cswhd7dl4wcLTUTVakPBb7h6ZOnwcoS3B8OY2\n0BUl3Rcxa9IbW/dwzfv9ohbO1h5HzznpL51xe5TCpuvSAdMhqXy0Lfvmnk7v\nm23QT9EJJ7CSrLbetX+eePvnOxHfixhCfg3Exy+g8Zr+Gah9H1WItGc12NtN\nOZgebG9rLGsUlmN1t8AdfUPueKlW/SjEUqoFW4S61IJVLhSW2IyM2p5XSld3\nNssrfeo1TMc0W7xIe3rURB/ksJYY+IkeFp0cLF5cYPBnIVgNga+odSWYjVUw\nfyQWZrigM53/Qo8jvAtg6PyJYICa+iWVIUk6p6tQWAzdC+i+96xDKvVfQs0Q\nw79+\r\n=OJQI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-beta.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.1.0","axios":"^0.19.2","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.5","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9","@rollup/plugin-json":"^4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-beta.1_1599601554198_0.04564964038538033","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20200909.1":{"name":"@azure/identity","version":"1.2.0-alpha.20200909.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20200909.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"de1809b48ead8da3dd15f4e15062b873c1dd9109","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20200909.1.tgz","fileCount":69,"integrity":"sha512-jbtq51O4eS6eo7Qay+UZ3q/Bj+1p8vvotK/NHf1RhXK7nVui3Xe8Dj+Yr+kW4dPMJ/IZNMr8PkN6PcJwPhq7JQ==","signatures":[{"sig":"MEQCIHfXMM190NIzjROaGfkqSvTlzrawPED4NWf4V2Gv+cCRAiABCYutTjFE3CaD+aGT1XYaoaQkc4djaekQUi0cuQUTHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2323874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWWt2CRA9TVsSAnZWagAAiF4P/ROBwT9TYvUcIMORJT/A\n0AQFo5Gj7vFXD1TMiawRNMBxF131VJXpjZ7uhhj1a6zSsVtDCnMkXHYV5yOd\n35LyiGB/ySTkuCA4G+b5r9gKcvJwOA9/NZWb/r17zdIVI3bpjyyyY/SOCg7o\nH3LU+sNfBGlHVPvjVar5NaPo6cJIJPlUtnDDUX1BZUT7Opgf0oaXaQzc+SL2\nKvDWha3yxTizwYeSWlqQkLHydiq5xBl6paI5HTpg747oMx31pngLAL5PoPqM\nPaDzmjooqHb7iTBxPYaqECRcHk/QcSBVHmteJtyrTZ0t/YFO5GLVxurRIZOd\nyuZCnSN8dc3dP8oI/jG/w4WUAW0TmHn+oYgCTtuTDZrzLMjTjuQpJj9hyvhn\nrkeAv2zR7YH+RpVMcW7LsnawV2eiTkJEU8rbZVHf9PXvotgZ7oAiU4iHd0u/\nb0JPWzbVS3LxOVoPCwvDvCqH2vnOLcyOIdF8avuRytAVZYsJdQOD2D1GVPPi\nBWqaEQQ5l2nXRabS5dnBhiUkqWRTlklfc4mg8cXHQb+E8BbhK0VfCkk5gQqi\nk4UDhGuB0SbFlhdYhCFzqjLbBynq8jdAXTrJkdDiLW8Lkn1b6n1KqCtMSV3W\nUNa06I2+nleMDHXhDvPuwJ1SrFZ9070rsir7l2yjAk9/vEakFOvd4oG09xM6\nPNUI\r\n=6n5+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20200909.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.1.0","axios":"^0.19.2","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.5","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20200909.1_1599695733951_0.613532085003752","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20200910.1":{"name":"@azure/identity","version":"1.2.0-alpha.20200910.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20200910.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"863adbc5ac1305823657378bb994ad4793b7b8e9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20200910.1.tgz","fileCount":69,"integrity":"sha512-rQjWricpptKtahJGAFlt3GpeZS4Mdy0jxZqhdKLzGhkSKQdusxIORwmC6d6YoZ/qXjfbObr16ZrEaSRopT3WaA==","signatures":[{"sig":"MEUCICdIg/shhGD4n7Ty9FSoyPokfo1FO6CbEYDAvr481ElXAiEA+R0kcChX6VChI+T9N/Aavpk6Jbqm/7qfUkOQbHdOS6w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2323905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWrxICRA9TVsSAnZWagAAAEAQAJSqGizXsp2yj5iJFXPN\nfGphxduQH5PxiJ0xKgMKzzm7kdCAFKX+IxAXIuXyuV9npFyRgm4+DodHJOls\nPlj74tR4pp/JWyx4dUpHcOMQpLoObxKNpcCu9r2cz5BbmJNRaj0y1sSiG26c\nQt8/RBWCQlfv6LwfwRSQo4Q2pFD6DdChNGFfBQ1PzC20uAxFnqICBAXEaLgQ\n4QndvT7RsV/pYe6EIiO1XM6nlqCA+0KOI3rHLgIY9leVmrgkgrd/t6ti+Wg8\nJ9zmIJOul1vPQUlIGE2vD8bNqSxaooh8KX4bvMJM/COkwVPFQhBfit2CQW02\nELU0t2gbVUVApe829ATmuKHLP4/FfWtZH4MVtNxedX5YQ/TW46OUSf4gjjO0\nlg58fVmKLcOECEAu3AvemrlPmSAioyRzCT5e8hzTkmEx4t+Gg1vEoe2IobmG\nGpB84dSGxB09KjWQh6bctpOfd5Jz0clmQsR+B5UJsUB0dIzE7e6jZWmOq//K\nkuFQiMBbGctiEGa/nDLxFJNGVgQvbCPh6Rp8E5CoQ9LWYjwtDElUcWdodFSS\nj/NkZV/O1jOTacYyP2ux2HfsNm/QLhGJgc0BKByKbdp00KEwGnL1EFLTQedW\nGRE6WdmmaSyI56Ty4pLJapl/9UFO8zXWISAECpjF++m0IE0xJ6FGYFLln2ap\nI0w9\r\n=hlCj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20200910.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.1.0","axios":"^0.19.2","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.5","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20200910.1_1599781959688_0.9157217009232446","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20200921.1":{"name":"@azure/identity","version":"1.2.0-alpha.20200921.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20200921.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"498b1827172b81eef68f8819299bb3ddfd465116","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20200921.1.tgz","fileCount":69,"integrity":"sha512-LtTXp/JqauqvefetgcmHGUW1hAieS5uEDeDHVGLV0RL0Nf/UHZPja2Wm0380Jd/WreAQRO6ifApNvzLT+hcS5A==","signatures":[{"sig":"MEUCIQC5YtaZbbM75vEwAJGTJRURjFnNXGpB5dDsn9zT7efYTwIgHgehmPdneTTERTgCmfDFaCdG25Ig8JidubHUDkm+z+E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2325821,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaURFCRA9TVsSAnZWagAAwioP/3oLaJ+VxuEtvkyJ42Nu\n0r0S4XAnSSVs2lAdPJl0/aTXvNU8ZoOl8r0+PZV53XO7f9Sok125KZ5MJCqU\noNkzueEA9ohC7onrDEfaGm9ZKBicGHvbCkrqHefic5r5l3FVbwTKuIA03pM9\nCPodTyOZUobZojPq7o0nhEVnCSIFFzUrxLU6jiz0D1M4J1RH3ZleDyWzI4K3\naKN3pwRpai2fgbqRDIr2JITXnV2XPeTwFpIFAM5D+OB/1RIlpm/OZEUYP3fp\nteQO1v8rO0bF7mlAwXVZnbCueuwe1/zIDR3DOQY/eTh9Zfr9lSLCJUNVSyQP\nY5U8OwlfxKh34cxGWh/Ebyt1NlmJjzXhdvitTe/d09ppC7qK35nuyUjr+qzW\nk7PQv10ICc+OuZQvt678rKA/Rd9YGVhZ37vsGkOT8412ZfNPh8rwBQHIkB9i\nNBYQowc0QVld10FB+w5q6KTpQXCNZA76+8mosC16BVkg5Phaes38zIy9L+zP\nb++WafPdVXXtxZS8aRCvcm4v+IdSFpY3+LlHyoMLdPSB7gjPexjEuP838vLy\nGIDfv4/kUKlQ7E4Hs6eSIEpch1p1PHSoZXY+l4GNbPVKb7tFwxAwLgmo74+m\n2C7m4fT6ccDWImd5+LT0TAYSHSC/YeNVwORZeMgWfVAwMRk1swrd7xQPjKzO\ngETU\r\n=9D29\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20200921.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.1.0","axios":"^0.19.2","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.5","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20200921.1_1600734276778_0.5296868659256921","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20200921.2":{"name":"@azure/identity","version":"1.2.0-alpha.20200921.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20200921.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"01a2b59eb8aff05bfced37ffbe6897edc43c075b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20200921.2.tgz","fileCount":69,"integrity":"sha512-l+tWwa9nOccMUomid2pgqRBwDlfIZ9TLAul6E70DdOzQH7Ft8xrvgfCtB9copkLG5j3dR6M8TikpVrAxQjiQ6g==","signatures":[{"sig":"MEYCIQCOuZriW6fKxos4LfYuTVzJ7f6LwVsBQx0DmunBbqWuCwIhAN/LHIZDB5Q1cpZGNgqfgVjgknz/ruO7QFGa/cZBc5o5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2325923,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaUmpCRA9TVsSAnZWagAAbtgP/jvRdMC38lGnkseZBWHW\nu0HYcIvStoVpNMNm+yENF9TYh9SLYpE7aCWVOX03poytPEo6KkwRSaPgb89+\nEMNHumAB/1HPxah6tB/uMpQPh22zrvcKPo78lNe1vIFvpGteolJnt/PgEY/b\nDg4Q7pItoQFpDynd1QAGrOlz3t8TORHLCM7591amJ0vuRhY325hPA0XvZznd\nx0uVWwwrOiy2uFOBSwC0wM9/GHZdvZ3GHkw5CILD8OA7aBHE1iNzevLHG0iZ\nGQLfesEOiVSohDvPVoM38fGv0EGdgaQKsKorV+dAKQ/3H0ZotQOb1y4WHKMp\nlNSxMQwJBgFaVMrqJLxvXW4f59WZ96fkU7CfPYYPgvSP9lSCKv7qS7iduUdO\nCYawOEmJQWym2uefozXh+eZQT/fERcbkD45NAi1VpDj+pYeqKcCJ3xbL9DuF\nK2LW3NlwCkeJaFhLukoClH969Mmx+f3EBjnx0k0oGE5cGiImx8JoYnrN7oMR\nSZhNcUGYLi27Wna3TiGBzn4u9waoE+0dIoZb7bapimQEsT0JekNKS8d9+OZO\nBm2L2fRVbqEAqAliqgqriTkWEaEjspXY/WZfVI24U3FSMowZtbZrdK+r/iQv\nTLSrrE+xXmd1pxBBc0iSQVxQMeMABy8C0iN/YJvZDJOH6QVamQzE7Z1GcVJE\nBnDF\r\n=8Gzp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20200921.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.1.0","axios":"^0.19.2","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.5","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20200921.2_1600735656784_0.9563762043631456","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20200924.1":{"name":"@azure/identity","version":"1.2.0-alpha.20200924.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20200924.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d760fb26b51fb207ffb2090e3b752d9f0584c6ee","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20200924.1.tgz","fileCount":69,"integrity":"sha512-4xZjlMb8um4X7xyamKyW0Q32yeCxQClTgsvOYiD3m0NShPxRQK15LXBy65CgPRa8b60neJJnZUPakpHmRl9qug==","signatures":[{"sig":"MEYCIQCocyuI4OeaLEDK13x24siLbkq+y+larX24TBtAGU+sJAIhAI+ivXokG8eyrvN49/KNjjglxBIZ8il6scPUXg9OgTvg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2325974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbTJLCRA9TVsSAnZWagAArW8P/0vIWAvKBmHOo3Ay3hGQ\nveq48sZE7d4MbLLSvh3s8AVUey5L7sh9iSH5M4mtXCHsaDgVrwWqyslNbL2K\niqOIwkfHax/UB/27DX6n5XZneayWslqNAtG9/DsZKp6gQ54MuByE5MYFnbNJ\n4BJFaqDsjH4D3erHQvHONLyNoZB3wq5A3/T922WMNTCbrz4owHq1QmC+ocb4\n++CUBuvTRI1sn/Vw5bDZXbDH4+XwyZifCG3AEA+WXhd4vEEzUKzbbS4d4439\nQRn05Pr7C3KBNqkghBaAkvzouzI6yBUdnsdkQ9BL5tp/SmGMkXJLFnNs3Kat\ngGgvGy9oyxyjym4OJvsCIyJzxk2G7DVE+tXal7FYC1NZlw54RxR28CM20yyg\nqO2p8PpGLNerzOUqEGnwqpbKDqUka7wvGjpS7yMf86ChBFji/jocbM7l5zlI\nr0ms/gSrKtum07CKZamMnenO32C38CiBdVmiPhZHroRIfB5rV8249IszBHgh\n82Q2BE/6/tb20NaZwcMk95GnilIYFniXPSKDkJ+iafLB6/1dvW2Pk+csJbAf\n4OrvB+ygyiKH+dY4SvNlIl3FQLqsGwDL+7Bg+xAPvGw30vPWGqt4dt1UCm3M\ntKDlfNYoO1SrKtVWzIW+BfW+NhLySzIIe+O21ZwfAwBF8yK2uTw5KE636b8p\nRdaW\r\n=+klI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20200924.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.1.0","axios":"^0.19.2","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.5","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20200924.1_1600991818523_0.9083682926193886","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20200929.1":{"name":"@azure/identity","version":"1.2.0-alpha.20200929.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20200929.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8d486b0ca22ff7d720dbc0723571b766f38497dd","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20200929.1.tgz","fileCount":69,"integrity":"sha512-xI/w6wxKITw+eqSRAHVhn1j9ib6ji7uam0KpvpeoPCqb/T/q4+4uz/iCRgQtD5Ivc5IBu1/MrTkOSR2PPXgfXw==","signatures":[{"sig":"MEYCIQD9i9LO+nMj+MdSDsk879dXW65ChUKPiycHOezv1LpgCgIhAPTvk/8AmmZgPH1OxKKuk09RiFSAnUHW4Mp8HwHBdMSd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2342809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfc85pCRA9TVsSAnZWagAA9REP/13p8Zuj3oA2t0O4bJdc\nHxBnnar0TRPGLeNt9on48ErXRavL6+jfnp9FkAfzKgpcuRI6/JlyiWQBmjMi\nv4Seg9SLfUDHZUPzDMux+6GD6KpZ+DXGBPF6EOXFi74ExQlWvi5g9FLNTUV1\ncMJMZSic4oh8GOFoQznheMo8ic//GIhCA7fkE430cP0L6RgZCTYsTpOYgyVx\nNSOdF9DHVMBbhzlsxCK441uIOgpIHgxm9EASdRZ4q6In7v4UFiHN5yNePxtD\n97LURPnK+N52ypPkixOJSDciDeXU1mSkSb6lG0kgomX4IBaQWPRgf57hS3TN\n/XGJVCqksUxU3WqLOvxFKgHTRBHb96Z7+usHCmD0RvxwbANwr/QQ8xfdt6+F\nD9K6b1ublEHTTmHDPirCOWDRPf85vLET1lwXdlEZah2b1YRT2Y/Xz71ZQuSx\nmTyRuzPSUIOvze7DIRVYA+ieDs2KjnJJ8ch2/U4C73WsvFvXMXNe8RG3hFgs\n6XBda+0CeaBzaWs5MfbxbutgmNKREAjCQh3A7p7D69r1c+gXTgWnhNTYmyPx\nXn+4FlszBkMPxA3t+wuZpNlbbpZP1FbYPBfXbi7MP9WIkni/vAMBRb4ouJvQ\njtu81p4O0H/nOR6S9EVKc2lCxK51GBIPEmzFsZK8ijIC+jGi0jG3EqrHL3B2\nm8Hq\r\n=jSiK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20200929.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.1.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.8","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20200929.1_1601425000443_0.010973542442807238","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20200930.1":{"name":"@azure/identity","version":"1.2.0-alpha.20200930.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20200930.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fd11acf79cd3dceee82c62d783a83d92d81ab59c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20200930.1.tgz","fileCount":69,"integrity":"sha512-w9yomV5uM6ip5VlXE6DPXigRrLJKtebl1MEfwpRErp27rfnapEgnBtQL3k02VSmDnG6UwgNhb4+U/U/791xsCQ==","signatures":[{"sig":"MEQCID1Pnmn7x7xMichjA+iFuXH55CDp3Uh1Db48ojAiDXW+AiBZ7CdveBnhV3PNY9z+YgCAq2zCnHza7KPIsgJe+8KK9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2343161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdR4aCRA9TVsSAnZWagAAXZEQAKHafv1teNbikQFpWp70\nB4ZTH7UGLtYipuUfYnrblqOJdsuV9xCM74WUx5BRqnoOoaf83nOX4sKznMAB\nw4GYrE8onLGqwhr88QGTJ5Fl9pzszaxHbbO5V9H49rV2lYAuNQwlJJVUb11D\nxTLKmgYSTK1q/16P+N76O4CkV9TiC3zsCEWgrmE3NBiWFJwSgDANbOqdRvVw\naHAq0fly1zrZ0rU6Q6+lfWWiOl5lM/K3pLq9tsViKwa2sjbfq5yPhBh3CNF1\nY7EOokLa+M710YmgwXQLaio7JkiyPET4b2guxaPP6xPEnzcWMuIS5+xYnDek\nw/UBbT5VIUDCvo6PzdQClZOZ0FsCjW+BmeSITMkUNb56Z3kIpuVMbTDZhVlN\nrflRHdAHRHvEqDZ2d/oYiu38OUB8oWx3qUvlKRnaABDIGHxA1o+Zy+a+ecrn\ncsRlWw9KQiQDqOzMzcbARg7ONUZlZrWp0WqooaqOtlQXdMGH2ul8FooF3vJe\npddllg/r1g1d0WGAU9CiHu4yjH0YLd5GK8qU3w/02PaHQ4v7N9HkCVLQu+g3\n4HDmFadtKPJTUbh2k7/lhMv1uapz3IBD4HNDmWTHI2ryOdIG4KxgUxQE2GVK\nBafqemPP65p4uSvTPTSDxgHRKwtPoTl8Llpfv0ba3pPI6+xKXTvvh8HnraB3\nD/CH\r\n=4Lkv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20200930.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.8","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20200930.1_1601510937420_0.47073197925447263","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201002.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201002.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201002.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2443d6fc01d245374945aafed6f91e4967bfcedc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201002.1.tgz","fileCount":71,"integrity":"sha512-QRFGtkrJ6gRnjVmByrXXnEPng4AzRUNqsCgjGWTGwa1HQMxK7pF8ilcFT/ugHyIWnk9E6knxOaiMEpgEzF81bg==","signatures":[{"sig":"MEQCIDieJA8bS1BSGCMJny0/8YmtRHqdrN8xgkzt+fulWICyAiA6irgTTurwAteofClRU9ol0rpz6VGr63kqXNLNWiES7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2362199,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfd8I+CRA9TVsSAnZWagAAJIYQAIARZjj4abBcawxsEPKK\nPuhpqjWhXMKU/c6us1hrHH0DZgHd9Hig6Sa3w1meSWc8kEMvu7Eo95LuLuJ5\n1Fa6lmehWkn5ymVCx7sFhLsRtDoRi8fFmAxcAK8YMMmKDmCGeY2FYDaNvOqE\nhvQawIe7oXNGhXRBaQ6G57VTmabEQUG4eQiiEbzRrCN0E+9Lm0B3g87K1lgh\nDEvVVxB0dgU6RlErgH99H5xgpr+9jLID48f5MeMcmqCxVsrRaSEwcdfo3+lm\nqzFedfMyCp1QXEyMcIiUmu4GOCkOIXIxvDj1yBm1iv16+cu37U50ORm30Z6E\nLObcgRIBqSh1uqWwBGaaj172wfxH0OX13zl1Wi6gW9jIoHUj8RU8i9kBaK+M\nej9jwmOVgA9AnO422kjqmWRvawXu5T8qM7UKOlfPltVIWvF+xRSXEE25FdeT\neibXm7Gj4mmNpgf+tzJZrYfZ+b7pSyT1PJ5sU7nbUslD+Y7388LlqwlJXauv\nqBd3TjmcafIvPWNv17IXa+edIDTwy9Mxb2yfaEGTMirTE/kUeVfSn9o/HJD4\nYjPApIdRVpDYv13IrbSiHVU2k1tFam9zPGlYZZHagWP16SW0f4OA6Em7M7kb\noLt8nPLEEkT72RoYj3o064RFaoouijATWOgM8+NiyjbgNdz1/jeVHPpw2Krr\n69B0\r\n=J+/u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201002.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.8","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201002.1_1601684030226_0.7234762064701625","host":"s3://npm-registry-packages"}},"1.2.0-beta.2":{"name":"@azure/identity","version":"1.2.0-beta.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a522d85a0b9738635df0cff7fbe8292f94ba4f23","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-beta.2.tgz","fileCount":71,"integrity":"sha512-Ww6tXM2+/1y46xx7tumHp99xisKG4eZRI1FIGk2+bIUPAJxhyWKF0Ym6iAcpheptxIAdxCZOUGW3tEcbtLdZgQ==","signatures":[{"sig":"MEYCIQD2KP6vUoXFevrt8eERuGfpi6/7HuyhLzcXiz55YQB+dAIhANCLfM3d4w0wcPtrEKfW/fI1CQZmsyDIRIb2VZF/Vw/f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2369725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffQQgCRA9TVsSAnZWagAAnmYP/1CdCp8UZ+aKpVHcxM9Y\n5y/lUWX4f8HVECG+Jrbfa9V2dZucm6lSwfzZKFTL4RXQ07Zx9hVti0JzjY6L\nDRVvoIFVgvVAfg+mcx/rSTo+lIYP6HKLrHPVPIg2OBMuMCGL11BY22BjDygP\ncvtqvUJ3JqQDRkg780y8n0sWNQdExZ/HDbKBpE/JyoBj4Ye61i5D+BZL+Up5\nzrYHRttOOI375YuegVkMENrqBvX2Q1+WEWlLWBZ1lYJeMzIlaiVylyZxpPj2\nMiU8FJnxMZIOFGaog1h3cJ+FXQQCotgxR0PVGJKlFXiih9ghkmQcbwAsPAAW\n8u4h+b4AaXw4SHWdGxu5l4JnjdCEfv/i2xlIk4l5SRCiqmqSbDjEcPgGESum\noMq/NKHEE/eM9tAjs1rsXePWBfrJhT3y4utfdU1dafU04vxDyo3nLtu5oddo\n9Ys00fOEvY0kvx8iqnqLtE9R/Jia4WadOA4EbLmxVrjlF09TZmK0jaJ0Qt3k\nKBHT+mcxxRg0yhvkj8pVHwAsd+BeTpdgJVjZo5tumOp/Pig2EDsSkQWPONn6\nD+4kMVOLdapMsgzMKlEji37atkaNIOk8iiElV0wcfXn1Q3q1FdY9B38GceqY\nEueq1NiBbB2jhvT00h7A+JHtlwfuS1N8gl7k9A9Y8P5gyvx8eNJTUaq2/zWW\nJzEQ\r\n=T2qP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-beta.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.8","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-beta.2_1602028575666_0.056301049242460044","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201006.2":{"name":"@azure/identity","version":"1.2.0-alpha.20201006.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201006.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"683a8b5e6502ff01ce7e42b98323009d8962d652","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201006.2.tgz","fileCount":71,"integrity":"sha512-MXXxWK/CmGU5vC0qtONvi+iFplsj4bkgv/wQtBaWQ6oLPnd305w5aV7DhpJgrnkCpBVJTB78jrjccFEB4DiPFA==","signatures":[{"sig":"MEUCIQDOEn5V/BAtYPD2g0dCEA08loUvJr1oGDu2uluyUZfR1wIgJYi+bVf3GQQxdreA3BT0PvpdBcnhGs8uWZjen/R//+E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2369738,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffQngCRA9TVsSAnZWagAAQU4P/0DS9euuOiAif+e5mtVy\nPpENYiM2eszOHmwnRzNUDgAA2C/E/10YVol2+0n1mwInEBElhJtSJfyKvXwI\nC57D0Oek1wblOYWxroV8XlZBiHU8foJwsZWOlu7K+a5O9nrYmfLkrzEbfVaB\nZHzpH6kvWWlkopHLpYSl18uUdMAuEGBsVA55VMwaR4v8XFiCMXaO3V+cElA4\nqjDmZP91LNypzL2zphoja8ZSmO4sD6lGNAjksJk+aByHZhmiJqFX8dnCyrjh\nXS0FJxu0VY3Xrm8egIUcqWKpKvJx0Eeyx3QjRpK9UOscim0BXx+SK7j/ZITR\nU76yfKYfIwG6z+FB6C9lwpuZ/eQjd2msqrN3oMr982m56/LfotvuMwCu68QR\nJN5+cn+cP3dYlNl2RAjI7ssHgv268CtaPx7qJbnztaDTlRXLta6Z3cYS76Cn\nIox5TBYzFTmCjQoSJeDomk0fwYMtzssZR7/Osa2uumIyweUth98RK6C6Etwt\ndSEzIRsQSPp0dmbU9/THLUbfrW0lmsXRAOCFdEbX4cGD2EhGYbAQtLfA/oBT\nQyYUU4V573jyv+O6lAPN3r5AnhapKTBI3fx1FOQB2vkEmVVcitH8uBk4uofe\ntL2z6tb7mXM2GrbWiLNd3dhvITLJrdYsjAduop8sPwGiUp62vouKjctSsk4L\nJTWe\r\n=RRJA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201006.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.8","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201006.2_1602030047802_0.1343295774267712","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201008.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201008.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201008.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"25185ab45ca3c3a9a0b3301055614fc9086f3538","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201008.1.tgz","fileCount":71,"integrity":"sha512-+iPbilx5KuztsmEkYHfW3q/KriMrss4sq0ZUrDVk/Rpifvt/KtdYmhiiXw3eR58WGY8tbEoLLZsQiI2DF3Kl5g==","signatures":[{"sig":"MEUCIFshygZ8iutztaBUSHfTVaxW8zrQxqJkV/E6vuiHmcPzAiEArIt/eECe79lhkLbj4lIWETFe/fdKRmPK9EB90WAuiQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2369769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJff6cyCRA9TVsSAnZWagAA80gP/12Zi/bvrvoO6TZMom9U\nhGe7hrNcCIYfDDF0iHtIuPpxMiitzBcWEF6HVtUq2rnU0bHlugpXSNe2po54\nkdOuLoDWRZRfnNWQLrJISZ3FX7LEu6G8n/OLATLBKvUT8bulu3/kuHKR+KKG\nXzOO6f93hKMq5jZg4FYuyYKzxFJttKULj/U9eRvQq9BOu/v/gs0nmGkMErtR\nacnFoDTln7DNiHiZhxSgnbea6PSjzzOZGMpI9Wq/DG2WfWVhpmJRnEcPTFA4\nthAwT1cQ+FlVYqK7rxoJ1GhDluv0JY7l81Wv1czN9nyuMcYAwzpbbs/QJi7X\ngE0aWFMGAMmNV9no+urrfxynJ/3lkEz0eRHBR6ZxyAvXLteZ5YMh1zIMpOA1\nIocqYwP20NYP6TYM/BhYISpaRdXmSTElHxHh1nn8hYuPwkWL6uiMVgDA/A1i\n1yd9ED2KIJQ/VorfgNWTvynD+cMK1+1bByntAu3/0Hmqx9Kb09eeTihY6DZ8\nPctiHmrFldISHHhVEe/eHo+ywumDoNC5ssU1mzfWRzBJGbVDML/2IwxlZwCj\npIf/SO4StenTnWFejU6+egW8waADxas8oTJ8j9t+aJeaS5uc/UVOo8cYW4um\nyLOmmi039H0zQgc2TDe6OJDGpxJhXgRQ+JEKsJUkXiNMO/MqUDSMoQB/xHZN\nD+kA\r\n=LlKP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201008.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.8","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201008.1_1602201394112_0.47149027490198625","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201016.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201016.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201016.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ef45f88c0b4aa9d7e84c5113c7c463160cc822c8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201016.1.tgz","fileCount":71,"integrity":"sha512-IRaG0KffKRIITZ9gSlIyjOvCiGfMgybXfEWVSnEJ8pakj48ZcnW7NxwUDZ24NyfUb1TmKozFgdQ5KjZrNS2AIw==","signatures":[{"sig":"MEYCIQD4Y26xW13SfOycuIeDaS5e3f6I5Mh+21Unz+fFX6vIMgIhAIoMmTv7M31Q3KkWSum0TTldqNuja/rCicC8GUHDh34a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2369769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfijL0CRA9TVsSAnZWagAAZfgP/2zBwGPN220oca23An0S\nbaaMMAdNAa/RXQ5ze4xowTQpas5nC5pv/Trs8AmFAkH6um1DRkPhpNS/z3QT\nIGav0iuXDKfl/6l/VO3/aKPAm1a81Wm+q+8V0FRMxc/DOKLCQXw3fgXuFJAo\nMGfrcntn9rLfGZfoVNnbxRx1mxlMh5vuRedATTV+CScbIaCIzoXKKnL4LZaN\nw2ZTjOoZyQA22DK/ORGzpmaLbcoKCLjkiTJiZYPRtTFfyps4cXJ6w+EUcYKg\nAeRUykCKNKWowm80f+KCK5d9KmmvhTKd6jblIgBnlgWEWe5tIOegI6FKKZMi\nv6UQT7478Uug0HTGKG0doiIMvIWarELlOBsdMlxUWB+U/KYFebGlbiCPtCco\nr5pFH2WxU77PYw8JQPyhOW5uJVr0ufgOsE0MLXOYD+Oi/i2ErHgIyi5Hlblx\n277FvDfroi+dpYQd5/qTV2pHuDq6ygRGgArfAabmfcd23cLHWPGYrDIlzoT1\nWvbyOOMrUzZ7KOydsYm8dCafDju1zGrGMvYU15Pd8vZEjg7htK3ZPRZByzeV\nTYgvCYpCPaJs8NQa/Y3cIbtDFS2cQLYKGXaVTaDJZf6Q1gsmeQtw+d4kW1iT\n3DuNZH5T+a0p1JI1iHcYS8eXInEYIezIFMpRqkTqGXC29yELIxF6ATVZXEXx\nZ4RR\r\n=QiEn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201016.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.8","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201016.1_1602892531724_0.7039293289340178","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201019.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201019.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201019.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"399911d5716eb1128d33a07e9b7dbfd8c6b474b3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201019.1.tgz","fileCount":71,"integrity":"sha512-WsctoswuGQg6VgT0sN5/uYywQzIGDYwMNE4DMsdoZk/HpR+EfWINWH7UtkO8B6rVrQAoJS/FXkr+XrBd6hy5JQ==","signatures":[{"sig":"MEQCIHHDDbOQ0RritTD9qL/2JfuuV4tW30Hf1klwHkjYmSIAAiBhNRj8mp3eYh7sMkwZLXOn+0lzuNnKTcKRtcEzNqFX9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2369763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjiu1CRA9TVsSAnZWagAALo4QAIncXEG8bgUMeDvDZnas\nKKycqQgS9a6evvBFkURB5lhuCr3kzh/DJq6RVGcTJ5jkBVcB9L1pOPezywCs\nDEuJ6ouK5/8eQfrmGNcuG8tQUMyVH39+bAoacfSEkYrbuMx6/VrLCPLfmhwr\nhehYzPM4AWlY4KiAMhFlGjKYS+sOR6DMVfpV0X3e/EiWxHk8u5htk2U7hH7e\nmwybOubGqMlZzl9bCel1TBGjvrT+4K1NtTWiEtMW+Wc1S7ot82xrtH/BiKrn\nyA4a1tUHHQOhg/QvVLXzWGQ3xZUXdUpt5zPyh7QKudqbSOC7jX517EEXn3Dr\nVqmWtRKOQnmMwcpMGy0xl0IthIt75phh3QFvqJaNo/SNfiPFiKRy3Hr8wBke\nhAQH10BvI96mVQcRKPgsfS4FrH3tN+1oNqBYqmlZy0TNDySZ2siHRZaOfRDu\nXp6cPkDn5OdPOCVzcQ4rZOztrHCZMJr+iRh2YXngSTYKDw+LO88wrI2Ycknc\n223p4fcAwc4o4IuW9xUwINRJllgwxMBzR8wfinpQZ2BVKhZ3rV2Sv/Aijd4W\n3MimYOl607fdT6+TrtlB/tAw+YLO0IBTMbF1oa8oLMCLqjWUIgjNKvifpW7h\nn+2be1NfMV2/nSBdyIgt2846IqOy1JHRu0xfn4fD5nNE3q4mRYDgP4pZrDkE\nuQLY\r\n=p+B7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201019.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.8","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201019.1_1603152821280_0.7575586794408222","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201026.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201026.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201026.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6b7a2e9e09e178ff63fa2c50c91e44345516f913","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201026.1.tgz","fileCount":71,"integrity":"sha512-2UQgEZGkZCc8DXQCtRVrUuwspeNPMHTepAbmZRQLWdanIPLpbQgx4Y3yu65hF1r6Pn/yvqc84899Fp11Y1HH8g==","signatures":[{"sig":"MEUCIQDXGSgn4BuzcCUvtrde56YcEI05H2LtPV/5P+lY2B0pgQIgIIGBefS+CmuR/RFoDib7Jb3cqORDzl49WFUV1+smm4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2369769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfl2hbCRA9TVsSAnZWagAAZTsQAJcbyvFITRKagYm0eSU2\nJKEasVTFqPPXY7d7/Ga1pPctIa4CRDJIL0epKCmUlNuq1mJDxAnBfnqZyCca\nPTpyOUDivKmHKY8UAznxEwJjYUeA9Wf+xKTf7y3xZ+u/GR/0q7eLPTPNTdng\n9wDl8Q/bU0td6wefW62G3T5ifllhU9pRz+2Z8f84mIug5psMIz0s5gDqSfg0\nocQEVSIGid+3AW+9h2AxVGtQ3WnlqrUUzZ/e3ZCBxMEovAKeFKgRCWXtc4gc\nPyyqTMs5FebKO7jF9gJAFfy8c3CzwpKo6uq9AZFOURSSZT/vDwrr+UxiN539\nECVfL9/k6IpXWlB94Z5W5Vl5O7wYXVr4hEe9SyCWirf0d9HhP86Y6IzF15Ve\nUIquljm3jqqd8d9KFMrJ75nkrgdmvS6fdlEZwUPNfJMDqy/frCOB2XOLjAi/\nVngw54hOjC/5L87QfQ7eNJAxU72SJ+k/62IODohkWZxKGUYTtjEpIiXBEsbv\ny86mEtJQZfQWbdgMgSdpda2XC+fjTZNbMRYyN7CRLe31Cr4FcNQz7/YrVjnN\nIbJf91/DJIRhnBvfPrHFANDeFyXP/S7woY7vsCAviBH2F70onH22XJkmnKuj\np1ceTk2ERTzmAyjlPLRl+4xSsNm9i98VEzU1NZsxQVPRCvxZC/CDS3eX0Owr\nIOC+\r\n=aebj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201026.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.8","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201026.1_1603758171125_0.6708587384593883","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201029.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201029.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201029.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"36cf063680201227df31877b43f473ebdb44e63f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201029.1.tgz","fileCount":75,"integrity":"sha512-zeTdF7Z3UpmwYVhuf9SFopCb+fU8s55N9XgD1JTyLzNiQiNv4OW7J0ZzFXkkF4BkUGeslcECLdK9z2/oqgq0pw==","signatures":[{"sig":"MEYCIQCAyIjL8jf8SBgEUU61Bw8pWPwnoqwZ2ead6uGyMOdVCwIhAJl7zbK7JVV4b6D67m5qWQ5Y7aSZEqrcB/2vNspbhSq1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2389363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfm1diCRA9TVsSAnZWagAAeY8QAJpIObzec8mdDiYebwI6\n2xMFfsPWeHOccPOt3MxtBzSs/5ep6UjkVVv2YO9eS+082eZzdmDW/6wIJeRk\nrVZsa1d3Dyoy99+hHBfsKctdblyGEVNJ9R0aj0+B5JZxBGC2mmJ/pi4IDC86\nfL9/No9B86Bp1LXoJWZjbcoXKWm+ii3dTwwrkIKlJVsyzKB3QAmZ6s50Sw9t\nOGc4eZ0byupH53nZYqSnHVB7ZQag84DoYjlncxFDzBnBykOMYMXyOobbuDbH\nR+PFMmMV+m4X+K4ZpGIBnmcyyS0Qvw0q7CZGU/OEfEeGboPFJY+vaqqfF6qT\nuHSes3d7JOF6593rYlCe/EK266ECJal/qEwhzJjhQme2UxMYtoPJcK6KdYSS\nEYz/ryJy11If4bKXZ+MGZR5/BYjmTMK31s2bzhESV95ajo8BApI+7SOybMQB\nsWhGbIP6XZvwei6ccGp8ItJfxTzzZBu++JOIlS9NgkfQ+Dg/YV1oHsgmQDXL\nWNNziXSEqDkZF+hYk4Jq86XzdBg3SHdfSYhtQvJEUbcXM4USdqGm490I3mAy\ne0Vx/T6STsCs7E3jX9RuQ6daEnv54WGQ6+JF0BLMbVpH13Ez8HLQ3T1WFawn\npXBUJjoqgBCZ6+yjs2WQvzo7CVqh+1lYBoyXQOrL78KGvyLNoCTIxt+UsIKq\nPTu3\r\n=Qf5o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201029.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.1.6","@azure/msal-node":"^1.0.0-alpha.13","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201029.1_1604015969666_0.37776676391389197","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201030.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201030.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201030.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ec90b22d72a95d46d81b33c6c4e28b9dc2a690f4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201030.1.tgz","fileCount":75,"integrity":"sha512-MsBaqu8bfXRhngEXmJ87TwkCnS/KVQ/EMz2QoreQSRxT7b1mJtq9k9IvqmdrRlzjr+rAUl74UWgjPHOJqmXwPw==","signatures":[{"sig":"MEQCIBp8s4CwUNMFwRvQo8KH5RWc7Y7r8h4LvenlRiSL2DeiAiA4fWao7evnTCXTkuqO7rFyLtc9BDCFSeImgudeYSpabg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2389369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnKkHCRA9TVsSAnZWagAADQEP/AlNvGoptDY9zRf08tuL\nVhUqpE9r8ciY4oL09ImfcfphQNfmSMLnSjebf9j3Csca5+jq7JYrvFfiKpQh\nCka5ed24TTHgvTPPuN4R/AB2sbCe3WXrTANvsbDkP6d+CKZCsihu9jwIdMiY\nEC/1LImTaHM8M492MM7ZEkLBwfFF4fppitT6BnbZtmk/S0j99cjSfmf90fub\n0Qk1eErX7oDdBgd63DR1kftUsbzYBYdx5JIKcbZOGzAtW9sRTsFHUgxr8If7\nHrqOU0KYhFUJlpz+aQCdVr61UPnmb6EKq0+lgZZOV1ThS3HnxPm3OdoxME24\nnUyiApvJAS/r4ZTfKZWutg4SDRwZMJ90dpTo1oy9B52ldRY3n2xRlkGKuriy\ndmEufzN6BCdPtv9tCZ2kbMuwxxA5252ZMy2eteGjXC9WpUxtI0rFKnftqEay\nlwHHmcUyXEGQHFc0IrOJe33Te+6Qc1crQ4QtSD2FGQRNvytwDeIkEF3G9aOy\naVpZS7kVoJGY4aV+XOMlgNFrS1KNs4rSVeOZIY9qM5JiJuLgzktdvuYYlwLq\nYL/eKRGWZ1KWu19VyKsaBTEBvV0pbcqEaQL4gvlasfQAVPdY/uz1Y3JbADWC\nGMIpGzy8ZZXtW06qIKGRf4eNS4E8GPdJbbS/l8GJ2LDMeobsRDBXiIR8W4t3\nV37T\r\n=BQYT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201030.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0-alpha","@azure/msal-node":"^1.0.0-alpha.13","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201030.1_1604102407029_0.35472256766560717","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201102.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201102.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b0f3dc09b1059beab003b79714282b5177d83fa2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201102.1.tgz","fileCount":75,"integrity":"sha512-lqUSeslrC4Ga2zNZWtYPRKZ8Ku8BOCSTMlSgTykN6ju0e6RrMd2LDmap9cflRFt6ubJN3rfbOWDrl2UO9gQoLA==","signatures":[{"sig":"MEQCIF6tD5+8NwgrbiORjsGVOf8EYvnao8tgesJ92+GUbi/FAiAHF55/teKlOsl7VsB8S8LP2ooeRUn5TubFiM8GFlXg8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2393832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoKviCRA9TVsSAnZWagAAisMQAKQrglkwuB8hff3ED5sy\nzcSO1ylCU8KKt9Hc5CQa9rn8vO2DwTdxOtqoWqZENcIi+ZX49eiCoYaZ6Ig9\n+PoPOm/D9l0WAkYsB/VRoeIOsxW2KvAMD3M046mcxOeDr5I02E+ebhz6EAcZ\neOQ957p6iExNnXyGkpKhbWlbyOVUls56XaA+BnbFE22KVrRnnqiDdIOn5O58\nLjnFsNZ5xWqV2B5YgZ9OJWeGktzrXXSEBbTsoyH6EqAvK4ItSDktuvIvZ+1T\ntN9pH1aSYK0sfamY5wJTzvHLe7BuOSeG3fIlOdPoCRMRNAYLlSWf2orgt+0a\n2tLdCweHhiEDcVvYbUch1KXiL7QCu1CFiFdhiky83QPEhrKFmX0ePPrP4fUj\niMHaBhisHrGpvSTjtNxtaZ8+P3LBoGuWXheXkqFpPnddeqPmcBzENoBrWxZz\nsRFaUAZfFRQu7UWiQNiaWnAj7GNLTUr1iDcC0GlJLkNYmnWwNZ/GGFWV4Nz7\nhAB8cYaMXbkqUG5etfDmYjxyrY2/6f9+FVLwko8KrRMRHVgh3csm03C0XydY\nHaeQDc86IlqqfrAkl+QENLjlKauC4lI+mS8BFsmXygI3rpMi86cAyKNqRGqW\njh6cqJfuxMF6/a3ms9PBzp9mS9WNYjY+ahEWZSCWH/P4M4/yi/+bYYZ0Arss\nPxPc\r\n=IwNi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201102.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential.js":"./dist-esm/src/credentials/managedIdentityCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0-alpha","@azure/msal-node":"^1.0.0-alpha.13","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201102.1_1604365281903_0.33982330660421933","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201104.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201104.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201104.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5c3f0dd8a461b8406122b010da63010ec83d5ce4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201104.1.tgz","fileCount":91,"integrity":"sha512-pYWfCqs1JSRIZbLZm4h95GsEugbz+fbxZ/9j64rnLzZo6Tg2ROp3fhE1uqUgcLLaWF5gTcUVO13zfVX9RoxW8Q==","signatures":[{"sig":"MEUCIQDEIC/hHJ096760jNchEqBjAuQcb97ckgAjtJfc6cu/aQIgDNCgikc4y3SUxhQrwOHDAsQEPCZjq2dmV3630kzrnv8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2422152,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo047CRA9TVsSAnZWagAAKa4P/RgRUT8pxHG7i6oH6L/u\nH2Is9WDqfP+CG/BR6/81WIuKLsZn0eHbWxXHgkcfMl74igumW7HETV9HEURg\nh5UdpCsIp+KtEE7v10nimu3mNdXyYAf46/6LLxEwckJsp9iZPnmpFw34WLzT\nQ9HWA/7onV9xyXKJcynW6EsLdv3Gr2uId9OQ/EZTjzp2LMJ4l1I+b3kMysG0\n9+EFGRNcFQscCZlUCGJb28Mw4Ih0l80EZ8MHZoUNu7H7ByZTX6AJ9j+dPH6z\nvtB7FR+cwOZDaEQM2mIG42zAQYw9T8RFoTz2xC1QD1XI0VMbPf+eYTFLNnTU\nZetiiFjfAtgFCAvJ0S44t7e3TqbgkKgDRNXq/OTo0zOxFWgsTMOYd7f2d0/i\ngV1Axt1SaDM/12PFicqMzC9phw2ygRY1aQqCkb3/dxwVWjfmjSX4nz9J/nBn\nVim4Em7Znw6/GvCnopmhJzxAWMEKdV6Olad7azxv7fvMktkNWRCbGZKRwfw/\nRxop7s6GyCLKi6x5ON7Yzv96pjAdmOypcS42SYRyVP3qdlwUix7EvWObjL6I\nNghGsQg/nmczTSbwpGSr3xTw/0Cn4xp4VMSvlWswCFP1DU7OTlJb/vSqEBWI\n3GhzjKbUwWyqL3IZZnk/r/i0vfjHoxMQdf826u+Qan2iEl2mxzpE7Cgvv9Ef\n6WJS\r\n=Lcnd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201104.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0-alpha","@azure/msal-node":"^1.0.0-alpha.13","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201104.1_1604537915296_0.8863926502109516","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201105.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201105.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a935ad1f79ae0efb1b73a72111595d7e1add6bde","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201105.1.tgz","fileCount":91,"integrity":"sha512-zqzIUVrgtPu89PmnXb9E36RbzyxUYtJFycgz4AdIRyyjE/AQ9j7Ue0mrVjhNQOhHjK4I0/scldwdg9rOEjfc3g==","signatures":[{"sig":"MEUCIQC2yQUonrhRde4LTpziqvHCXaZAYv9i9o4ErwIs236XfQIgGrlCgxtJgnJ7UjEMTeZa0bVy7r7ifdPW4HoTxoSWQhg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2424013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpKFWCRA9TVsSAnZWagAAiY0P/iUB1DINMvDm2blDwUX4\nFjBbzV8ellSv1AOjS2i81cHkLgdOLqRc738Xyh6qBlEMQ9obEo4y0UFZlTp+\nLQV6Ed/bG7zVl0Qr7RtY1TPnd6bFmMIXci1Cb8j7lhFZJUXcIJs+FFO/FnIp\nDCMk+8MGOTvqfl81Oc2vYHLPsuow5dY5IccQvAwWtBlcxnhRVkZMJeBvgDRE\nzBcueafmxAxTfdHTBQC7w9uvGiiRm62qe0WOWb95pojBDRGZvE5AlE+GYn47\n5z/I3klb6Ly5yoiNSSRxkkgdTMWPjRR+x+hHCnzGLVbrhfy8Eh/kH4XNysYN\nV7av/XWxa1c0OxIIPhXufJ2JS59Vpkr/j8CEgNl4P4VJQD4Cs2383DEBFUYF\niwkgVKyKoihUbQOSMURfdB1wuBl2N3przeCAvhkfUuOgDdK9HjD+RYGk0D8O\noXJhJUe1IMgSUK+W0g+EkNYH+2s2cIzh343nQxEkNC8xAx+ZgOYwg241j+Wf\nvgvlGh5dwGKfUjVegCgjsg13sat1H9nRJNGjpmy5bK9ypT5qMNt//fbhCfs3\nT+5QmHwfr59xYn4JAQjbEp2Qwml1Xzf8T56T63CApYHMgvrUe9kZlHNlIEKR\n2VcJVZWFsoerEPmRsiBKSvOxCMH/5Yr5t0Y5BDEWCw/4GAXvg5D9W2eh/zTn\nk7zu\r\n=vinJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201105.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0-alpha","@azure/msal-node":"^1.0.0-alpha.13","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201105.1_1604624725692_0.7653257067073718","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201109.1":{"name":"@azure/identity","version":"1.2.0-alpha.20201109.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d811296881cf1f1e33e97ad5363dd703965f7ab0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201109.1.tgz","fileCount":91,"integrity":"sha512-oqRaxK/ve+8970X8F6xTj+wzEShRKZGITKVEeuhwVWWzeuuYGz9EwfKVxUZp9uKrbPYZZ65NbJGC4Jw7agejdA==","signatures":[{"sig":"MEUCIQC5N/b/DTW92/Zp2rxYJaA1PfiZ02+vfA0HR2KiqqdyKgIgVlNybKKRt9Xl8IFFMqpH9ABIEsD3dx8Ejxca+zqW/RM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2426657,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqeXECRA9TVsSAnZWagAAd/QQAJjT0QR2KvdxSczZ9s3O\nuoJDHiYPdDIAyOgC6H3VkFo0/np3giwPWAnRPwUGCFCHdCJRYedyYZGEoVXx\nd0IuNPveLn5u0b06Y/z9vvVAG0QdeOcAfKjA9QN6EI9sDwJVdlcOYjw3aQAa\nJ8PtGf2A8Bz03EogB/AiDZ8uYhe8oygB7+fJsN6h+Eg+LS2OEct+A+EWA5y5\n9wJzfgWAtfAb5Y8o+JNl4H4wLOJOOsP/ykgav4aO1llvTtAZuzAew9OeWcb2\nLLwIEYhj8ASsYlxGameEIl/KZm1Z2/Np9KYAXRIiDiQknYzhZztB/vx/0Oen\n5kYF7GgUvaR94s/p2HBkgL4WhpxwRHUTxGiSid/JKK34U52He3LIUytha6z3\njAqd1hnMpYUpk+F9niULt7TjnNNYRiOKtSvmkVL3lXqUnh1FMMkotbRwobkj\nLddDZzOQaKST8h807JDtO0rQJPEEGHnMHJTPEEnuf3N1olBAvMgSy6mjwHn7\nJMc0B7mrO7PBkCch+QveBHSIS48vTzHhffAFod2XhUFQCLktGVdE8HZal+cp\nTg5yfbvQaW0z0YOdjQ7j+Yqs9bg3D6ydl6rLLNBedgCTi/lb9WsylWIjcpPS\nj7ppcdxoAo0KZAkbz5qWoRKK1DXTMLd1gy/yP3wC/ruDW0f93FZjnDF55dcM\ndn55\r\n=MrPK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201109.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0-alpha.13","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201109.1_1604969923853_0.4169089980012637","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"@azure/identity","version":"1.2.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0a1b7d414a2f1823e7d5e32b33ca828e6a2ca137","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0.tgz","fileCount":91,"integrity":"sha512-AaRS+/PLmGoaXoDRmvquEdTTSyM2l3kz4i6nZEFwcXduqjJSvl2bm1U9ilDEvTN0MtxAHypqI3umT8AexecALQ==","signatures":[{"sig":"MEUCIQCbG971XKz/tWPAnVTpAgrxaOigbU6PSTrw9ZCOMzKwGAIgTBxxFqOkKxs4P8ncst5jSpE0+cftG8U+IjG8q1auqug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2427529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrDzUCRA9TVsSAnZWagAAHTAP/RZ/lsiDtjzCaG1DHd+d\nAJwiv8SjsoovD+48BNWPauvK4bmnALRj3z3mCeaEPGFMD0Yjr9Ot136yJ9Bf\nWPpHhw82XfvnC5uVFMy8if4HBEHWWn7gRwlgCdgpX1fGPnJUQabCPfleAYYG\n+YS4ARWLN1FuYrMhoH5hX9ZB6ImfaVaIVC63ans4ZkPGKO9GKwbk80s3njqS\nxvNmlyTKjwCWtnewMrR6x2Iu7DvQxmJ1ps08INhfBawxEOwU1DPg8yyRas0o\nOCSdBMHYDCfWt877TyUUQzSVD8O61iK0qrTC1m34UMj/c2/e/op6e6pzKQAF\nPDABDn2FJfS86I0fN7URgb8xJKMi1U5o0whOq/5qoY1vLjkepWC85KwN8LHv\ncpsnKxeaVqLmFNUZAxg936fzf6XSlJQqVb11O9WwMQSg/oHt4olbp0FpNteO\nYRnOdHJCG2vLJO5RZywl5jk6uXfJFMH4SLlxC+zgdCRd7sF5NwtuImAjJDlB\nQ5pIu/TkD4ZRfCBPK6TB1IYolJLUzykYTtRW0lvsLPGA5xtGUwmFPjEJhwSy\nx5YqDDeyK2P/yDHcdYUsIEXdf12NuZ/APhNjLjdjL9rPqT3B19x410iKaA66\noX8gNlEQEQxCmojvjYQiTpNjz7JGHEZQOpFWqyPDx/2nalU7u0U05MCbeHfF\nQ2HW\r\n=rj6s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0-alpha.13","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0_1605123283931_0.0030873521532133186","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20201111.2":{"name":"@azure/identity","version":"1.2.0-alpha.20201111.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.0-alpha.20201111.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1933e8d3c9e9b8201039833191bcde09a13f812c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.0-alpha.20201111.2.tgz","fileCount":91,"integrity":"sha512-qrUmQxTr4nq5m7NrrpEOJPzn0pGkI1RsknrFX/+cNahlwZOEylWUDGRop0x3M4Es0ORR1rbT5I/wefy08zMt+w==","signatures":[{"sig":"MEQCIGEC6vqZRRE7YVmlGwko+28LORM+uhUecCOpv8cOSSrwAiAUrPHNkgL5xCBoU88GyHkRFseZdjToAgDP13k8VODzVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2427549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrIvoCRA9TVsSAnZWagAA5AUP/1QRWrQ6GkHEDRTH0fLg\n3WvwKZnNpySqaasfCK456UN7jvTOgRMAfN8QC2DR2elMl7OclGwnEsJa11eQ\nm1whokil8OP3iCBycxKe0aJgaK7INJURPZskzvZrTLMWihdlcziVYfw5c0/W\ntGoTqPVwEJYyQ3ldcN+4PgQmkUXuUgBE7tY7WrCg5ED+lyObCjf7Rc39d1mY\ncpPpxW3IozyGm8nB951xCjTThglcsZW25czGKEZp6ICHmKZHyiTBYc/FaLpw\nDUCOPUAIqZNNPhJO0HLD/1LW98wUQoiDfeyTqAgi/SlybITop3i6aGYgPfh5\niffRtt1wt6sP7dJLG34XJsTbUj0Lp9i9gO82jCPUlhzHZh8PY/32XOw6zwsh\nfTzuVjfRW0uuFFfBJ763A9dQbUpOvMdNLbRb16jH5orpKSEoGE8pOk8+syDs\nYqXXx//tZ5pdDp/OVdK0PPmOD1RjILbPctr925O50dTu/ho7sI1qGuwfPZ68\n4PQM9aZTM4yXPriZefmmJy3kZDxdnEtvYvyNeM8kDIA3Vqqt3Zu2eRVwRosE\nM9/C96wj435z5rIdZ9u+gKFce4Y93ApAoTkGNKqbLjmtjy7umhh6pM4myEHP\n6nXg6PFnCPMyCJwqgzNqePynxTXpLMrjEA5hDKS5Bw8sg2uRwLPM4eX4mFNl\nnhTI\r\n=WKES\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.0-alpha.20201111.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0-alpha.13","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.0-alpha.20201111.2_1605143528156_0.9718217646369254","host":"s3://npm-registry-packages"}},"1.2.1-alpha.20201113.2":{"name":"@azure/identity","version":"1.2.1-alpha.20201113.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.1-alpha.20201113.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9d3caecc68352186cd444a3908e0c235f3b6da14","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.1-alpha.20201113.2.tgz","fileCount":91,"integrity":"sha512-mlBmA+bg5pGftvvnpoIw4z5HqDvOvgH2Y4gebxIoU8SsYnuC3w44UVaHyWKaE69XbCnn5J2rhHj9qt7mFloC0Q==","signatures":[{"sig":"MEUCIQDaYBID4/qHG4udhNf/Kp9koaSn/IqShY9l5gBLiXK6UgIgWbXEPhws6xqtxaBr5b6MQFwcx7VxTueDuzo5ThWjSso=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2427573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrzA/CRA9TVsSAnZWagAA5EkP/2gsnTKPH2XzU/nTm3l4\n+LGigmPnHZindq7vUpXD0bM4kh7pkRSKFen6ElahDc134eA1m7L6fTKAhFiY\nFd0tgdtRIDooqEwxL3XtqJAtM1E6u1mm2yo6lvhB8dRafcOwqX4PBaw3j8QF\nYr1k7wSM5e+TIhfVJue+6R+xKQUI7ifhrXIcmEOWBcgd8zXLbTuol2hj0xQw\n/pDvxQWEcSce7R6vZyTWbG+z1wgWni2pYkeWBqM7R7vohfQ0405Tp5iph6AT\nBIHH7OuO6wWl5lZIWp9W6KOyJ7iNPC5mI2ZRaiodgCopKbaDKf0psVVZ3Qu7\nS+IFi6Bl95Idl5mn5SidYijHeZaFOTd96GjoeM0A0OTgw3OPzRmEwxPRfrL9\niiLKGdqJ3ex/vPexXK3XO59jDZSQIkj3Bxq7VadJrmccSibQeHOwUzu+cckB\nrkIvzTyStSnLrablDWVckugB4vpD+ViST860NCKqycYs3JB8zndHaZ+p+UEI\nsMxg0vWQtVhkRbYpBWb5eiEwn4HZ1818le/DWYrHshwOInOUnNn/Gd4Hqavc\nNrIpqESnljYUqgMgyQ7r7/SLXUq5Y2Zobma3DI3rPTDILn/qY/QLi0ZR2NFG\nLYF1mz/PLxUJQMPGZ864ziDsplW4CXuLDi0yYep2WJkA6oHhaWgg322kB6I6\nmgij\r\n=/7Kv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.1-alpha.20201113.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0-alpha.13","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.1-alpha.20201113.2_1605316670489_0.9746899416039303","host":"s3://npm-registry-packages"}},"1.2.1-alpha.20201207.1":{"name":"@azure/identity","version":"1.2.1-alpha.20201207.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.1-alpha.20201207.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"168cccad251d3f8453bcbbfde898775abb24bb68","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.1-alpha.20201207.1.tgz","fileCount":91,"integrity":"sha512-yElYWj88h1DmDFLPhyOsEOfLm/PIq2fSM0st8aiI59kVVCHE0817VYI8OfH3YuAXpIfU/ihJDrns1n9qhTvJqw==","signatures":[{"sig":"MEUCIQDw/302C+MwVmeSqT0++HqUihHlZczOYRuwAmwY2sOmEQIgI2lP0UqGb2JJxF2C0LY5+0r/NUdQUsoXGGbZU5/gLmY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2428008,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfztDbCRA9TVsSAnZWagAA+RMP/RPjrTMjwr7MD9YF06BP\nYtOSiLBvhv5ePyj+he5FHLTYWTSLI+Ptg31L49XgfzvVaM744Aw8k0mM90A6\n1LFbL3f/8/ZitiC9afkquLuHCjOEDjEe6//xJ4YAae5Vbrpl6dGVDAMEkyVX\ns3YEhlKyQTrgUHDsB6kIwrrHfD9t+Mzmrd+WzqvWQSMDyy1lvCPb9wmhEZbH\n2kKs1tEJ0pwIYl50VN/oL0b5s+1sP8ypQImqkgu1k7eCBR8h3fwuAqYyku77\nHPD/rc4t6Zb/JxxtxpyvvzDCuSs/1cDJLJSmI1ac5nhTjhUeEx5ejzc8hbUm\nzrCMZWZ6s87rAOoXmqsEIJtlRYARn+qU4ky0ivLvDfggbPmug/GQvinK0b1y\nR6OjiguNOTxWXbY4+n9BQ+NNpoZGZ8SVHxteERSm8vyxZUEmoeJNP51U+fg6\nutqdqm7Tfw1S9fofRlN/4c5z2ZSourC5QokZa6R5evh5Lf7SVZh3Z25Pc0Sx\nIk90KQGcU5aODJPuWPM/7DxQD5lVYg4zQlHD8Hf/WhDy94RNAdS4B016gHYj\nU6j7fjIhnJyVJfVhz2rhWE8TcYxihO2D/ZjXQwYm9HZrSdZn484/r3NQfgQE\n2sQm4RwokhStmtpe/GG7hr+EIUG02JBlPkxDtLQsgVU1HWPVMKgCqZZOFRv2\nRZ9Z\r\n=JpaV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.1-alpha.20201207.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~3.9.3","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.1-alpha.20201207.1_1607389403009_0.06672727651169974","host":"s3://npm-registry-packages"}},"1.2.1-alpha.20201214.1":{"name":"@azure/identity","version":"1.2.1-alpha.20201214.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.1-alpha.20201214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"48a19911b72e0a832727aaa427bdb50bb801714a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.1-alpha.20201214.1.tgz","fileCount":91,"integrity":"sha512-WNd03IkmkWt/fAnRJ4rloe7F1MPwo+tnQRK5l9EC3sGiJ/hnvkQutDnMlPllvqJzTQ1YTvD3/ZkRFyzxF9l09Q==","signatures":[{"sig":"MEUCIGQGa9nj+NyEps9FnIioCIqPh3KJM8fiR1jcz+x+rOlVAiEA2CqS23R0yTXQUbHNo7f+EY9VmaBs5tzvFQh2tLyqYy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2428386,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2A3KCRA9TVsSAnZWagAAByEP/1AYlIbmuriLCAgr9l/b\nMHq8TbPtuyQGYVl9nmElW7OvPyTz77z25PbjMMHTi+Dz/KOnSmt6E6/3HebC\nE5GmtJXEsxF1VbgZT9UHfyiFKUEZmZCJz5+XUYxwBOSIIMUzPIQJ7K+gW8F3\n/mdhdKNcGUcEH9YDgVe8fpcc+/rrrhZC2HYNkIHhBxbaSVeQRI2iexTo75v2\nbiTQLQrl8/cWY5+EPJajTG7JOIDblOmrbDRz9ThqyzGTHq/A+WoABYYTPl5q\nJZZ9UCxDr+3nJz8NejfwhamgIA72vDJ0EzU16dn8aDo8iE/s7CzW4kN+fDRP\n/AISvX90tD+8Il5qZ0u44TMtG5lpELy4KaDaRcEpOopP37gvi1fCWwV8mF7Y\n7Yh760wsMhH/toHPrv9aoJ0ez/fsgtGk/gaDPS3p8x9prOb154oBNmXAkEe8\nM26mGbNyzflfkdbOioK2kXtt87RxK3YgSf/m84//IOz/O2NplHnvgYdAAp5q\nJ9d9o7iBm10fZF9CG27fXjZ5i2VzjcR86s8ry1pKjd/MCZgBMlAyMzf+kq27\noagm0/VIVhOuBMKaDZD+LqstjZgyIhJ4SsjwydvJY0uEjHGV6cXX2xKbi6Z6\n096MP/tmIVnjOEGv7XRWYusw4WYXIwkHnJ9FMWL5qOOOUOaJmDF9ktI0VIxS\nDOBe\r\n=tYfY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.1-alpha.20201214.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.1-alpha.20201214.1_1607994826251_0.07810716164554465","host":"s3://npm-registry-packages"}},"1.2.1-alpha.20201215.1":{"name":"@azure/identity","version":"1.2.1-alpha.20201215.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.1-alpha.20201215.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a9a3fc9fb01d9be78fa1bffb3549babdb84ae253","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.1-alpha.20201215.1.tgz","fileCount":91,"integrity":"sha512-2NJsQJ4gwfjwoj+4pIJxAVl7vox5f03bKKsexIUQCJ6EJLB5P8YZ/WuxSkiRTHLDL0f8IG3Q31hxhMww6nR3SQ==","signatures":[{"sig":"MEUCIAYKDuCypyfgoJnF8PtYkZsRrae2G5Xu0LjiyglFeMD9AiEAxdmVFiSymRmPWRrFgtjhGz2o3oh62BoqKrE7kPRjfRQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2428387,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2VyKCRA9TVsSAnZWagAANaYP/ii+jQhIhYVXgGUslIcZ\npHei3HLt4qO9SUCzvvEQYNhhYVKhuqzN0wmPI5mL9/R+Egu6oDBAF0XrlnBo\nhUj1JOKTbJ2N+PIpdunYQv1CbfcvuBjzF/UFjZAa+vzrapX0tcMMLimMnkVp\nZ8HMY5sUR8Gg5ASSfIHw7b8z3QvUBep2NbzXkji9B006gRHKWBhPC33F6uQT\n/cLKIuK/u/l7a/1KfyCZVPqFXJ1JRpAujLncRPw2s6dIKs1Hz57cDwBTb5Zk\nbzefo5L18e/jAxC6S565dkBlboGmt+t6uOnxejk4vFKU0vgftMn6fYcbQBNj\nc6Uly92VMB9G8Ycx3B0vG2qMy2NLHuUxEI14RbkTK+ZVl6BkyRODH5Ebd4BF\ngvVjHaS0/m+fght2SY+iWm87MumowHbXse4UY/z5rcCmVVO0098dR86oE1Bo\nHj3b/zeQJayVnAuO6qBUUUFkAQgE/dwqbnAEuRpoNugSN27iiuYr0z2/e6kc\nOTOYtdUaihSJUhu6W29LsP1dTsPCTMqjmMksp8FsknedCb8jU8GidFS80M7I\nIYZAa4whIt0AD26AmOP09FliBJLQS125DtQM0WrE0vihZIKg9/7keUcHfXLU\nWOQMk/kx3uIMWDuJt+D5ZxMuCEHRSmyGpFrhNTTGDirYUTI648P7TyB5lCVw\ndwlE\r\n=9E/v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.1-alpha.20201215.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.1-alpha.20201215.1_1608080522173_0.5624651901834288","host":"s3://npm-registry-packages"}},"1.2.1-alpha.20201217.1":{"name":"@azure/identity","version":"1.2.1-alpha.20201217.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.1-alpha.20201217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d60b0ead822540019aefe87e5255f61a4d13465e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.1-alpha.20201217.1.tgz","fileCount":91,"integrity":"sha512-vEZYQRz6N1AUqwJg4F8xhYkj1G7Jeiw9PwJqefAoeGSSrqSSgKkowgykxSEQefzLfuQv52CYxNq5OITBAT55BA==","signatures":[{"sig":"MEUCIQCwbjziARNuni21QRLfkTCxNHmtALRs5elKkrvJ0rH4tAIgeeB99d9PhoKPVvd3kkJVc6BstNqOoiWAw4EEPx0MU/k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2429193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2/9fCRA9TVsSAnZWagAADpEP/R4sdUehKT4B/zIbZkQV\nR4nhDrCKuW93BIf9xuoSk+lZC7wsvuCQao41iPoEdU9b+McldSQOw3Aen6sQ\nt+t5ACr5xbEHC1rwIBGCdP4FyCXtGj5pGmzA7NE4fsmk9qWoZO+tYWnxg/4f\nCmm2smp1mSeMk3vf5wH411VqjKXf/Nzhqt+H9sBgeyYPpTlnh5vs0jFx4UL9\nP8K1gkk3oOxYn2g6WN/CE+PBPNnghAsSOgP9p7lnch7WGVvvQPeP+s3cZ43n\nZEASppoSG/qm79yileA77NiH8ivg0if766lTcGlSgLJA8KRw+AK2VlSExyL+\n6M9vDoaqg7EB4kOVVHd/4loFEZxawDZPpZSBP4V85MQBBWi4Llqlf90Cb/vZ\ni51pIvyQXQA4HX+CC3JKYJwLOiXFH+IHOC4yFrY+dwNbvHBFv6/ZpPAKakz8\ne1Z4/dO6fJ9rsZWdgDrpeDTITzh+nMnYrwPAdKCjOLsVrwi+WjjxaK3xDqoL\nXYeG7P9nc0T+YJn+w0S5UMKK+YuupyBEEedkvTyFesin+8bDfzkj50soUSE6\nIx5h+Mn18ZyeaE4pjqNSaUkRJybgGUnjJLWCqUDeTX4svvOutR61FYZU6U4m\nYhSJ/Lxu6Tz/hXw3BWGMsVAvNb12FYOPmD+xfM3HAETqGwoNazfuf0mKRRN+\n5pDe\r\n=b8lQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.1-alpha.20201217.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.1-alpha.20201217.1_1608253278758_0.3987531513878617","host":"s3://npm-registry-packages"}},"1.2.1-alpha.20201218.1":{"name":"@azure/identity","version":"1.2.1-alpha.20201218.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.1-alpha.20201218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6fd50fc573d656f54f75aff3005fd8075f1219b1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.1-alpha.20201218.1.tgz","fileCount":91,"integrity":"sha512-YjSMT1GrQikR2NPEtTcWvzTRJ8fxVd3IDYRYDzlyfS+lx3JPb42EW9xftSY+SuUPhwNp4n82FaifWEK5Ru9d8A==","signatures":[{"sig":"MEUCIQDpZdAVFOprEG9QIKoDaMn+bg+8LZaEgf8WMLFWFhn0CAIgfNjeT7YT84lqDbWLc+QVGYXrdiFXMYsEmq8TrULQM9s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2429318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3VIUCRA9TVsSAnZWagAA/2IP/AuFNoREZXNBfKAW0t3t\nYrz7kWEy/G6KNd0FYwhy/91nSMkew9XRHoYOmHY/cIOq0PeNi3j/hdkDDh/r\nH22LIxkFh1iAsZXZ0hDYsO95XwHHkSd+w8JBiFJc2G71bMPKRRawlV7DP3b3\n6T7Pk9BRU6vSnx8sCbYXXdT1uOCqR5T6jS0DXwBdHtRoZDdm5rLhPX97Si7Z\nvmSp0fmCzbfQ+5sMH1d2nl3AFrWFQM+LCWNeWgADjDx2hoWrq6vKvwarDiaa\ncT+fJIDneVmQ/bjvH6/nhLenW99MZFn7o3d6tR27eHC0L98su6okiamhzcrF\nzVg0o8FEa6K9X14pABPR8Cz5uEqX127Q1GcGb1cdloMiR7vVjei70pu4yyua\nLg5yHopqbdq4+rIvgYithRYHZSLYm+sZWZPNKEXdo0sezciEvvdBttu0nhhe\nrqZ2JCF3pHTO2pP4Grq7DiRbDZXBmtkTDXGepCt6DrOlqyytuc7q9B/b8Man\ndPXyY52cl0UDfG2jAngyfO15kpRcRT3+LJhUlkoinOwhK0kuACT5c/vDOsmT\nICGBrKjUy4uZTKzZW5ZK0nKU0ZdXs2qoh/xgIIof1OrP6xO1myMvP5WKFkn0\nHnQxJQupXBdWFARdGptv54d0XKsLkVmCk33lW8/+GSEOT4IZDLha9p6XRFK0\nk5uE\r\n=pOe+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.1-alpha.20201218.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.1-alpha.20201218.1_1608339988448_0.21944292133054777","host":"s3://npm-registry-packages"}},"1.2.1-alpha.20201223.1":{"name":"@azure/identity","version":"1.2.1-alpha.20201223.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.1-alpha.20201223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fddb1d16344773a4218ce7918897194571d8bfc9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.1-alpha.20201223.1.tgz","fileCount":91,"integrity":"sha512-D9+epYHFvSao8/p2BmDh0aVLJoNiO6WoT7cFg7jSwh6xZXxIpoR3ZeWgMkpYP6u9ky+QomjZoedIL3CkJgV6Fw==","signatures":[{"sig":"MEUCIQDhVxJ+SykxPhYB/BcCfqsnkt9S5yJX8bq85e65Lkbo3wIgHYlLxR+gnmWZI/a8G25MwoLwx2bw3ZQ+yZhwTF75t8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2429337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4+iTCRA9TVsSAnZWagAAvYMP/07JImesiur1LcflJJYI\nF4OXoTw0qRnO1sYlNVr6MaTn8gBXN4LaDsuHNE3FDffPcR3goRrmiss4Vbm+\nxb4m1n6IpfLfHQV6gxpvBeuubOm8ZjpIC2La4ytUdPbxF4iF+ywkVyyu4L1E\nUOmozyg5FtPFurEFY9osYPHoKSzx3S7bhXjFVCO4UfyD/DiSC07fQ9TlBnXL\nIrKOWf1kFfdfla3VdFE/BeLct8paSKq6gvIVkeHDDgzYHmWHp9ILaghl6Ttf\n0aFNqQh/Jmmz4YZy6VdRriEvm9MjQkDqrMKGSN5OSVpaTw4H+2b191jre9ko\nqbbytOdxJKllbVEtvLM15QxEb7JgpeZLu4JLguxmulf67kq1qiA+xSP8HYBt\nH96otrWy6LQPVuLIN4qdBdLKD3YWNJU0JI3qBpjCstdWFVe4muyzHjS11cDe\nPpMaM7lMKIEDXDdGU3tS5ZbqnL9ypmNYQTLqKh66AHrxvwXXHgPawD2R/oMN\nyTwpZaUidCzBoheN7P845KZbQt5IDJLywECroSOCngX7no/4nyQtbaLGq20Y\nbQP9xuT3pjiX0ieTeqPvofwIVqzxeEvVORwavQWA32MUs2r08WCMmYhacBC/\nwH7yvpdGVN61D9upXdPy2T6lVAtVO26t/HDIAdlVspFsARba8klhHK/Ovm2U\nK8fj\r\n=9WhL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.1-alpha.20201223.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.20.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.1-alpha.20201223.1_1608771731186_0.7305733721753342","host":"s3://npm-registry-packages"}},"1.2.1-alpha.20210106.1":{"name":"@azure/identity","version":"1.2.1-alpha.20210106.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.1-alpha.20210106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ac6160fe748c1dbe0c1900ff8c36c146e2a8fcd3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.1-alpha.20210106.1.tgz","fileCount":91,"integrity":"sha512-YvSowQSrralXbGoUxDMTEwzLoMHq/nXAIaqlCxggq6brfJgHgVMrJEuPP3Gv3R4t7zlgsach+3cRfE6c7iHz8A==","signatures":[{"sig":"MEUCIQDC4ANRwJRA2XqTSsnS/4uUMnvT7BUrJz/mIuNKNj3sIwIgSmG92L28Sc2om6reAIo8yy4DthP1wQ3akNnO5zLGHyg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2429337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9l6bCRA9TVsSAnZWagAAKkgQAJEnPQDv3J5s2p88EFzF\n0AZfrWZPq1OBD1Y7nnEkBWeu8kCDX4xuT4lU0Ng1mUpW1fIwEhLJLt6lIpzG\n3dP4xZrMRdDWDAAj+nG4pHYssbWgsNLM9FpAqI19hJYrWURUQRRu2bX08zPB\nzX+ZvQP4hAl/atmHWwzy5V9E5tpkAX+E/coFQr1SQ+J9I1gEeU9gKQxvix/D\nvWw5gWOF2cJkyZ5UI6+ynjzV81vqE5BLkH9a5aO4zInZ+UcCl4my4TEwbz5l\nAEbtaHxJOTvH/05fpTESxgXiuKt1FhBRXdEIMTmqJwkOUfqJ7zJ3QhEXK7un\ncnqhNIfFjhAhYoIakIY8uVeue7A/j5G0bj7cJBJsZ2w6pe3HzYiB+t/Zfjxk\ngNCCwOh2oMP+M0LVETep3workwdXwlRlwxomxsFj+2bBE55e0GtBsITEgqKr\nYwJW/Py6vYXKxGTw8udruMTWKHW+UzWZQ8pacIvt8vaf3p9sFrOm2EsCCHjw\nGgd5pU2OpqNS3Tn2KpwbstyLa3i1LI1A0iSVvpoF15Hy3KSK+2T4+hD+Ga76\nUhLH0gjiIsVSlMizcaJfVejQMloBSW8KzmSOmr9Cc9SjAMH9bcZvi4ilztzN\ngxFewCJ5/kDOfPxQcIKeAnpv+66gAyvtqnrK+rrPp7fDsw1HSWUXirAsDPZs\nJa80\r\n=6EOV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.1-alpha.20210106.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.1-alpha.20210106.1_1609981594726_0.6973304558574285","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"@azure/identity","version":"1.2.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"83eeaea1e3dfc6598cda5cc0a4156e2bb3c81bf7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.1.tgz","fileCount":91,"integrity":"sha512-vCzV4Xg5hWJ2e4Et0waOmIEgYHsqtGF06kklnqblZg0hKDLKxTAX5FzKYuDMk1CctY2UdEmWFcA2li2uOXOLXQ==","signatures":[{"sig":"MEYCIQCo41lcOnM5Wpb4NafYDrjgj7Q5xf8lohVLAPCsvXFQIwIhAKTBV+bZ1Eim0aIc91siMgCGQQhI4oiQTNrF49O8J/Ha","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2429537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf98FgCRA9TVsSAnZWagAAyp8P/1CvwYusipSw3xAg65Av\noG/9nooz9SwSF03NqcV1i99M/n7YMcn8V8u8u2xPDYAfO1Fi546UljDSjDh0\nB/QPg141Q7iWftvUXXjnGx2+QP58WXGHXEQF0Gxqdpwq04co+P2AyXv1p0mY\npIG2aTXRog+mg6AlwMkzAncX5EM7IAFrIP8g13WBGwsije0anl6SlfjcosbF\n/23mqxNI7T+5ySdnzZ/r/bUWivZqPUolI6EInR2Sz9we0xDPlPk8NzTCKwr6\nqAmpIhtW99K/tsRQKXn4HqJCDNL1npyRD8o/UniJjzFVlbpQCI2FQ2TSZ7bO\nAeZiNdx2Fb0Za6aai6HhL+doiYtnjm0AiUphlkAGf7V55GXtgaKbn74OQ8EX\nTwHw5b+wEybqRwlQ6yG2kGa+wGtCwGxnA0LbjS0AO10b0SU1XdbdzZuuJjMF\nclU+omlMg0FsIriwsdZS9BV9tWiQnj7yI4sBTKWWfad5o1b4AxaMR0cBqhLc\nNExPy3RK2tOVu4hqxLbGj0ARp1eSznpmy8+seARSM0sjVPWEoAm2Ljbxw3sX\nAMlaygqq/KqpcTS4VmRPYyz0ybxnfupAF25DKqi5Xk+YCr6zHIFacH9UQzrB\nAm8DlmkdSJC02uZWX0fl0i6WKKrj0UOLmc5RYp6cR8gi8WbwAMCIcQX6xiZG\nmNmd\r\n=RdPG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.1_1610072415905_0.883264151057036","host":"s3://npm-registry-packages"}},"1.2.1-alpha.20210108.1":{"name":"@azure/identity","version":"1.2.1-alpha.20210108.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.1-alpha.20210108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d339dd5c37b509cb54e8d2e517e29f659b64c8cb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.1-alpha.20210108.1.tgz","fileCount":91,"integrity":"sha512-t6PJCjfpD4hBKrYS6WDwd1fRLe8XO753StCSJG4GS2h7wY9skyGCn7UkYJvOpQj0n5CY+SoboDemjxY/Ck9VUw==","signatures":[{"sig":"MEYCIQD/LQHsdJQSVPblB/B/PYUzklpDTGEGjNoYVrVngHP3igIhALjAj6eu3nZUQzIjHcBbmKICucdmxxrMwwf5GKgJu1k1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2428766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+QI8CRA9TVsSAnZWagAAgfoP/0PlOi14Q8Fbo5KyI2J5\n81ngtfLz3ggSuOq26xldvMWuUgkH5ZE1mnDmBGBou42M2JGbz1kZLmBa0f7B\n24nVXe1Q3uOzf20VEOS7Cndy/JWRtRHt+MxRdXNC5D69o47t4RdOguU/YcQ3\nWfNJN0VFTdJI9O1I8GiAyOH+nzTEcqtokX/r8vLs9aheY1FG07DZ6MSX7p3f\nWxFR81dG7091N5bREd3oS0XyubGDbV440C0A/At5EiJpbjp5Tze+zwDriuli\naiDzwbIBCVM++fqlp+y5JfKb/lOjlNtnB4JqmVKQRy2dCu1GGjPv28Se18rN\nfJ+e9EQzZvBlcLDMqVCwIOy7zEtnXosgxL1BC8QzUHzzAOvhNT7ewQjJZ0EN\nsrNXnzWWyURPkIBSA9s3hZWuykGRxXrVcP4r2uR+jKTt5mxN6G5DBaok1pD+\ny/Tralj/6qOTyldGOE22PIJ6jJZyjmQN8dRiK1KcYS2f/aLFzJ4/60+kyDMu\nKbdHbLiEdF5jA0aNceYzBQfXJ6yMJhwXLmuzyCo6S2VqCKDE1fPjd1D4abzl\nmKAMRuiMHHcsgN30CFZsezTg/LE4s/eJZ9uxyRqmJc48nj++Fu+pBLo+eYN2\nUelnF4hEVaP/q7krIgLkzVF7akNI9OGrrpYgaHTXtTTKUZwo3q/MN08cKaQm\nQ0pj\r\n=Q9wj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.1-alpha.20210108.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.1-alpha.20210108.1_1610154555676_0.2502155338018832","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"@azure/identity","version":"1.2.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"00d673c8881778c55777fcc76e822b42466d3fc7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.2.tgz","fileCount":91,"integrity":"sha512-aYkeNXl52aEHW1iOZQJb3SC7Vvbu87f01iNT+pSVHwj09LpN9+gP/Lb9uoWy36Fgv9WlukM55LbjLSbb1Renqw==","signatures":[{"sig":"MEUCIAwYuQBYpcsYI+vNKPef/SlVdCdujchwmoPDqoV+yH33AiEA6UhpZLLzJh5FOkH1z4Msdnh9nV7X0OrIm3FCbDup1C0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2432570,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/jnlCRA9TVsSAnZWagAAvFoP/2ZwuQEHOcC2p0S+71SA\nR38ovJqNiTJcz7Dbqgrv9QSyCoYgqSDHVpshqr55saxvbApRLQHpH9xmriyR\nn/dCODJqZmV6dWufUk9OCaCseCY0e8OOcTGy4L+Cw9qr9aUQyBIlu3OWXUMy\npZAJ5aTWnc2B+tTGPmIIsClgRMw2DC4G8srHI4F4eAx5hAZjpD4PuKFozc50\nVLjH17lFovk0u5mzGO7fDNxGAyNxDwufX7YG/+3t3WGvFB/Ey/4XmZ0CkDxq\np255harzprS3gyGvzE8b7rXVG0GUMp7EXyIK0t1ruGUugY/XGZwspqxq0oMu\nO3k7NyjEtKIq0uydT0CVP0tm9x2zcXSN0wahyoK0z9w1pl+Ro3Zr8Ab7sdbz\n4haZ0HZ19vka5aTC1T3Mp7eRs2mei6MtNZxBDYvxRVviMX0V/ouzodrOrbkN\nPabUxIdjYQnkKbZPrREU/n6tYgzoI0RAxBO2HTXSWsL3k7H427rFmjh6KFsS\njf7gmST5MCJdCabp9ngo9CnCzpLCVTp2N0zw6Oakj9p+iIkd4Z278n+f0FFR\nALkR/V++i/Ov9eeZmpkEc2n1NC8m2wDj6seeYkRiAxKvyUBZCKjiB6Ml0q00\nWyYb1A1ZgfBuyAHdFgEmeEbK7eOzElJN70wTundeh63UsLhPczyxAKHrSIkf\nCTBq\r\n=3Sjx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.2_1610496484486_0.09705579794886621","host":"s3://npm-registry-packages"}},"1.2.2-alpha.20210112.2":{"name":"@azure/identity","version":"1.2.2-alpha.20210112.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.2-alpha.20210112.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ebe9c2c6407c72f69166c7b2b1a454d1764e4161","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.2-alpha.20210112.2.tgz","fileCount":91,"integrity":"sha512-040FkUFwgFrai0Y+ua5YZnzSj9V5OI/PunhEiUT52QIsIgxVyaEjR4F9f9mHZGfxXK1tIPOQ2CRx5HtRwAfgHA==","signatures":[{"sig":"MEQCIH83WdsnpPm3SsDHnZQH6a9K8a4/6LrVqAPr4Z415uAaAiAdzJ2OuhzqzrAo52y3gHYg127QIV0mFRIiXt+e5wQjFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2432596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/kdiCRA9TVsSAnZWagAACX0P/AjuTcMwxupPrIQe2sUA\nhZZbjHaSlstfoh9SJ460OHhfsSX+pqI/xxm0b/sNzxV/pTc6mztqc/1k4wy5\nDD4v3/M63hjevaF/YJ5d2AWFPVlVyVxuDr4OWM0tySP0bhg3pumEX3WqPb1t\nECA1gmyxx2IMon9pTrh/hHmhjFfOGuyKtZrkE2A6/TUlbtEHH7dPMzyg1rW2\nz++hrsz28NF/5zKHTgFgGAUWTY0eug3ZBzZCpAMFSat8fXpbfamwevIVmnFL\niGaSx5qerUAymismo2FE1QU03DXxtkK+LL01JCLS2LUiwp5WiLAffLjSX2xY\n0GnhWjAnRgqaKf8DXhEWmXvyCJg8iJnOIQbW80KwIny/ec2PAi/hgVSOWeUq\nzJv413CHQq+/Aogu8AOAH9nkn0xIMEp51iXXz4N+BiQEwcBp7WY3KdX3Lja2\n2WlNTRA/t5rxVyvP2fGB6OLmHGGpSOxeuuhZH1DIKHml6GywZ4GO/lVWb3fg\n/5ns9O0NHklbxTfzK/O+DoC0WzxvL7jJjL3fmqSZ2vJFE1yiSj9NM7lxu83X\nyM/SjoZthFoUZ/mI9H84TMGOBsTeB86mNE+stLaJDCaZqY4c5Uh9XFkwK3XU\nHk2WcEAmP8vPfbG/i4Lvw309FGPpgw1COAqOd69e1P+0gM7WeC8CyZ7qBPRS\nQtdt\r\n=C/TZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.2-alpha.20210112.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.2-alpha.20210112.2_1610499938278_0.04744549484068172","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210114.1":{"name":"@azure/identity","version":"1.2.3-alpha.20210114.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8995c9907ebbc9785c04c16a15042122f0e0204e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210114.1.tgz","fileCount":91,"integrity":"sha512-yuOuVHdm0Z0I1uOcz7rnzjYnGWssJ2x/5/+IdaZLxkTwaGKO/M4lTJYylKnAbspWdbvtOPnUFmWPpS3t0XyOgw==","signatures":[{"sig":"MEUCIQCjMGqdrtYajICD6/kVhQX+o+whouzDCGoLfwNBT/B+swIgRe7FoZX0Qb2uB2bdybUcj1Isx8TRWnbTIam7xvE4+AU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2433816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAOosCRA9TVsSAnZWagAAcvUP/im4/axu8BLduwKH6wnT\nW9Ms1tn9gX5ynN8rIrak1qERNzJgAP56jAj4n2KrMHx03fjCoDRdB9v+Vl5z\nAvsSKMHuomIfF6CSZiHTJ9DEiX60MU2YAevZaaC9aAaePhiD8Zmm9SmQWeNp\nKj4Xub9UXy8zaL+UO6VrOj6Q6mC5cChIRa2At3Vtf31MU7qoy6+/djyCN4sq\nlJ3i8GiA1uoXkznP+ktqs4o9z3QATJTT4YLXC/Gfqv22dtHsmk7RbaaXILAA\nVJQ7zXwp1W/DjnaRwoG4TXgUs4CFfQTVyiTt3whTSplQ5NpGBk+11MpR23kG\ntOhJIYxyQb7RVc7yx8Xy2966EuLtgI0HQ96vQ4ry4ebE7o3g9xbVeVPmGSUI\nkZfS6ghTKZhprq+dCZ15Mj/c56FXqBI++RA7rFfUXSnIYxqK7/domr+65Stp\nhYS9LCfBiKjlj0D78t9B0vMk3Y4FUFvPJ8OMiSQN4gJVD4cRRQ4NP4PrBaMA\nmjQpk5X6AwboyRmgvv7AJUIkUV2iH455JfFySr0PIs+IkA6NF40UsQffALUY\npVSe43o2EsxQCU0OACjerLlapm7U4dBqbaOG8H7mXvCmCrRJFSXKGgC7Krhr\nAqedGj5LHLQpaTZu7KC++u6ztYzjDukhtAbPSJREek3rC72bjdskZcEHPBv5\nWybx\r\n=lHlG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.3-alpha.20210114.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210114.1_1610672684334_0.7879810233738449","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210115.1":{"name":"@azure/identity","version":"1.2.3-alpha.20210115.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f8ab371834b52cac267533a7aa867419050bd66c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210115.1.tgz","fileCount":91,"integrity":"sha512-aFZ5QUQ1V0BXSOiSfhnTq1Yuv4rnKaLrH0n3ecXoynJ7Zqgf+ghbAYcPG2SzlfPmsQHi6a7Hw8HwprTDbPBmgA==","signatures":[{"sig":"MEQCIGcj5ucViBCiE3I0qYSfAnLLnuW/JA8N/yQKS7DDEai/AiAdPgtdLn+mh1CzAnFKxLZsh3GlVJ2AD95uc9zDahwgpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2433832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAjwSCRA9TVsSAnZWagAALjcQAJvVGaE50ULl75smRVoq\nej8/9RflEPd9zFZ16AyI5SwWn1bUQGfTZuuuOVGahjIiNcTuqwMcC84v1jOB\nzd8V3J/vZsn4s6HRyo9uZiyKadUAlVtJSL+htIsZjaoHWV8TdkxizZFJ7f1H\n1gWKfDsU/Tdf4L6tATADsEUxbiurJ0370U2cL+8QuEPJ7OPZ+8oPkh2cSIhd\nbVyWzAm7TxKD3QB1iWrrcIIEaM7Oyq6C3dGP1sQ9wBqz7BYjcvEMzZKKLOOw\nXUTE9YZoEjQ1XX/wfXnatB46oq0OBvzZyBRY7hZc65H8zbAi6zz1hKjbKOh6\n1ZBk4a91FBRG/YhOoVnIUC2wMUxaVRKuZW2NkBuG8HMI40vHKltBiFtvsxoq\nvDfEHoilyX+6OZj+LWqWMBhHqI6I4a1Q8hWwQehoVe7BeErm1SMCPUdmwdT/\nzuVj7nHtGtbEA86tSkek85glzJZcgKREEaqrKOVPmIvtZZVrtZdZdvuLBtJt\nhicn72xsKgwfSUyLZZQb6qd5CYvS2B6g4e0o3yl14Rv4VCmYmcSSGKY0m4LK\n3mHsQUCHKqsVlg6Fa9nYnRMj4M3L0SyrJ5RLrZctsM+AWeQYqpC+Ychvgfti\n7FBCGJNDSGiydrMBAriu4A0JptIponNQ098kwYBfZpli6GuZyfYkcR14Exv9\nw/5J\r\n=ojSf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.3-alpha.20210115.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210115.1_1610759185447_0.7771658616787833","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210122.1":{"name":"@azure/identity","version":"1.2.3-alpha.20210122.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9c707e754dd47385805c2b8d4ef5a9bfce018571","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210122.1.tgz","fileCount":91,"integrity":"sha512-+/RYLej3a1xwtr2JomRBy/er5DksBTrEOs/Q0SqM1+YNwmraIinGG0Pk6YaZrea+/2BPBwtSPRoySh+GOgTQ4A==","signatures":[{"sig":"MEQCIFBeV7BkxxEEOVKnLpQUO1WxdUMaGvPfxmDXmsjkE6jQAiB6xxHgPcfqFaU+wWBhYiZFiFJLzWmIaNITrmLAVaU0tA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2433834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgC3fUCRA9TVsSAnZWagAAQ9kP/jOFrDHcInvBHTRhutcQ\nFhFiJOBMNXXBIbZAf4iRT+TTl0xs1cU0XYyJomxf17EPlXe/a8LTAkQvfkaR\nF/sWLV4mYvqZNqt+3GeYac+m9VEum7tfw92+VkWj5BSa/4oXKb39LJfQ0nTs\n3jb6P8zi2ctDvosRc949B9Zp0RN83V6r4BuLeYSdkkkx4yXtjZtK59Z8oCWQ\n1xsNnhJNpJPlIRb2/a/kwdtrzO2wxgcqIZtXoXwTfW5dn3Wciv6jhEmL87l1\nMmqpoJHCrQubB4cAdNizNz0lHeMPY2kCnB+AHVqjnmQ9HIwtPMDWS+HF3T9R\nkOAfhiDoBmy3pAGSgnHckMJBJiVoYh7uA886mTxs9hUgrTQDu+gD8BxGqmdD\nS8/w26CT5UBhWi98xC+oaz0pzwXhxxfiMoX9959n/3XrMw5PYDdZwP8B4piN\nFxHyek3hJqs+xbcdHuPciv+ajpwPWoo9iogOdTo0UKHg3RZ1Fgwl7gDoTJoS\ntCiJ38AkX/AhN4ao4YY9qxzb4sdExL9c0vNsiJ2jK9Z0p/QK21k2yXv25kbP\nWQEqE8IveAGAfxqZIBzK/5tjszEMFfvjo7nsuBk/B54RaVOzAMrvCgJfGbUK\nU52bv/E5694+p/rLobI8NevTtMcsq1z1SDjfm7e9VD9OD/nxQ5sgOdovxax6\nqjqw\r\n=7X0u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.3-alpha.20210122.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210122.1_1611364308130_0.9209305613734957","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210126.1":{"name":"@azure/identity","version":"1.2.3-alpha.20210126.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f3fd0a1ca423915b51cdd3135c7c7efcd9f886a7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210126.1.tgz","fileCount":91,"integrity":"sha512-z4/rbKI+Z8KpPFMDVSt5uO5rRhyaYSjtEMtDMTzIQRYG19X8zSlhARYOPFDrrK49kP2qJDBWaJw6BFV6P9azKw==","signatures":[{"sig":"MEUCIQDe7U4qxqNlpFP7Co5/eouWVvAxiTEIznbeQ7IxK+DMWwIgb//G3nopMNJ/c5+/uIK1whP+nTHpEgaeo4oaLOrct+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2434002,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEL1LCRA9TVsSAnZWagAASiAP/iy7s7BdhGL7duHvuazh\nJsInsAU0f6xywj2T2reVShb/N36SMui9LxrhXYAaDQeLaefjVsmbFF9k9rlN\n1TI2LSEh+qau4e11qqLUJfioLMN3IGA84dN7jJYTmQaDIvJ89DrxxExichdw\nWc3x2DgGOYh33i+4nhKMZUpr4Uq4C2U68/hN61qy7KX/z72p4YaJVN8r7DTY\npr4NP2lXdJtvT4p7FZBlZpX01TjAlHo4ydZx28nCdw7D9RqX46YPiAuyRbI0\ntH4IJfeMhxnF3savkArYEQCt8hL9ykfDrnpvlActBR22TbBZf0t1zdG8lZ8p\nmE1UKX5mEJba65KDeKEhg1+bBpBjviNIU1MPYktraURqQ9ojqXC0RRFy0H9D\nSVDmqblU4czPTZu1hSvvEYXchA6EIEW8vBdCfUdVOLjT5lK+HBhqTfQ8TG9/\necCPs9IQ+JQTD/6VYgs1zE8oj4erXJ1XTZXkZjhj/ENXe7mg/l/AadDePYlZ\nBptlfyQHi78C8k5hFanBZ+sHhlMvBnVaJnMMs9RJBAA+UoLu4m/tVaSYH6GY\nwMzI50y2hZdLsp9/B/Gbv/pV29kl7eWkOReOXYTewxM+yQAY5Sjb/ikXUBWI\n+2rYTxsdJBIE+/rDj71vQED2Kv3VOi/UAlY3kTHvkpq4zWIcGLIupOKuS8mM\ns6oT\r\n=0g80\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.3-alpha.20210126.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210126.1_1611709770729_0.18112536655141254","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210127.1":{"name":"@azure/identity","version":"1.2.3-alpha.20210127.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ef4de1071ff3ca97ffe711c1aefe5be27328bdce","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210127.1.tgz","fileCount":91,"integrity":"sha512-ziOZ4LtEoovQhC48yV9u4tFeHHSCz+EpcroAHzvOtlchv4h0eo8BIvdRbee9nQp7gtmWF9LeCTdpwPC5t00Pzg==","signatures":[{"sig":"MEQCIFKpRpgQ4pQstqU1iMTjw6jhhkSEEXkpqOxvjrJOUN6WAiAv3Qm4CuJsSfbwJ9gUFWkn7pOWB/e7S0+MxaCrBTuSfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2433882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEg/cCRA9TVsSAnZWagAAi98P/R42xkml/jMYUKWq56yG\nEDsfPmQyO2na0VpOuS7CkNqSBMfPKOR/hExxd1g3R4kfApxu+mvLu/M9CNwr\nrmsHTBliRi0iNeoHW1h8/g5lR/pXF6j1zD48LEjvwTAFRI+g7F3Ju72QdtE7\nEoi248KKiB4KUcnyMM1VREvJnkNvvGEe5OtlmzpBRgZ0HwuJyKDdgTz3kOpP\nTIbID0av0w8YzMjOJ/2aLn2/5Yjq04/W2C40RPE7gwcwx/NlPq5irKdC11VC\nAo/ty+ikQNHAP2iJjCCShBg6+6CFhNiWkAgN/PrnimNv722rjmAasYHj/U2h\nd4KPdFFTpZQPkKGFDydjuymY0q21dGjU3aCDKVkbdoBViCG6BHQkhMI6ZWLQ\nai+c5FhBtG5+qC0/NNFX/15bdF6uGX7q1ZdvXQ+ZIMO52A2QUKdz4YpzEM0u\nB7SlvREK4G3h9EjfLr0Me9HkxMmGIl1ZE6ZqWlan6epjI9sjSL2S6RrFbJ+m\nbWOV5RAmTG6A5V2qTChk0PCmvU0Fzys+ab6E0Y043tNX2RneHMMiF4x24Uoy\nd/V2hJb0/7BqJ2fSAoj/zpaKNJrku2djtJyTHbLZdlo0zTxlNiqsK8QHWrUt\npsgjYtdsTdh9eXPI+TWrJmu30E9kHtDavuUKwStGTHlNoGEUHZlg/DPSC2oc\nGko6\r\n=xgkp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.3-alpha.20210127.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210127.1_1611796444083_0.809340496682885","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210128.1":{"name":"@azure/identity","version":"1.2.3-alpha.20210128.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6b18a5bb785e433220c8f3c242380e121cbf613b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210128.1.tgz","fileCount":91,"integrity":"sha512-Yyu47/5+mQOoWjH6QH0mQS8dbHEyLKwp165b8XVULLgnoRfcNVWegKkwnWYpwr6ax6Kuf3H+pV+9vJ/5V5GgHQ==","signatures":[{"sig":"MEUCIQC0Ed6OuEDOTM6yo0xBLbKRC4rGOHG+tjLCmHL93ZvElgIgFDibilJDi8bUP6TpH5/jOY8X1Ed7v+1XHDYdrxgZ2NY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2435521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgE2M3CRA9TVsSAnZWagAAPBMP/Rs15lEMJoOopEmqUELx\n22Bu6Hx/x187B+VUzSKUpOfzWore2TZFZJ4FZvEalcOtfd3umZCMDevz0Tm4\nJmLoXCqRna2rCOTs6xuRqouxjg4DjoMlGVw0TtLG2+A1dw1TScPlch6qfLtO\nlWktSf8EtLyB5lUnWSbhk9HTRxFxFT4DuQwytHBofPDBkXS3AUqU/pEeGsR1\nKwXeof/ldl7fnsWE8hgfWK5O/6rWkofI4rckMSKrtPwHT982ZPeCdXfc/4Vq\n+JXtx5lBJ5OIKVVhSrg77jVh8euEr+h7Fe65b4bhSOjJqfFWo9cvfBM56oCw\nc/G6adgApzQcEX1wWANBSqY4SNOlcPQ1wn2BGxG/d9n8H1hEXZP3xg3Y3y2Y\nJ4QxdSaxfewBKDq8IYp+k9bhR3yKAu3/YvVkdDylKBqPu4q9NB1SO3BqWbxp\nQn9fEDCMWL0CUGZ+57QNYK8UDDUIKhT67z406tkygNvfEVZzpq2eTWBN3aK5\n+oHrb4/DEaaj4AgqJ02O3q105GtTjn8nPQSjlntXui1jl7WmL8jv88Z9xQmm\nAMDkfK2Ye4F11DlxuKU2OICNrh+5++5ulmWdoT2MfOzQYoS6mplGxNa+ZDwp\n/iF+Qn2TYGCrynilQ4CJ7INBSm6/bare3JKic1DmKxXGBcSmLFlzJ5kmxDE/\nYiKn\r\n=NPf0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.3-alpha.20210128.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210128.1_1611883319430_0.21940229921784038","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210129.1":{"name":"@azure/identity","version":"1.2.3-alpha.20210129.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5c954120204613206bed0b4fe57d1f0bf889286c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210129.1.tgz","fileCount":91,"integrity":"sha512-DWIQgZ5MJ+nX0hE6vfcf+ZfDYWC7UjaKdVQ+n4JqRH++5/2oQzJrnJO9hNNGu/1wDIEdHAbN2mitTf0X6QSwkw==","signatures":[{"sig":"MEUCIGwZmSspMneFN7DPYPvsyGML+khJ459PoC8wXcJWWHRkAiEAtch2vQMXLN4kPHjf2YEcQt1t7pvUxSfJo6Y2zHZCXtQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2435519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgFLHDCRA9TVsSAnZWagAADSIQAJuxn0qm8jKiqZdtiBym\np5CkshZQbSidvt/6JecfGVUYoCFGCEjSVby24vJP5a32s4dy7J8GDwzIN4sw\nUhT9Uv0/Nn65G5Gcb289LJLQv38XFce9v49tHSOE5XSyPQANlm6md0BnRQ7t\nxGPMOb699OxPDUi5OBUf1Nm+0meTRoyoo9d2R2XHHU/KDBypSOEgkAdEompQ\nqxqOYhyCT3U2zUom/HxPWGRZSmXUl+6pEM/xmZEePxCGB2MISNY11vHIqY5Z\nq+KI/ttCD7j44N3bCPXDCyivAXD9LDE/mhV2Tejobmfn/enQESjjt05gOKyl\nu1DxZnjJJXsXmd6ySFhg9lTrPu8RgogJFsWYMfcDSSmf70glw0JSSbhNCA+/\nFuXKL6Uri3pY0SrO2Y2Oj2tvRnFV9GzZ/J+E8elPPtr3St6ql2L6LtRVmNsi\noH8BG8nknToo13fGvzW8pj8C9TgcpP3rA+z4gPDJutktnBLyQr8Zr7PTtZbN\n6Rc5PA2VZSExGFlM7t5ZiLqYp9k5b4X+/tl5DsmTGtw8+zlEFmNInwX3jYKB\n7+HqfZAlNAkffNX3/wGkiI0aWTwGHHXydJzVG2RbsG5bSWyZ3TpZLPGO9Pme\n468W3ltGJaxgWU/e5ZebJd7J79cE5RVYFwi8KzViLGon6q96BZJol6aiDcAu\ndyOy\r\n=e4iw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-identity-1.2.3-alpha.20210129.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210129.1_1611968962582_0.4809957563514877","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210202.1":{"name":"@azure/identity","version":"1.2.3-alpha.20210202.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"90fa05ff4ff6086eb3f46bb511d0e9c611c2bcb7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210202.1.tgz","fileCount":91,"integrity":"sha512-eFmgAtSLdv2NFk6OykHSt2Jf4pvIw3jRrfPhLhfS2TX0kDRkRULlorr836dAlhTkVe3+VzClKzNkeYfY4KtISQ==","signatures":[{"sig":"MEYCIQDQUR5IytohzVry8P6aE4+kRPmLBDxr8DI9CoQI8184tAIhAJeum8a8QCLUqWfnlfNUMU+w920cCiLRuW6cZDPBQY6w","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2436325,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGfcICRA9TVsSAnZWagAALMIP/0l7K4Xzvmk2row1cIVG\nPiYX++F4UGB/ZrltCH+Am1bHJwWOzYrWuaNnFdgknvb2wTm/Oe5UXt1pgXIl\nAEKIVmuF3RgV7XBBcrsdv+V+ZRD8EFvyGf6lu+iK14Vu1L60XzmCyIE6+AKr\n6+DFzaxhCFq8dTnTqAdocBBWjgXqiqznfTNyZS3IT2Bg5Vm05dxDz0etvUXK\nsgwTK1kYtswx8pjK+hOYba8JMyhOEVmnZ8pfcNkYYGn5X+ruO/ayrIUf1BYn\nMpPLufjA+qS0kA0gIGfQAqmClO74az61mRw2OuTmixXuVSsCp18U5mMjl0oP\nDJ4S+khzUCRxUF3wdF4jRJWNqYsroMmFXag+ZTdpypauqossXFvJH9eIPUjl\nTFbMxXbKBQs3L2XC1tki4RjsNXi0RE79BdwmIU0VT6IxzxYwHmi5CD9DUYWe\nwDxVlEtY+RwioSU/SYlSA2WSnXK70w8FWYSGsjz9pa1BD7XsC7A4doqTmTCZ\ncfyLhXBHM/XVtsmWte47WLweW38mRlH80dOcv24qWJG1paZ2RidzvQ5mhgO4\nXs1GtP9p9FRAv2L++9fRMs1yz7VBOto8tCn+qCIgC+AZens9NAGzpL4qioHO\nboQt45uy/t7di1ZrlpJTzxE2ry5mia3NtdHhiCF7IM7hXmlRVkprojQ2MocM\n/Pf/\r\n=IBQJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.3-alpha.20210202.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^5.4.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210202.1_1612314376403_0.33342918842705194","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210203.1":{"name":"@azure/identity","version":"1.2.3-alpha.20210203.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"143424fc5860956ee1ebd29cda52ba1147d0c011","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210203.1.tgz","fileCount":91,"integrity":"sha512-7Codr4br6DTtDB5fBjOX6P2oMlHkWndF9ab3kRecTE96eIhcWNJJoh269yy4qmDv44wqBpv5JadtchvOFveeWg==","signatures":[{"sig":"MEUCIQD0QID9FACdbBa9wHM32uqyeSODLOBhDTFr1MLKV2UT3QIgI4YOXqc5W0VmkcyRMABlHNerTZY45aGCJACYRqqyEB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2436605,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgG0scCRA9TVsSAnZWagAA84kP/0c1MIXVMehImZffOrqQ\nrcIu5ZZTsPhsnd+NmwCNQmQLzqNAzZumgcA/e500FxQl0F0R1rM+p+i92dPP\naUgybcWkoTWMyEaiWN6qm5/36Y2PhzmXJC6XUMk7Ajn+lUsXfYT2o3rEYAt6\nhoTnpHZUke3j0S0ecojuD7vToQQMdDpHNNH7h89DOuJvana/p905yGueEteF\nog/hHlCBGLVsUYjqgu3BKCG5rM76C+mBdPjF2l44F2W9tC08x9DQ1SGfp0OH\nh4wdnS8YRZ7EC/H524zDPeOXMxHkjtoo/XHweCIGFiPRWzyp0jziaDvyQlzW\nDwIsLjeTCWhC7glv4mO5vHxCZO9yfUTH00X1DE74Kzt1TObRUAl5OQijjJky\nUy8jwwFUS6JIXBX0WqfLF9k+hxXFzzJCbE71dVWVM7TEaLDhba2GH6fkU/LH\npVLQc0fQ6Sj1W56unyx+iCiEe4ojnUubj7cmP0LJZmq1PCZ4KFjVUh5xRhx8\nSxgSHDWaxlQTueCioNd8Z3PEU4poDMJr5ZMVWF/vs4ZGop+ZWsouTs32GHlS\ngSn4bXKSfE90DV5i5T8FKOfJavvL64dAGq2F1EYjxNgSHNgTxvclS99BaNCU\na8oS08sf76L3X+jti8g5Egq6E2+g0c9ePkMJTpSwkcwtqEgZNpQPbqjIyvHo\n1eBQ\r\n=hC2c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.3-alpha.20210203.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.3","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210203.1_1612401435807_0.393134550861294","host":"s3://npm-registry-packages"}},"1.2.3":{"name":"@azure/identity","version":"1.2.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a00ff04434e74baed2661b57fae807427895dfb9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3.tgz","fileCount":91,"integrity":"sha512-ujuQ7UzzbMNkyDa4UXoBOqubYkiLfu+bftPakr3d8CO1Zg3YadXBuZruU3ADYeYD7v229YnPL3i1WBR1S5m78w==","signatures":[{"sig":"MEQCHz8VnVxFMTQkUH59JOabiTUk7JNQJNrQwUGHq80HusECIQDfnO7p6aDf5YeaSNGe18x9vao2yi2u7FP2SdWEKIslGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2437100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIwGNCRA9TVsSAnZWagAAE6EP/2TxqYFXzD+a7kRLjctc\nJa8W9PwcjHkOkc0THmJI42n0pB47r4JH3O7GFKfg6KDJ6E9mBvi9DmvY4tP8\n2LJ1TH8bJnFftVyumxeulp1dnVfpTkB3074pbbo029k3cPNAnp5k+eVro2SY\ngofQZsHIn3UiVWq75CXKpZNCJNeviuAiQ/lM8z0lCDimvR2Vbpoaol4nBh9T\nHZCkBBbPBehhJtbYSpynsySBPvB5UaxO9GmmF93I8GuibF8FZS2dCGv29+8Y\nPBbTyvBpwcBmAVnEV5ABERT6PqBOkUrQ1HWaGKMvJIDhfnXrF1hls0IZ9wJj\nWTq5t8gcc7zNuybh1tDEmQ4i3pZhFEOWM2YqNIs5Fp9c6V9HBpkZJCKbaiab\nOANRlVrDkvXDGUlbrLWX5JlgUdKRqjcKUDDJUSWcNNbvKV0+TluBI9Mv01+4\nOXDPKlT7D01prDbceUUUD9DnaRXbgonD89UDZ+n+hFr/mNhn5+5XYVJ4Qhhv\nugJwx3pvuMWH7Rc8w3xGLP4WDwaVi6yYW2v5tn6uhrmywz+yvUszKahhAmLQ\n0VdseB7eT1I9xdOwyfvsOQEK7Xp7Ipxo9I55RZO2GWNivA/wYh07Zq/pt6bW\nKiMXUJ1Up1qel4+EaHEL88kf6NWnDlMo2TU+idViCcCbulVIYF5D8uIux0sH\nYhBp\r\n=S89v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.3.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3_1612906892505_0.7962100197479034","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210209.2":{"name":"@azure/identity","version":"1.2.3-alpha.20210209.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210209.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9058572fb96a6e0957d2b8c130cca7fe989b2e0c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210209.2.tgz","fileCount":91,"integrity":"sha512-aqpGs1Z2SXT8hLzlGY5zpkFGyNnLJC26yZt9DSA6fCdvNueUn+22uO8AMyFpnrGumal8SULfDQKdJDy8PNqGfw==","signatures":[{"sig":"MEQCIGRhDye1UkJkZoReLllfeUmhmk4yJY9nn3St/p/xLouJAiBWNjFrkronbODQS2FoawJv2j7rT1goVDhhub6/+DCf8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2437126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIzJDCRA9TVsSAnZWagAAaQwP/jdkjz+qq4pRzE2h82Jx\nhcpioLNljjW8mAbII+COeM9veTs18pdqJtP3LnZEGCQbxakQFut32XQ0s4fD\n9gaqz2RnV+7J0f1Yt+knslwruH5ufp9zFRG+NXTSAcxy6d4FQCHCDki3b9GN\neHq4AEFkRL1AcjD8KPYx+NO5oguoRiNSUGrRZhbUKgWKzSyeGA5GtAQh6MgJ\nMFXIxaWtehwId2tDKCr6S6oFDrwXLt/H20Mnp+lq84voWmxIZhYWCNFfylpL\nTga72xcuisICr4/g6FWJ/oMpsENfbNiOKDmygF3ViO1uIFUh5pVyrXT/0TYU\nOkYw417q2GCwD1KWcguAWCJw01EiS9dpEX/ld+635B46Gr3Fx6dLyzz2Kd6I\nBwhNNrwnR2002JTBC2el2suJ4uVeD0Ir5552j/yO3IesICJZD5fEm/4gRV07\n09KJTMG2cuXpYYll0ltVU1NyHo2sHphfuW5AU4cTdt98ejfpGYqC09uqN3E0\nRP032WG1+vK9VapQxqff/aSszfVeYObrWIxEq2SaNKZtLNH5XD6ed5gwvF2m\nyWLzitqBX3ZAM4YTcC9BOop3dmiPEFIfzrUaD7V8Ob4tbkbvj5ZF5dj//dUA\n/78ZZy5qht8IBnj7a2OCXUycePiZMNAf/+4JcsamoP4noSEwIgfxxiz+M9Wx\n9ej6\r\n=s9ig\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.3-alpha.20210209.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210209.2_1612919362867_0.9307289324995003","host":"s3://npm-registry-packages"}},"1.2.3-alpha.20210210.1":{"name":"@azure/identity","version":"1.2.3-alpha.20210210.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.3-alpha.20210210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ad9b25f88729e7ab7aca8e8a6afd01a1f9f98ea0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.3-alpha.20210210.1.tgz","fileCount":91,"integrity":"sha512-gfeD2SJAhHA4k3Zp6mrR5nOZjTcJogcT5a56Sz/m4ypE0MN3xFOsIuaQb/yn3SHCL8ifmP2bvxMuELuuXuf5SQ==","signatures":[{"sig":"MEUCIFk5t/gnt+M8U7hLvIScbQXA6Kww+/HN6gCDBG+jkdIhAiEA+8GDcBT5r7Br3FuJe4QvN7mUuURig67gHCUByvvr0/0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":665364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJIL4CRA9TVsSAnZWagAAAjUQAJwRB606ADtpnUjfn2m+\n6LiI/Ih+DQBmQqrZBuU07tssgxh8G2rcpUaKRJWZVPgluBqvDi5pzJwZEwuP\nkrIsoksUz68LyW6i2YApQQzpEBoZD/QIEOiALnWoYRg19+F6c/3qeQvQgHoU\nfxpavlRJwIrpDD5tGaUrI/Fh6XZId/rS07d15eLiBtv9bc5l6jsRTH2qTPTS\nV6Bxj5zreIlxL1L5f6atSiIiOCpTEPPyIBUmsjZmzLKFmrH2RQfKevBYYpNV\nylSCBq5hOcTAreTR32Z8zrgBjKSxtzqHz43GJjRs4+F+4LSg1SmmM0NrWGgp\nEnlqLK6Nis2CdUATR5CTf6DlfqQkPa/0H1n0PvgqHzQgvrUWh8am+z3a64x5\nGfrVC7M4LtZHq4nsmu6SeC2E8HA7IQydewunCbtB62AvXFKDhvlyM1N3Grtq\nitC7Nnx/B6oLfrV04SCixMDahFVszoOz0mwgRbZOG9CIM9Gl49bqmf7cncm4\n4BM7UGJoohBNZcR3e49RLIEQKqyBklx6IEvw9XSFcIIBAuXahMAazE0vHjiV\nGIlGD05i87IpVq4gEipKcsruYM3MFSftxg+YTnQAjRTYaIVYfX6FUAR47iw8\npEUCtKAcHDt/30q77tBOQoJ2BEJvYXGIU7NOV7CGWNp4uronz0hQLKKDAgVm\nurbT\r\n=9JCb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.3-alpha.20210210.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","express":"^4.16.3","@azure/logger":"^1.0.0","@types/express":"^4.16.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.3-alpha.20210210.1_1613005560170_0.27186898061090914","host":"s3://npm-registry-packages"}},"1.2.4-alpha.20210211.1":{"name":"@azure/identity","version":"1.2.4-alpha.20210211.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4-alpha.20210211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"744f4ad2aed6c8d68830047f02c2a5ffb0b10715","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4-alpha.20210211.1.tgz","fileCount":91,"integrity":"sha512-OgU13e/FvhBltirfP+Wiy63RkgC+zVtnxGCIKfyjnTfCPQmUuk9KYr8s7ZOcr21BbSGapwpx9uS4lteKGDl2Jw==","signatures":[{"sig":"MEUCIQDWu64VxgIl3a6oVYhrOyuuu/F/5mmdY6TR18CvLLz2aAIgEWupaxi4j+E+IBpKtjPPs6+iykphsWEmVOVT8gJnh4U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":665388,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJdSLCRA9TVsSAnZWagAAh0IP/j7Nmmu+AskBYFsAGbaH\n4lmxSWn76FKn/WRaQSc5a2YAsXZgmAyjf/TBPcXw2tkqSOOVK0UfAfDI04fN\nJ+L5R2WnE5bO5DUViNGtylWPVvWmCUZEne3VRlC+hIyX5GNzVhdzTzJ+Jabd\ncVIebfgVCQV6tSJEE6Wcy8/gfb8QeG35Zwcs1Xv9SHldQq0oGICOFdWysE/e\nsM3RwbjW+XspsQWAbPVmIsJ6iI+qMmLMpyK4G7ZkRMUWAWsoUnGW6pOLWsmL\nM3n2AX19kQmD/WS7x1bFRT4nw27usQ+TltI4C8qZ0wsYgEtRo7FkGFJV0ssO\nFXAbk1srv1+VPuD+jAf3wcdz5NbMWISobo/rCJ1lGGa0de6FZKs8kqqGaMmI\nzAhx74Y7VIgmQygsUB4hU90cg347hWAHpPuWm9QsIzz9+HXgV3M6daPBbq0A\nArozS0khQKjrcVNZdd8I15jCdoQCrYj9KHRbDFg1bUcxq2vSRb2EgGoef962\npoNOkB+hP7e0bdBMDRq/rDo84KwYpPGlNn6o52+iK2qNaBYe7VtJNF0fTeEG\nwlOIBM3c95njG1NZFxanlGsEN8AUTVbHaTtqmwAwPC/800NB1CZIHpGLWriF\nlMn4A1wfSKmw+7e2pLWPSyksuYT9vb8EjQH8Tclf2YZLUSdYFP1Sz7i1Ux2+\nfo+f\r\n=PNxk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4-alpha.20210211.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","express":"^4.16.3","@azure/logger":"^1.0.0","@types/express":"^4.16.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4-alpha.20210211.1_1613091979206_0.7032380358929662","host":"s3://npm-registry-packages"}},"1.2.4-alpha.20210212.1":{"name":"@azure/identity","version":"1.2.4-alpha.20210212.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4-alpha.20210212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"afce3d0a04fc1a0801fe6717d0cb94ec580a5e5c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4-alpha.20210212.1.tgz","fileCount":97,"integrity":"sha512-vRcK4IYOhYY4TwsR5gp/DeSsIJjblLLcpRJU3HFbaqgMhsFXYzF4GqINnz+Z1TWjuCqQf/VFrH5KJrATJZ2R5A==","signatures":[{"sig":"MEYCIQDYDWcRHNQqg2Up4fWswq9juSGNuo7mtASgcRm3WWzNrQIhAN+UYPmkXtowjrdlAiHhNs1bq9o56XK63SUDQsOFnZAz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":713894,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJyO1CRA9TVsSAnZWagAAKeIP+wT3KK7nO/3lbOilHTkH\nd3B/eOOH1qahxB0C4rI7CamXO2Dli3xgrlCGZS92xy/XRpkWmamJ4OYsyYyh\nlFVdHm9ejE4Antn7DLCFJMIMucl/xJix/VAGPfY+f21ZvppG7Ow4+bHbIw9s\nY0OYTrXDqQFZghwXdP/gWcjlVCOGRl/NXMRB0QfoGH/LxLit3Tx5DB6b2wtT\newSIAGuqEya31Z7t+Yi+j8Hd106YTQZ0VlQsnGSFZmbsoctYw9e1UYVFaawz\nNWc1ZH3Iew+GcxSvgGaVLemCkOLxAKg5/YxgDKIvMibh7Kan8RCeCbfcX4Qg\nXei6eGj/EttQLN4Wl6ptOqydP24TVzCZbsFqREnSQazdg8K8rIFnF5UTm3kn\nyCF+Y8xFuC9p7JCGQ5IIDOJZnWHlvD0VG1og53GehJegGpA1Ot7XADpyASTq\nK2Zt/lD5Kl2BkNbHkJ/uaacsxZHy/LONseh0g7wmdHS26bQqZYxJCVFk0Cbm\nRxyZQHffdpTMiufW+kgUnPxPn/PU2WB+Q4o59aF/18EqRkbT8LqvkEUp83PM\nUln/UkUZtxatpO6V/0tTvXcdBXeJ7Yem5BxWaUIUkBU9zDo7fePZAmD/gHvT\nUTn9p74eUHfzA92jkBK5Mz8LcfsvzUMPGNV2qSUyEpsiYfUag1Gcz2DbJefy\n2HDp\r\n=JuUN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4-alpha.20210212.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","express":"^4.16.3","@azure/logger":"^1.0.0","@types/express":"^4.16.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4-alpha.20210212.1_1613177780415_0.8289210626842556","host":"s3://npm-registry-packages"}},"1.2.4-beta.1":{"name":"@azure/identity","version":"1.2.4-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e111759b7ae40068f0312f7fb1862da7a687aaf5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4-beta.1.tgz","fileCount":97,"integrity":"sha512-/tiB5rd+G4Rky8cYF0zajMb7Bi74w6/iVEM8puetDouWg1NOfScjAO3wk+SLMvaWLGoVId9DTeltZNJ7IbqCkw==","signatures":[{"sig":"MEQCIFb0nkzSHtq/n5aXCTSlMcUunrUAvGd5opgQnIMP9mKyAiAcM/3Pg8D79ibm0vGaovr3fHjh6ikNYAp5/WPMb7gE1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":713898,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJzCQCRA9TVsSAnZWagAAYk4QAIIeK8xbQk1Rz0ri5+5O\nM9n4j42ZZTs60SU0VoycO2qOLAT3g3nIxl8H5bZQS0P2jBbBw+eLL6bSfyAm\nXYl2C0g8Gv4M2AB5S88bCqOG0MpRHVQtqPK8GVNnGHXYWrgKmHQn9O+oYYfl\nVq7t/fNRJQYlaNAkVWndgoWOOPqM4eiIWLeEGwmgC/HN0tMmG0m/LsTgA60r\nqsaAMQuTWGpsj/UtuXpdjwbyXwkAIcsBDbFwTmWzainw6rwiZQUJw1HBZPJG\nIABRkZAZKUNt9CI3EDHkTPa/IzoGUXvbPE8FkwW4JJARc8o4WOsvCE9dToCE\nsREqjblvwfO9U3dlmcR8PhVsbmCpVPEz+TAdmvRztt97sq3K90Y2JXPi3Rpf\nse/Z2sZZZyXa+2gh49LotOxzFxuJvhF8IefypTj5KfLSfA0syOPJ3wt44Xu5\nsCylbQKtLWR6SwLqHQtESOKxRpTedNuW6ZpGS6uhAnpzz2KblL6fIszvJb9W\nDiNmaLoflSv+W8FU3L9hqcpR0MSnZXVDeOJGUhv32N7Npv1IlCMtgadEWnJl\nSTjyTFOj9iZ6tOsdnumWjOPvE+IwZKXSBTdqbxzcgN7OC/OdpoJkxfqXXKI7\nJLa1iTeLphIxSDTi5h//FUnc4thFNA5gLrEgKVnR0AfQ3twTyzDh6uJyyNmR\n+bfF\r\n=KPpL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4-beta.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","express":"^4.16.3","@azure/logger":"^1.0.0","@types/express":"^4.16.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4-beta.1_1613181070429_0.5211559771046121","host":"s3://npm-registry-packages"}},"1.2.4-alpha.20210215.1":{"name":"@azure/identity","version":"1.2.4-alpha.20210215.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4-alpha.20210215.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3c37b544d279bb3d60d4937d2eec03b8bf78c8ce","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4-alpha.20210215.1.tgz","fileCount":97,"integrity":"sha512-BduT+EE9vRPwhQiEDU0GCLtK5272y1r46c7h4tyrXhWVsG6e+j1LUT1twCourQZ9odWbFh8EnBh+ZUD5+b5C7A==","signatures":[{"sig":"MEUCIEQ6vKqs3EQ2YM7/8BGrTxMbCVZpaWbnCx1AAlcmNxwHAiEAk1VFUnsGRQZIROeMdp6MCl7qXc7njAHapWWuIieNWqA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":713948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKxhqCRA9TVsSAnZWagAALoQP/0pXNoganLC6kT5lj/0p\nybkDhzujp/PtSdxG2RF8qY8lWKNZxYa4r/Ipa5CpwYjFq3Ap9sx7oLezHEeB\ncqmU6A1BbDay+IVLxF7Pp9GgReBrKDBZb6TjbK5+JXM5TP48MTiJlsD1e2Bn\nhDfO1+nEsAjxfabKZDSMu+k+J+6NTEETNiMbqd7EH5qJ/NOpKWavkhMMmN32\nCzJfsnlkYr8inOoC3Kck+/nhFHkwOL3B7rth51B6dyi1MFiw/wx+XCAf620q\nGGKiSeIsJmUCc2s1Bu52JU6cA5EDM12tWe1nJGw3GvVyKNMjI+PhlYROqr7A\nbplQUVyrffhILLSmPFnm1yFh6/6Vf9pd9iFU8dAkwU5rjVOzkk2C1BDkNLEA\nDFLpYdqo+lWluBPOU2uzbZq0lvl0cX4iKKUs/oAMVvtaltt/XbQUPhwLZUgt\nT0dPyIbM4OramxU6Zw2RfdC9YkpgeFg0tSF2fy0I4rIamCsD5MJASuXVFR70\noQc9WX6vjPs/QPHReYQBMxAOpdnmpbfXR9T+C+dZnit/BIfqagbYVTuV+6D8\n8Ek9lmsOuSbbe9arOOGluk6WvAxzuToT2lJwdf6ZiGHiACc3tf3A4qbWU/J1\nZuiq1pC4FBWSfrJbU7yYzzNcZBJCi6mwiWGo1oR7O+BD2ioZelDMOsHzbPJ0\nF66+\r\n=5H39\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4-alpha.20210215.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","express":"^4.16.3","@azure/logger":"^1.0.0","@types/express":"^4.16.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4-alpha.20210215.1_1613437033922_0.48218572013302374","host":"s3://npm-registry-packages"}},"1.2.4-alpha.20210216.1":{"name":"@azure/identity","version":"1.2.4-alpha.20210216.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4-alpha.20210216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8493d6ddbb1073753724d11303014ca665790055","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4-alpha.20210216.1.tgz","fileCount":97,"integrity":"sha512-YtkCVVCY2fOcgJJBvpmjh6q3j+gFz0OTUtfWeSGXEHx3cXwlhwIuE49SFWj5jJKglBn1sFmO5W1HuG2DqraI5w==","signatures":[{"sig":"MEUCIQDSzOsmYRALhEg3oqDNzo13g6HqrLS2Y3U04zZboc+nQAIgTeJQiWSDAiLtHMNqDLvVS0Cpv2dl/VwpsF/d3Y63+uM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":712568,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLGnmCRA9TVsSAnZWagAA1MwP+weaJCSOD5P7HYnU4Cdx\nBT84vQ4bJXVh3qdrsMzthaCpuh9lI/OD4iK4Hi4q+dqxXk15d58zNUtQfFOX\nwyAr9iRcNSr63exp8m1LzvN0maF/xzMvnqX0cZJcI7/zAbvuOTL9v/x57Whl\n7ZC5JIRaLPCZO8jw3116xwnLr8feO7JqMBYA09DyXDQRKcTVfoF5G7W/4FwQ\n4jlsPOL9d32KTiYNhY+71zaChOE8lpuWnoLO1CaQNu43GSkQPOvI+tnlN8s+\nnGoCDd7ogNKZrIOKSzWrOJSWq8FgyCu30N2Frx1hgWgmkTxxbWXHAZD2wpOU\nApUpe1peWUhFy9yeu9kkkAhVq5aiqv/m6rz5sdTGAT/lkI3RIyHN2Q70CnJk\ndbde5w8NtgC+ZPeU1SP5vC9Lr8Qlb4mXm/IPKRxL1xk+MgEWKQG3lBwL2DrL\n8faV63iLl/Q7KqiwDjlR8vyPFT5lY0L/0kQKttGChDc9Oiub7dCGSZfR+K43\n4g+wRhhg5H1LT4vy3xPB6e50Q/l9GCmp+ZP72cqjCIuUbcWwo88EHbh94Bx5\njCw+qMjlHBykUJ5D/y4JFtYNXSYmpERjc2f956HpnIoHUx26y94YAanFplUE\npbvTC0b9GW6lQN20ftOl7q/fsQVlNblxsBhPaetxIiwBnBM21i8N9B0Ksv1B\nazJF\r\n=Gh+I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4-alpha.20210216.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","express":"^4.16.3","@azure/logger":"^1.0.0","@types/express":"^4.16.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4-alpha.20210216.1_1613523429952_0.8700044424051925","host":"s3://npm-registry-packages"}},"1.2.4-alpha.20210219.1":{"name":"@azure/identity","version":"1.2.4-alpha.20210219.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4-alpha.20210219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7656b1bcf699dd86fc39ec3a67af9c1f007d05a9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4-alpha.20210219.1.tgz","fileCount":97,"integrity":"sha512-+9qdcPtfpfIwd7X+wr1UHAEthN+dNgJsKiysQ0z6Jk6udY6/Haez3pbX6/5+NRGqcnPlXXCU0bXjUW9b+ohDaQ==","signatures":[{"sig":"MEQCIGzczzkROWjccVs/Yx/zTz+KAgEWvt7k+S1qYnk+UcgNAiA78WF0rhfwwpXMMgAv3fANzNlvF/NSAskA4vC0B1p20Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":712556,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMF8HCRA9TVsSAnZWagAAXisP/2g5nSXiHGWBc/PgNNIb\n81GMw++z7bUsoAxx2E3Iw+yW8Cnc7DSikaePQ0prdxf0Gyimx9zteX0gn83v\n6sHuV6tQMkkyY/zc3Z5mGSqG0HJYL7fH1GAqsa19T2r+fa030m2vrRR0TW11\nhss9KL9m3K748olOtfhz9onDigiBgWPtGM35S4p9g8AxVd5Gum00CDL5iN8E\nXywOGILesmaqvERA/LPZD8avJRgJbEe0nsF4KLEMP7Ow2qrfF/LkE+aWEbXL\n9OUOQtnmNHBqlNBvK0dpcgko2DU8OXZi/cpFlc/IFsNsCJusgNi+DLGUZ20E\n3bdfrPON60hWo5JqlBjo5+Sc3WXuPoJnfxxIXiexYg3FLG2UkR3uMNuShImT\ndENbCjbdjagzMPy7RjZug162ssyExI28nWxEgZNPc0veTJIxGNdLwolqt5su\nLDaTe7ug+ZjF7ahhtwSz7dncxC1YkLwRPyV7nRF5R4o6xBGlZWwtOC5035xQ\nMa4YNPEzprxAOOOFGpJB8SHkwwk6FcxlaF/DbbdW2WK+A2/+qBWXbwm8GP/J\nKNFIwsX28wgjN0xH9SyqdmWWQ9iG7V+O+OJ9BLsYCuDoz5A9/kpfCdoZxG30\nedYtH3th/t93Y6KaGCFkCcL2v8pnkVeRbUjSUcteYPoEs109gt3341L25Hf5\nUkn5\r\n=9Rr+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4-alpha.20210219.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.5","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","express":"^4.16.3","@azure/logger":"^1.0.0","@types/express":"^4.16.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4-alpha.20210219.1_1613782790611_0.7410045361454936","host":"s3://npm-registry-packages"}},"1.2.4-alpha.20210222.1":{"name":"@azure/identity","version":"1.2.4-alpha.20210222.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4-alpha.20210222.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"56c632e8598bcc509bac59bcc45751e258beab3e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4-alpha.20210222.1.tgz","fileCount":97,"integrity":"sha512-UyZAIm60QZXWFgN66zWntAKVm9UuOtAu7/vzZkdIy7vOPa9w1chls7xhjOZp4u88wJ+iH3c9yBXwypz83e8cSQ==","signatures":[{"sig":"MEUCIQDs3JNOrW7rcB/DflIx8kYU8JJ7Ht2evpOmBZ1vF8SE3gIgK6toqT5LmbVl7xGVfEewfS2py7T5mvCMhPcd4h3KvCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":714901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNFNXCRA9TVsSAnZWagAAMLIQAJZ7YAELaX8dmW8Gzt7q\nrFuht0JiO0oH7e0wD4UlUOvlXk5jTncS5SSacjYh5B8/G9+KOEoRYaPxcSKH\niwcE+cpsAojFZHeJN5opJOM3JfrYhA5WngbFJuAwWtue4LaUo7hYGTVtrYBg\nno80IXL0efbfw4yVzP7fjCq/zvF61Hpvf7VTpitjlKO1InmzCFPZrORgXKYq\nNLLR8lGDdntyMY7YVsj5W2pNRNa8zFo6ycfhs2ezvPeepwjyoTuqdeY0jHe1\ngtKCc18Irn6q5VXs3/4VzbwDV8rntsVC8Srw3vRnXytCnFCtn7JVgkADWPpZ\nglMQlEP+DC3fOxzV5cTqONDYhDUkeyaBBO8ECXOy7O+fc5nyQid5oCPKxdgK\net3qdi/iNBbaJdCdQuTCJc6uGq2fhi9kdHSeD1whmdD3uNSiMnSTkvRF0nHa\nEsSVpk5+0gbD2Yfa0CihvMvgXmjmvSLeIzi82tN/7dowuQGuoyn/JXmGr4GC\nf83deGjPwVfJkJK2eQSs0c5ppSx4Aq3+Sf2hffhubP3q9eAIl/NfB6ckO9N7\n1jZp6a/Jt/D7gV0GU/WvYAmeAK+c8WXQB10mhfinPIiE7MGIYqbhIZ/qTCkr\nviUoeaPOIq6KroBSod542W2sTeQXnS//qLqOutsKi7SvyFhAWM06FpEXXmoR\nyt6k\r\n=etJe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4-alpha.20210222.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.5","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","express":"^4.16.3","@azure/logger":"^1.0.0","@types/express":"^4.16.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4-alpha.20210222.1_1614041942117_0.5027256820964083","host":"s3://npm-registry-packages"}},"1.2.4-alpha.20210223.1":{"name":"@azure/identity","version":"1.2.4-alpha.20210223.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4-alpha.20210223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"59649057d4c1118d80d7c8f9eed472dea48b538f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4-alpha.20210223.1.tgz","fileCount":97,"integrity":"sha512-xuO01v0Ogkm0NrUWUJ7mLnhjpxhEptGrmMwa2mFt/WJ39Jr53Shme17uvPgRMXkimFnfYjBYbYpt6+NKiAaKBA==","signatures":[{"sig":"MEUCIBcnp4vNrNdUtAVRqeWUOQlf4Bai03M8WU3Fg+ZSDlTiAiEA+okuuWZHP29+Qd63pLeA3XSvFf1AesGby2Q/RmQFyT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":725658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNaTmCRA9TVsSAnZWagAA4aIP/i1gEcZHU/T7jxzzvZYc\nSPaq3mVwuM+s1b2a8399X3btUnJq0aRmmBFvUn65wbTDIpdJ1/kKgA3EWG83\npKI+/x1VFIIQtsQN5JVEzYF9wI1g4zbehomFTI3cEZi8AfY3Tzm9ROPBimfL\nzdasAwLPR+2b85rghP4+Ejcay9suUF/LOgNn+Mh/vNwSb2RaTmpFnPNBOeV5\nCkviifkpbVrsn9ME5J9V9nOfSqdVg3NiTaBe5MleztoZyIP7v1z2UZ3J7v+B\nTWL4G1+YOvKNv9mScXLe6UFKCzJPcxPLZhzoThB623UhoLeOGBw3zSk/g6TS\nQzbnSchgQECBjkkfXB8SnYi158X+Ucc4Vjspik07CDi+t51ftd5HD7p/NMoR\nsVi/4tfLKHHTNYkow/BzvfYIrkPzQU9mg2WqoXTpIYr0JHY5CCb6rMphaq0M\nZ+SxLzrW+SvnxaadA8Bp4qvtnjLzyRrEUW2Wch0gqGIK4YLDnxOKzMbd3WZd\noSSsNimH6dVRHMVQ6IK+e5Kgiar8mVuJctEcGQ0EyrNXXUcgTJdM2+Lk0tCV\nU+xPzVqy/GQr1+CkIsGf3wV2enW8Tb9XPBWrHGB6f8DFEziJVrhsoO1aUrpD\nBpHn2rZtnyBx41OxCIXStgtP/M0ZJyhUip3TShO+WgLDtBhkUQfVJhuW8/ys\n3gbW\r\n=8lfa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4-alpha.20210223.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.5","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4-alpha.20210223.1_1614128357828_0.6696264067659938","host":"s3://npm-registry-packages"}},"1.2.4-alpha.20210226.1":{"name":"@azure/identity","version":"1.2.4-alpha.20210226.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4-alpha.20210226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"487eacae961bebd97b98d54a5a7f9072e4ace462","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4-alpha.20210226.1.tgz","fileCount":97,"integrity":"sha512-W2d/N4FZuvzUbjdEwx9uDgONVkdoIxNsGujIRP5jvG+cdu/YbpJDMX0TCQuOqAiGWP/Ewp9r1T/2ZXGN26CZQw==","signatures":[{"sig":"MEQCIHLt4YLHW6YkaPH6zGRQJlb7nxlKPS0tHF+2OgxhApK8AiBa8bCSXGCDZT3OAI6j54o9qXdAZBA96aGzvFwf1xUC2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":722330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOZlnCRA9TVsSAnZWagAAeH4QAJNIUPoFNbgtqD+I0aiU\n2CIbqgXyQmlXTI2Zr64Ed455FVOoFEDeasXIVDDn7AtpUgvAFxlsw2Nc6ydz\nQzEHo/P61KFZqC96u3qk5oIFPBlxqL6xzCh1YMFAkci5xC/0jR5BINopXZjz\nBv5VTb9/fsvUJ3KOoOl1UVwF4HAAI/w+ckXnUKQV22x67txkg6ag8C/fjSww\ndpwjbs655k2/MjCvGj/CxjqYuBgT5s+LIVlhc4DtMDuBnWnI1CNl7VerGDDQ\nby1Ji8Mc8C8pKnTmSg9GzAtn2Cn3CYursaCMGMxRDLqezEvWdcYBSacgchnJ\nLOnxaNfmRPLIvi7v4QFTsEcDxw91Ibyk6VGwhRqWI8gI/5pclncXY4yBkeKN\n8FnvuLcAW2pciDlk9GC5nPicR1HiSiegBgsdu1lx88q0KmepyW7mi+BSvAky\nOKULpJhDIg9cH5Bul6NbnF4kipuVOCSDibI3U162Ux2BCFJDbfQCjOYYuFTK\nnsGqBT/+slho9QCAvzxfXXQwyqXLkv6+iIPocA73NeCTt1xK/T1LJekUtDal\nInl5WY/MSOxNlIp+878H/SW8GLVhQXTqsJbu4NoS6HKE/oE/AO36TKUrMGoC\nZkvCKG8vT98O0BK81+nuy6iNjVW1tjoQzAxOpNHH3A+Sz+3wR+YhsAKXoHvc\nk1j/\r\n=tZ6r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4-alpha.20210226.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.15.5","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4-alpha.20210226.1_1614387557793_0.11842315001423986","host":"s3://npm-registry-packages"}},"1.2.4-alpha.20210304.1":{"name":"@azure/identity","version":"1.2.4-alpha.20210304.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4-alpha.20210304.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"81089c80aff824907db7f8f45016f55d113f2131","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4-alpha.20210304.1.tgz","fileCount":97,"integrity":"sha512-cUlkQbmls+jsN8KBbYjBVlxB83526zzJgra5emnogKcijLylgZml46yLtVBWx7ZlH4gfTwCEUWcvKo408+aexw==","signatures":[{"sig":"MEQCICiyTAMkN9xDZ5+P0V9cMCtSCRh0M6NvITKITsfnD2tdAiBjVWrhQVcewgW6HUY8x+wW+Dc1hUxh4giu1R5z+onteA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":722309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQYKUCRA9TVsSAnZWagAAx70QAJqVGYZ3bdrtu7OuOh43\n9Ej4HQpzuw3NtVXSJqBwWmYZkJG8bhN5bEyAgNrtAe69k/dhl8252w3ZXVuD\n/5qrkZZwlTsCT0SDTeJ1KnJ7yxHfXSXxqEqVHf/Nhf0lN3H1ZPHW2juQz/2y\nNjlBZnrzHenO043dVXw/wnJn3AKnTovDep7CCu/2lCCi7zPz+Y7htwVsw43u\ntCHZeVwGJiSMUJsDvZ2DFDmaiw3Ga3RnjykZMq6xdZATTac0BywdyopcS8cY\nPugfRMX4k5U/h7JT1hlGl/YTPWJcOKdH4FjPhhXmRvYh2t+zmI+zR1z3cEaP\nhv0+N0TFDKW5kEnmzIZ4/EimnZcH7AQRn8bY8Uy5HEYyyflhYdMh4Y9QR9xr\niUiWGH60WHwG4PyZRchOew2EG03TaXlcNptFIQk+Pa0ITHNZjA2mwP+btC0n\ncv9ixJaS/gUt1ut11FxLd6JFQLF9PT1MDdZ9pQJn3o57Jf8p3lJS4mWSCEOE\nh9PBf2GpBS3OnrcN04bLsdjOPOIu9EgROuSfRLyixKSDV2JFqXJRTu3Vyec5\nTUHr5XYUkniNC8n9oCwoUy/pK0j9BgwoTFOxIXMvnDdUd8JGyz9UIXDenv7J\nq14KxfinWTiNglnKZ7Z3isbGj9woOxPurpE5SlyqXGb+xEwWyHuij64Tq0th\nJXnl\r\n=50f8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4-alpha.20210304.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"dev","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4-alpha.20210304.1_1614906003062_0.00010672575043768617","host":"s3://npm-registry-packages"}},"1.2.4":{"name":"@azure/identity","version":"1.2.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fd5ca71370a09e3da537683e82115d031fc27793","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.4.tgz","fileCount":91,"integrity":"sha512-C9mZL700fMvw9xxCGT5V0QHI8KsykZjSjhiFO9ySIiaMYvRCqKyWAXUvxI2ON9FL/n7v0x677n8UhmgrB9BYTA==","signatures":[{"sig":"MEUCICtQMwbFcXzrq0xh7JUaep5OcuubKVFYvIGkwVAVcjqgAiEAiKscglydIi/zNK28apfOeQdh1BIjr4i3ukxQTQtIImk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRpVvCRA9TVsSAnZWagAAinAP/0hqL2GVHpcPbZkJFOTM\nigooklG/AalZIvy0ymd/KFW5hyjKr+WzfzaIyeO7jSiGlApWSpNTKyZCPJ7M\nIlqAL0UNQDTjY7w8GVuU9gixs/Tqvq6EWWuWXQ2fYMyEc5BnmY3F/0R9t+Vk\nJgToZn4TXPDKqYD/TE2BbkoqYVZtk0GBmIU04LqfQdjiOgVv7iFILwjTL/7J\nwwVERNJy/psdQgcq2H/P7J8wN9oxCzRSUIezxSaUJfqVSEqE7ukHGSpFNkJD\nOtqHpQDNioqW2WSn68nmhcu6lq6+JFALEkZe0jLd8fMbKlE+STO7GwVAY5Z/\n1WlAPvN21YmMe8JnU+cjctVlbsNqqe4adsL8SBatBJWXbJdgVn1HP6Qfv387\nUYMOv2cReGFwnfaFQlFf7qgV63HFcxZLWVUeV1THzMbWtvPPCDTg6uOi6dwB\nK0BMP2EgYY94ZLDXBmPIwUhlc5bv+C/qy9oEqYV282twkTtvXm1rUcklsYcw\nvr5mwxsRqBRXUI9epW+5Qjl0JNjvD5WR4tBNumGPfWvBxLzX+O4LgxI68gdD\nwWUX2sry0DAWamVeIPqrywYwamPSN511BMn/G1Fb4g4gAxYrYLw5yleb7Lxh\npL0Zdv+0Zms0IRt2s/UuGFmogTu7nmCCp5S6SAdx1h/aE9Gg8nhi8GLp6v8d\nF/YE\r\n=DSt7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.4.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","express":"^4.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.4_1615238511319_0.4290643976851012","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210310.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210310.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7e5265003b87d14ef14f4424ec95f930114fd5d5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210310.1.tgz","fileCount":97,"integrity":"sha512-NgwVAYkY3YWi3bsVwuDKndZrf4KDgbEYnaqUg+M+LtwRGemAXZ/Z7HRLobhZBNFBZrQDRXWLZYpPwrsQj4mEMw==","signatures":[{"sig":"MEQCIHmm0zqUiMj5DMjVZYc3+Je/9N3KgQ716YpvqNddLf1rAiAHZa+hZGAdSZ+a+i2KDJoFBlJuDNc0XWfAMojiNiYgpQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":722446,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSWs1CRA9TVsSAnZWagAAPS0P/RhJP2zNfAqdx8BIzZv9\nCz/oLg93/6fDL02IOzWR38cIHii4ae9Oqx6fl/XWCfm4s2lpjiS+pNTlSeMh\nxf0baXg6ptVNGJU9qQofHpG6NPibw1x8qCfArgNDLGDH+Zv8tpT6cbP/c2xR\n3Ud3CNaRgmVK8P5gZ3HYT5QwQi8CHKPqQQeCmG1H5WQTaxqtiHpajqR/uYHX\n1IuvbkQhCZeKsYjTEvvYKK2CxPRcaQFzqd2IZg73023pJBu41Ps6BVSrJ7zb\ningKFGqR7b4B+ToFjBFuOd+ElxVFXvxlh4b0JFl2x0EnolojjVHohPyozcpz\nDF991d8ThLJrrpt1gA/qF6FAmfYTLR/CqwBmwkozQGBynP9Nv4mi3gg6jxio\nCLiPHY0tJxhJs63TINo4vbmtjTCEsw7uNUUVanDj+U1zQVVFj6YvKuGDWTDJ\nnQ8RCuIkVDAQoxYZ57IXb9uGdUt++Z/lqXukyIszroZv61pM6P0pUFs70AFs\nKpmrCGwp5qFO/f2B8gBSMjGeuR+Xz+5u520dE6hz4KdvPtk1kGHvOdLljRwO\n1YrWnQ4ixVP+zUlYc+1uMxuT95UpmIsZ7tepDTMxIf5alEfFYa84YEggecVW\no4IjPnjKKhCCKQJHCO+bc6h0KPnSSd5PVZfd2EuTaM5OEIfYsU3WnDI5pbJU\nJC8n\r\n=dHHB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210310.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"dev","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210310.1_1615424309262_0.2477559350200904","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210311.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210311.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210311.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f5376a50b44e7b1d065a90dde6eda999426ff54f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210311.1.tgz","fileCount":97,"integrity":"sha512-/dqL6RIKNc73q3ivsph/24jyY9Q+eid0ca66x7cv3gf35OjfWD+hFqsSzm85SpnggiATQ7oIYesh0w5AFQT9ZA==","signatures":[{"sig":"MEUCIHDY+hlEJ/X/Ia1SUc+QsrxMwa1gx204BPjpnYS6TLIzAiEAwm9B7p1PZBVQIy/RFtEXCMKcBNQSd7fms2CRY+caDK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":722446,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSryxCRA9TVsSAnZWagAA0tMP/1Dntykj+0pZ+nrpJfQA\nTr7qtSWVoLgPgPhK8Sglu/+j7pcnzdrC7Fgkr+YjWOkMlYt8c2QYmNwOV765\nVphoHKQa2g8Cu27LlytIz19tPnwn3fzg7vwGNsr0EPqZrXQAMXhfxUzVKIK1\nklduKqRSDCWdga00WUZGst5v9W4CXzwoJU8OS/pQu7ADN7KbsCgtQUg5jvSX\nFw4cqjWHkD/0r3mQECLSxJohYt2tSDM2Pq+PUadEKadgULWQFy2A2C8FVkAo\nc8en+7Sqbg9emOh+2xrKUl+XK8orDqHAq704dphqvbLddvmrnyhObyleXqVb\nww3dfV4VnuxqQjvdKEvH4Jcv9CqW3K4WrNuVSgEq+45QZ37eOB27FVTbD6x6\ndjKzM/FzA6sySq5kJD2tFeeOPoiM41C42csgStKWf660lylU4pTy1aOKA0Hk\nn2xmf5G86XVqI+0WRVqXQ9zJvy5FgqJ9Vo8XLO3qCLT01AVEvH8RsxthjR+p\nF5kxmD5fMahP/C9Q/J2RQaTtZM4MYn8ZDwa8JYXpkX4kZpoTeqC7W8QNuXyB\nl91dYCr0naQ8zvQ/DR8hcRKq1NqI7qmAcynN/FP+1ThxbOpc2glKzNjmkPdL\nNrWq8WGcUkne9gO7U2udckV8ZQVhtEOtpYFMUOStsxDfOXUbzNbrcAKoOjXf\nnQhe\r\n=vLQb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210311.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"dev","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210311.1_1615510705003_0.6758929796417057","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210316.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210316.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210316.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7cc45467fe51e8bc333e7a9569a2e7e7db669a04","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210316.1.tgz","fileCount":97,"integrity":"sha512-YJTM0FZr0CUt0kx9HYJyhZDrO6O1MPDNZpXnSorbgFJsu55c+ZjBYcVuZ2C2wQLN5ewhknTtC4z80nxj0ooXqA==","signatures":[{"sig":"MEQCICNSF1NEol5Su/8oA+wwqXmX+6VBm092xOviqGNYIZXPAiAU5nkqucXryFN7awgIMyUvIaKUCcgnEjhCS+tmslkuDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":722467,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUUYDCRA9TVsSAnZWagAAQqEP+wToKFKPGbGyb4SQu85P\n1J8mtkQuV8O4jAyhvwDGhsdpmzJeRjRP+bSVLF3cSm42nKJaU53uOZ2S7mlu\nd+jxlnNCptOE17MQRM+gyI6jgiGPriI0YVPeg8ORTdSdFQ6Smk8+f1E1byIZ\nV+FefWN7e0ODS6x8fu+mFlrYIZdlPUKE/CzXkdZiad4k9i+VAe0SXB3FMAyw\n15LTutlPL8XVEWDplaaVgl1eFfkhSsav4c1TdD2XTtarKrfSgdvwPnFNy7Hy\niKeTsmqSU4enGL+SJgxjlSS157XDN55INV9gqcwh6Z1OaqNTBYpReHJWB5bo\nDy3LExh2vCOXaWYZ53p/YzWVzpq27Tyje5h977FnYq9YT0MIIi5WhOM6V5iC\ngaOrWijrxoedGyAYGqXxy6AjhrGU2tzoogMW5Ipw24W/4Ar4Y7ou9TmAMkvw\nLEcCL7VwfSQ7yENl6aX2EE33q83/jP66zFf+tMTYbxhssma2/Dc/4YTwePGL\nPXexO4OsiMWbWL6f8JFN0jcQKMxJAxMndj0GeUE8oDMy1l9DhbiNUqrrYJb1\nshl4Bq6eZwDggjPtvKfxA+z/UMZyxo/PYMcTuN4MdOf6IR0/QODD+gs2r7Wb\nxozjjJtjg5iBNU5THz5cSv1yqHZm12hh7S4/ilMIPlk1w4iJJ7K2dDYeA63k\nNw1Z\r\n=aiXM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210316.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210316.1_1615939074468_0.5740815855719594","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210322.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210322.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210322.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e9356b1a4756723cd57ed3f8d7ea21e02cc5dfee","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210322.1.tgz","fileCount":143,"integrity":"sha512-9QgttKLJfc/A6lCTBIf3UqlCJhcYUf2x9vfspU3umUWD+2sr3grj86FP8xF7Qaew6PB9nHbAYbnFuq1DLkh1cQ==","signatures":[{"sig":"MEYCIQC5ROybQYMUnZlMFiz9CuQqLJUefkQwop2jy2sqwj0JoAIhALhN2RB1wObLUOBkg9/G3Zsa2Wkn8xz1cjZv0JPjsNLa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":890069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWTCOCRA9TVsSAnZWagAAR/cP/3tYnWqLxQnLJn1fEHlT\nb8fIcwI6VVQGxF+Sa51CMZY2hYCErrz4RBPWLJuV5Av7jgw/n7KdVdmSQCH4\n69jjxvkfu7PQfIDfgA9Q6gxvhuNuGHE6Wi1CSo/m61iHIGSMiHf7WzxxTdMx\naKQ1ux3/NEteLSb2pLV2y09JiOnNz6ZKF3vFeUJOh04xpoKmX3uajCjKA765\nm3GKIAuPUBosNYvoMy4deHd7aiVVgmLKzAyIBkuDk+woKLjwzeQnoSwI9UMQ\nCMNwGLd8OXn6n7ML7zHXMlgc3j3j4oNndE3KVBf/GiTL+t4XWNU2sysTa9Cz\nsF39bpPE2WTWB0u2UJ4wrsjV+MBGKJuLIQfvjwZT653yS72ByUD1PRYRa52T\nS+pjYwKvg8PgzwgqN4ONJKhIcop352khkEYgsMFA78Z2skFE/kaYfOt+MsY+\nZX9D0+ja4Y8Gemme6l/2miPt+vq/5O8pn/3A+t5j2pE1ibV2fnsbgUDtOuxK\nEmR3HjVd8mduZdaCn99/BuhyBTE5Vsp9ZnFkqhzi2jKupbehTY3W51vLtSnm\noEm0yDhHF6ZiCPXdt/Mc4QGsbrJZ0WluhEzsW8MsOuiZnWGEnmOTcyc+jsaR\nkwK0y4+Z6yv2Sa3nUSCBn171nN35CGkeae3DBj7nKOUCssRI+IMUIyi5JGJ2\neoma\r\n=FdQ2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210322.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace test-dist/**/*.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0","@azure/msal-node-extensions":"~1.0.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210322.1_1616457869664_0.9396131654684232","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210323.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210323.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210323.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7469defc20974d7b43cc2830817542e54f1afa0c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210323.1.tgz","fileCount":143,"integrity":"sha512-UqIxM4x4oUmcT5LmkN8ws5LapGzOYB+WkZF7BysXgKjQRkjv9tj3HSVs+9mgPS2uoBcizEfuG02EuFEoifXooQ==","signatures":[{"sig":"MEQCIGOJnENC1MBBABmFFeIRCeEgQFFxUu+eIsL4TuTpklAQAiABEe3Rr+EK7lKLvjcnLLqED9HYQf/kUh973Nv/aQeVXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWoFwCRA9TVsSAnZWagAAzpQQAI42Z9AZ0Lsq8iD6hL1x\nTsUX7iYCCv5kJVg0TBQeS1I9gcA6uAOTqjr5zJAXz7VydrFGKBVfPUCDdVKh\n1zdq5/pvcCrMff6t3Z15zSn/YHtHGA8/BxB3iBAb+cq214TW4BL5eXgzpynZ\nKq7JDB4tUh2Vze1F7HdXHKf50eUHQK8/XvI8pjYeEormFZxUJ83osYg7TeQx\n13x/SdCzuqtt5mQl/XM8/S0MUuo01+8q07N3dEDelwPjRLSNUOeSMBr4eLSc\nLG+EucnJ1kRA7wQ864rUdnWg4UhsWts1Z/WAiNnxBHODCovYznD/YJSXfCya\nd2U6bZNiDRWQ3u4/FSVHRxwZV+NeZuzTHxsXaDBbFwwOb71SN1ywL0a2/oGs\nLk7VX/L4qo52nm+dB5mA3Cb6kydY2JVCpw3p6nCQw6YmS95sUy/0Tn3lxYuj\nIA99DuAjJdbcWr+gfpfk3QCqMc8QzyUCcs2I9M4uAsQqjMd7Qagyai1CJFo0\nnOqCdvzHyr7gKsUfA+A9vVAaC99+VIbEtdpFijs0NuDXF2/Y+uC95tof+0H3\n61bga8BCX6eenGna9JVIZ6OiE0VvmixtqQuymHfH7C2vL/k4lRd19+YJj38S\nMEZq1JaMMTdbPgxw/f38K3dsrIOpCbKVRU3wLYIxROwp6OLwU5MKN6qXiPl+\n8CUb\r\n=naVX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210323.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0","@azure/msal-node-extensions":"~1.0.0-alpha.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210323.1_1616544111272_0.13744849850076002","host":"s3://npm-registry-packages"}},"2.0.0-beta.1":{"name":"@azure/identity","version":"2.0.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"92b85dd8c69233aa87f023d19eef4e8272328384","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-beta.1.tgz","fileCount":143,"integrity":"sha512-zFckFN6hZduONfL006uY9EWZsggIOfDt8jko0ffLyrtm7Td5ENdaO6FD+JK2M6gbOaXJFD8i8qvaJ6xrDBXtMg==","signatures":[{"sig":"MEYCIQDSWq0Bp4XE37QKBY7U4CYmgUytKuQZbBYHuT6fqVojCgIhAK1rBmFoIHrDPcbt5ckLE4WzJMDeRCex2OyuRbbnCTuK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":892764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgW9zrCRA9TVsSAnZWagAAwTYP/iirqqv66taWwcIlXNVt\nOUeruM4coFB4ccCk9rZ38LNzMT809/4OJffnD6L6kFGOGkKAdkJC6joDZGrv\nLlPYUBck9c+uYd3Xz3tc3mCe3OGDQHffDbVy6xEo+6SRjxlInJij7P5+orpx\nTNbh+2yhXHbkU6ZYq8NWEuAb64zpKhdDejRhdI7ebD8s5jxixI5qZ3+vSLBP\ngQWRauGC4u5Qhr4gLeKVpeOENHnMn7hOvw7QqFBWCPPHSz/CZmLMClRhGIvB\nnTXzfUb+xhh6BtFmorIRTBLNr3luYe5lucVeW36uSEoiN+C53bD5xs/4rmKV\nCEuZmdIfIODPF9JI9iCaoytEOaOrjuG9/9tnPAhQBqMss4ZXAdtJM5n7VUj9\n923ed0zzmynKRlehLNPiB3izvkw72GjO0Ps88yqOsGySpZ24CI1LSBCbF7gk\ncNLhn/2pnlEv1SZhNXAq97jLtJVF5lV+sbXO5dgqnI2QnGO+wjiitSTgV6HQ\nyyfDkzbGOXhrvYk4GBSzAEKvoR610HCmgcLUDfzDBoJmqj9FzJ5swJl3Yf04\ny7o2uSA4jclvAfMKkW43mNKRr9RZGPI5/HQxDhXtorxcN1346WlR1eB9leuV\nWWEmJ2tvYLjGE40TY/V22GzCC0pXzJQM9WdLXJ9NWecDoGyXVjnjFQElhC3H\nJUQY\r\n=ODbt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-beta.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.10","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-beta.1_1616633066854_0.8066773866898918","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210325.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210325.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210325.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b56ad1e68503d528fe67e07ae6843266ba7f74a5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210325.1.tgz","fileCount":143,"integrity":"sha512-CyXHKdlaXdE8rqblwRVLnd3lvbIehteoqaLYqmeugyZbtX9XbmHEW9ofNI4pp62nnV4ewRz4rN8Ph0W648atJA==","signatures":[{"sig":"MEYCIQD24PNqayk7AHkL+LCAZik3uMGHPwaoTEfaHuBzZ59cmgIhALGAdzpNEhpgZ9ymHIM/z/41Xou6PeiMKwF+QnbRZGdQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":893153,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXSP6CRA9TVsSAnZWagAAnUEP/2mPUiLi2ztUKJfTNQhT\naoFzq8wbffbkdQ5ElZ0a9FcbZmSG+CuK5+YEx0PDcfGaTYaE3x13/u1OvQN2\nqwmO8uq6Ynxb+zl84xPB2K9d7w/dxC1SsByCu0eqgReYLGV1nLyTRxdqyY8t\nUq1urZGOgryPAy9p3gEwRSbDoo/qBWeEYNCP5skV6YR7mEGajULKO5MsRp0b\nh9t5H799xCbgWtDjysICuu2Gma2U4B2qOJx10YBhYfPCCK1zacmN5JHwOLpX\ndoa1ZY4Hy7XYyjpZNTGYu+Bu5nwETYnJzOTW1w7oPQqcdgvWivgFv3NhrNUN\nCjx9KASBoYBJRFCbIxDpHSjJYsRPTajqEcXzb8awL5hwEYW8pprdprpUSsH+\n2dqv1KUJvixG5wnTFR+jKzpTNgrsPs+rJ0PT0nBm9Ce+Pnw0a+vDWwajsQL0\nNFRAE4EE/vLDb1I3oVvBtm+spI3dC/xYJloY7Z2fARTg9dZ1qQsyh6X8dFwR\nR8SRFSc6TfwTJ1aO98sIdj0y9yZ8+kixO57Px2JhgJlNoq5d8quh/A9vfhWg\nu+OE6LzieZ3LHDASUCWvVS1HZuz8ecpFBJYFwBMqcU8jePoPItEyXWNvw01Z\n4bBjePVNt3jHlcZhP6Wz+iBPGYCkXBbuf45fghpTWv69872aS0Gn1Jj68eU9\nrVyk\r\n=U7p+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210325.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210325.1_1616716793839_0.5876035927659693","host":"s3://npm-registry-packages"}},"1.2.5":{"name":"@azure/identity","version":"1.2.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.2.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4928ed62e4e24d4c0d1b638f3975dc63fad74d31","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.2.5.tgz","fileCount":91,"integrity":"sha512-Q71Buur3RMcg6lCnisLL8Im562DBw+ybzgm+YQj/FbAaI8ZNu/zl/5z1fE4k3Q9LSIzYrz6HLRzlhdSBXpydlQ==","signatures":[{"sig":"MEUCIAuRVGjy+rzqchQqEj3XOigoj/94caO+DPcO48qzgwGsAiEAxqln6EfrIJd+iooAMLqQF+d9+MrgAgGk85E+Pz/ac6Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":677400,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXSaiCRA9TVsSAnZWagAA8pgP/RuictCBTuo9VPUs1Mnt\nGfSS33O9fRxcTrLXuTKffaEW73RnO8WlpeNbUHQz8w6v+vGg1lxKvaH+xDPu\n4ysAUNW6v4MbazrZC7rLy5qD4Z5h3g812Rzx/b2C5reesKlgQyOl4jgMM5Tx\n+Bm8GxvNgO7plFgh1n333/sdEuargjRrue+mSnvyl0DGPwX2WrHcCCH0S+v9\nfC54fUhNyYtzD9N5ob7ktNGmMSbCXR11Edqil6DbAMAzWWSvWdM0IxcVc1oZ\ns57knnddzWjAJSjc5K/uGWV4JvHOf2qGbjdKN6BJDtg+/d1Gz4StswfuUCni\nOLoHvSfZyHZGj56RblPKmJjCgHeLTI6aYRAbu9UioM6OadyHj/TGXvz5MCwR\nWPDxBkYpmW6gIg/PC/fZtofGZomDaegFOC695pjo4z3cYT6Vu7pM5qpnmNUB\nP9+fxq83w5kt5yhLzLbP3ezZKXyS/hZTcISiy9iiy+O83qE50ai+fMVhPs6g\nCR3Rc8Z/yGsJcEbhbEClKLrugvH2XfbmoCSi45MaAqlYTfmAEofRZhwmqfLw\nfJlE7Fs6meTVcwFE0+eJvDBe4iP+nz8vNhyZl1zx7YOcRNyZwE6aeNfopsXK\n6yDMlnzgYa1D2so3xvSJgOOaFVA7ZlfoGnV22SXxbRHpHK9BR3jO+D/t5KxU\n5Qki\r\n=+cp7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.2.5.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.2.5_1616717473850_0.3018152406423431","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210329.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210329.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210329.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bc135439e17a808c07477f0c9f2feaa009f779da","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210329.1.tgz","fileCount":139,"integrity":"sha512-E8WamOqAzrCKq2SAdE45c+woGki7mptoOLU/+smsA4lxfwoqY36pIbtsr0gHMmVhoGSCu5pbBdyi5Eody6AMWw==","signatures":[{"sig":"MEYCIQCeW0GJBoEndBKECDK7oiHl8jKSIEzSu2WXY1b3bCnCOQIhAPwx4ywjv2aXVGfgm9gwcBrK26TZpiGgu6yo7klvvuKs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":882221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYmZoCRA9TVsSAnZWagAAq18P/A/67B7P1lYf9jew+SU3\nMRlyF9WwMtNMNBXv9UfbcQS7fYWZKW63Bw44EIZABl4XYuhyKNjcVO5+s6jZ\nEfV9X41xFeuNkloYf8fzJkG7S6WDO4xaZBf17VLvLqBaA26pMh2MmeFxVNvP\nXW/svVwxpHYYrKBCLCv9DvZU4/M5opwS9dEHu3xVJOaqeBkV7N5ILb0rzDjb\nv7zXfleVCqLymRKSOltCdL+s0T8gK2GMq/qPCI0hhWced9QGWohJvx2IJSOv\nSW5XjcR7SRpDN5Lj7Q6UMLObsLLZF/AKbbYKwS/eEROhuBrmCJq3dYZDyYi+\nFafeUj/494IxprB29kYi2PzIaDoejKkqm+bhd222smur0bwLW8h2j1cv/UuZ\nLw0d7TZq0Xqtd/LGLkCl9uWdGE501mmyIlFZZavVAJL5CaJTTymcfK7RKBFA\n9dFN3FLkPEP/n+/H4/2gtjksGD2hPkXSU1qO72NBUdIryTy8yZHw23WtUVrH\nmZA+0XIDE5c+ZUmHpe3v8skSiZXKW7xMcEbIxvHJRod85SIBk5g9lPli86T7\nEO7eRIeRXpfmVRsWbTK41a14c74vBLEz02Hoh8COdx3xbUcIaGnRH5tarAdQ\n1jvzZiiclKknkeIsJBBrnh2OvTgiBMwPxL4yTUpUNLTcfY9B3ijIThellY7z\nEod5\r\n=JIZa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210329.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210329.1_1617061480168_0.44181980580181146","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210330.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210330.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210330.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f3ccea8f10421a66becd82a7d23e168ba11b19e1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210330.1.tgz","fileCount":137,"integrity":"sha512-bOwATmtdJnDqLtj0wv670sUGLdjy9lsPeTmtItpKmTds1NoSHCLTazcYWaJNhEXbMZdnG+dEWSkniDVp3EDF8w==","signatures":[{"sig":"MEUCIAbrczpHFqdMuR3+V5ndHRfbP1Z/6FUbXEWWfeDZgj9WAiEA1CRzTSwlgEaLHsxq9t7LeF1FyPmlJPvM8RIDU9NQY3M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":866823,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgY7dECRA9TVsSAnZWagAABcEP/i5tonPycazIQl14oYQD\nDFMUDP+jate/hRxTTVEMSnJAr9Nv7sWnvB0UgW5wBIYfJ0Q7NPYFnmNM7+Z8\nnchydHYF1KP3WypmYPavNugV++QGGrTh4N9+oaKr1wFBv9I5swy5ayyxntMw\nN6j+zLqIbBJ6I+VWLTRDQLxEm18tm2ABoxcaQAKodM9LkrRRnQIxqRpoH/H1\nzRospiI+ek6mTKckBL1d5VlhhpfSP8SKU8VK4RaaFSRdUFz4xk+7YMaIT2C1\noyPbvn3rT7oR/ffCLFK7ZYT7p+5ig+nr1ZyZ88prfLFHeIhAXzrQdBF8Bsz3\nMUW0Ft9lEPxTDYsK+KEqW0EA+FZuH6Kf3RkkG5QEcPfBUlk3qadBtmtfQkwm\nc9Bn3kucZb4Ez7XbyFRS4kExYbB/Gaq/Lu5gBc338gK6l76FkrsIYMKdKkhF\ncuHOU13esKhH709rXznamENwHhvrhsitfQmPXa4TMWScjxujtRSRjnpfdsLw\nof5bO38xt4qpuS4KAXVaDXj3RMLiOpxlMUFATZOn04fhjRhCa59zurDsls+f\n4yL3R/HZOgQQH+k1CwscIxgbEFw9eZA46znVVxop38KnKJs0llkQEwzbFprR\n7PYfUYjVfy7An4Jcz4Wqbkkq8hw7i5C7MsEinlu4DOtE0KWI/kaeBeYZ4Yjk\n/KMt\r\n=6ABi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210330.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210330.1_1617147716114_0.9043508326616705","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210401.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210401.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9a53072f5002b1733d4581ea47b3e52582f34ded","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210401.1.tgz","fileCount":137,"integrity":"sha512-T3OHMYj9dF5nUTsc4/KF4F9ivL2Zrq7f9xBxu4pHFpzqTpmlI8oCpSV40q+Q0VcaRmOgNxNsmKKOeD4j7/j/SA==","signatures":[{"sig":"MEYCIQD44GyVicTXaMpcM7T8xIkgOSxT57Bqj2Obg/4LPHCiDAIhAOJUKIEmujn6dAnVbXHEMkRb9rsv88BstWErTAzvcZRG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":868610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZlqSCRA9TVsSAnZWagAAEP0P/jPoqvQF4BbJCeM2A7Qv\nwcWRObh095Mp3FMsIRA+6f8aveJsAFd9xMRAp3frHvAxqkWzgfLtXY4GEXQu\nJFOjbqHfVOZOYK0KALdEUhdTjnAhKP2ndr+WQWbvYwqLG0SBjwSmnzLGQfmw\nZFLXwBDEdHqK8V6NPnHSwWxNFmCehSuZQSPFyeiG1xPfb9S5bLR9fDqBDbSA\nFKiXMhX0L7ZFEPVjuNCcLNsqILYNm1hTWVtzNod/3Ti4HOYH5ZLi5Tnc06Gq\nSbDybWHqJMtLPLaC8ilPuDwFMKb0cFUrleRtzfHbi5b6yt3FqeKr+ZryzJ8o\nlwgG2nkQw+5y79kg6fnFGVGLZamOcvO8PfKURIJpHFRQQEBYexI1fq3Iov8q\nAAS67LbVH4NN0TUnVLU+I6X5kYNR/yg8OT7NtXADzBRvJ8aXqblREU+sMZDA\n3xhula3rQIGxLUMROOFLp86mJgunastwwqeTQfqaU3ThDGErMEsNoJrYkvtL\nau0qm/epwI9ayD+aYXgaQ/vOrIxpfSS5cXd6Q/HXvlZxUPPw+9vucO4sWvbS\nvZlSjaCO4PUHyYAjnL5Be4TbZM1E65ICfZAnL1P443p9+2osdGsEWeZkVNmb\n0fo5gFFn2KTRjzxqAB8/ohg3ThhmIQw+/fDAsFqB3iPCFK8zN2oo42Nq3TH3\nEHHU\r\n=ZU1s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210401.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210401.1_1617320593725_0.1696458337778861","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210402.4":{"name":"@azure/identity","version":"2.0.0-alpha.20210402.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210402.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2f6993e3f83eb16c2c2bfa3c335bd0b000c06b9c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210402.4.tgz","fileCount":137,"integrity":"sha512-PHsXNCUi0rtPMZQ2Si0pUHJrp+crLYcb/czXIdqIV85gH5rkNXH6Mjsr3nUivDB8UlwdF4lWZHZYGAxffW6AdA==","signatures":[{"sig":"MEUCIFHpNq0r8VD7aQi+vJjWrysOSiljnR/eViB/IQlasb6GAiEA+MZvw4aAKhuf9YGi61O8J3QJkv8BdVFwraBuUtw8Crk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":874799,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZ7euCRA9TVsSAnZWagAACPUP/jHWdDm3Kw7Yf2VqHyaF\nKScKQs/rJU5YWc9WpbN0FWrXGmRYeQndrWxTW1CFhpMMOz1COfUlEfGNVq2Y\n+SaFqo4GxzmAuuLnvz0wpVVG9tyTlkjcJOW2tzN/Gklr1ybiiP3PSbSyCKoM\nXbe5z8egNY67XnGjAJEKdWAen7hxfK+E69Kliuxbqm3r4jDbh6XyjbkyW7W2\nuAquOgx51mLlAaq5CLbirzp1ecaqWMzhfVUQ3RWQpgF1AeXgDsgTiE47bFhC\n86/jY+yBsGEpHkTJCYjui683VvZijcU4VulnvzTeWj5B9m/j8IWmGGTMBmgj\n4Ef/uyQ5+nmEwZx1V7xdMifTHHyZSN/dpiUUX/SO4cMvM+llDdI02jcUkn+r\nW6wItEmaDUJ6pGY/uMnxtxRfF4IfH1HkmHfPXw1lyf6k3iH3EU1/Vg2leoSf\nCf8obL5HDVV6CJDlh4K0+xbIAXJiGl6LJJa4+F1/Hm3wNOXyIktXri8N9DCX\n468m6ZwgmuYFD9HFsvZ2NpomS3Fbe6CkJTL3omdTaqnrngQagb4tE4FKQit5\nhP0BuM+y86KkcEldr2ovGBTL2SUmJkOGFTYD0XIz1c8irq0lfTushvWQ2FfD\nezdCRpVQ9QCLNO9Emhts3uSOJFnuve8x7z17b9Algd8xr0pU3vLrMK6aFNuA\nk+Bd\r\n=CKoX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210402.4.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210402.4_1617409965930_0.997144954647365","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210405.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210405.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210405.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f15e349f0b4ca3409dae962c23d49a5048534c5a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210405.1.tgz","fileCount":135,"integrity":"sha512-1v6+rC8Akady5vaXeVDEi/Z1gS2cH9tEpK1d4nvOu8Aj8k8Kr1CuI+X3xUKTBLVQcCIS8M2vmNNIxz9jtbLINA==","signatures":[{"sig":"MEUCIQD5FJivbqk6lwo0XFc8w4p7UBq8KQ1gfd3v11K1IXjCngIgFq1MfM/XS4rXNpVRCgMpzBpny39cGX8/qGc7vHmPh30=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":882262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJga6KvCRA9TVsSAnZWagAADzoP/3ZSxcfeVinQkE6MWkT6\nl3Chi/mg2y0eka/UcF53RzGI5rcCOlwuV2pRT2ID30zjLXqGLmoYFLzi42WS\nXKTGybO9SK7RC/2W+6tV5+vO6ipuPFySRoa9r9BhfczPAebBwOBQrEAk8HVB\n3hXC/t5yN+fauvXTMxKPtQAi4HgJOhYH1LcLElqXuqqDMGcCLw/o92pBqWzO\nha1jTcl2kTLsBbSYr7xUlyM9IVgWBIN0O/Ijf+QIix0ZboOzOaE/0DdIvuBt\nIH/LY5uFxtzRj8ovGd06ry8E+7mX5GDqtFXrkTYAJeommcK1jMt+3gt0XobB\nSDFWd5otci29LFEOM0s0nCEwYfVZ1JJpsxrF9sVwYY+YBM8d5SquOTDIP25K\nCNR/GJhVIm9oyDN8Jsrng9QYE8Aa1YL7/u7bM8oNnKRb5g+a17FFCWLiL9Xi\npxt2YQEZbE8ANcSuaF5vsv3oDLUUIOUh89fMsHrDL3HHgYlqBS7ewhfTkeV0\nb7Q5vnk/jbJ1TcsndAIwtdEDRohLOkQ4mxaOl/io5wTNONqao1OSSiywR431\nsCnj4Hu3Om1EMDzHuIboGAplwV+i2evEfZweMNQ1WUcvzqe8QJkC76JY3M3j\nM9pStmWb7pxV6KbxiE93REDmEPjJVWr1DTezDzfBGG2nAizGO6hrBRrq2yHi\n3ERS\r\n=dQwP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210405.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210405.1_1617666734687_0.5788497064463234","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"@azure/identity","version":"1.3.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.3.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"04e816ac4776c3a7d26357412c2621141fd848c6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.3.0.tgz","fileCount":91,"integrity":"sha512-qYTaWA+5ir4+/iEry7n3l1TyeNhTHP8IRpjsbNv8ur8W/QjqZmCz1H2naebRp5tQmehXfo1pUrp2ew+qGhTh0g==","signatures":[{"sig":"MEYCIQCnXuOnCsArPok0bWt4totjRLVtEVpdDKrmSEyIqiQk0gIhAMmEJ19shiGYhzM9XUY1tFHPxF1jPb1LKExCv1sXCIj3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":676590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJga86fCRA9TVsSAnZWagAAjcQP/jMy3cdfnv5XG19dMbr6\n9jHZbJh4ge4kvqun4ithRN8o3CcpqMTe2ZRlYFguU6VZE5yTD0Gh6eKBg4/G\n4dH/YnGBio0B/7o1A2qxN0TVwigEQog7WGczzGvbSK/LR7kmH4A3GDc9f66y\nCjgWlK5p17Zj+p2ZYaKvu61GpPCtv7jjI77KIXSWWHQFKDHCgMBZylszrFOB\nxPq22y1EyBHFZiZUGwp/btIU8r75PNge6c5MbWqsxbn+iENDBXJxAPeSxlkz\neo7GPG0D4ZeW/2B4KiHAGUuEPWNPZ5WN0jLqd2pTJBws8xikfRaRw1FI9P9K\nClzCebPjjHEl5Xi3XQCEBjJkXooQvE5H/TPfG5RlBTNINFX5ermfiU8wT5pC\n8yFMsa0/i4SqGZqRrBrn+5W4f+BEJEgMovTQFv10dA6yB760XTI3O5ehYYO+\nUSqCNDfsq6Dxi4v/9hy1eSAlGyP9n7Ff9rbTQqSb3Wors8fVqTuThKaOC/1O\nireoNdfkOsPXtjD0JNn5xIlQSR880Av/vCgJmQzfl6+u4bFX/3I5f/XunufB\npm5ZgvZbFlPI72t/R+cXe1BFH42+JAwyF4qy83X6MhppR/WOqfDT5MRWHa2n\nWergoS1CCRhgZhRcVtOy89fdgRsDXfSWVgFRJH/HOHoglOixE1bxGadovZYB\n6Swa\r\n=BeM+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.3.0.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.4","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@azure/core-tracing":"1.0.0-preview.11"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.3.0_1617677982745_0.8195461419406733","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210406.2":{"name":"@azure/identity","version":"2.0.0-alpha.20210406.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210406.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"05d40b5278dd2a4239e6c615b507879e0f10db14","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210406.2.tgz","fileCount":135,"integrity":"sha512-0Rz+WbzXWmY0owGDEt9VqNTpq60RAzDjYhWOFFs4mfd+2M60R9RQKVvvFhuqFxdzEBSfUVPm136VNmjAYVEALw==","signatures":[{"sig":"MEUCIQCPjwqLF9uQmn9W0iQg7hszZg+KPkEt5clKQxwGQ8ZZPwIgGaIvP3T0H+vboTiKbcTAIqJHsLwL9NRZT5Sj0WGUzGs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":884078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbPKWCRA9TVsSAnZWagAAkWEP/RvnnxPogFc5MZZtPDgO\ntakNVSlw2ASVimkGvsSK77LARygMJgqQAE90g3+UyxmczzX5jEWr375+8UYf\nhA2Wwtd85Ug2MOfKhR4ucsnLkmv6qSqf+zWRPUdLo8ckeRNik6atkU7aY/s1\nLXOxmvmcXf2Zlw8+L51MqviWuVJMQRsM3hAr9kSSrAeAUsqnbp31U8nXxDfO\ndkd2LfsG6zc2rlA8p8De3MxIu+hAPLr+o92IvsJP90wRnA9VspJdhtncaYp/\nReqMpFocdbvGwvaQk5CJWFH7T0727q5yA5H6PSzPMPcVIYDW+cMtvYq1mpxx\nos3QmU1kijWWglPYqNsn+vLcZhj2S8qIDgu23o16Jst4FoQVAOxpTXROi9nP\nukPwOn3DJ5oirN7Vf50UKlU/7aaGRImYBCsDnT0KWDMvjWiHFmnaPPoWmOAK\nMGYr1/nbc1SMHQNaTnOmT/INfgAH6MsT2QSEwlAvARjUk+ww6RIK5kVy29qs\nOgkjyz838rpZo30Ezrubgbi+CYbm4FwfcqolNJZ+dBVDJdyiYumI0YZOOr+F\nqnhROlFpd4c8/eWLRX+SU7NVeXQlbOFp7l0FBp2wn3f0XqQ9kgeY7oFWeXh7\nNVqXOwwiEV6me7tjJsW0jVdPoBlwaX+GwMOvjZaWQ8OeCvv1NxIe+2yXzmmH\ngC6O\r\n=HKLY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210406.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210406.2_1617752725513_0.03206047987589833","host":"s3://npm-registry-packages"}},"2.0.0-beta.2":{"name":"@azure/identity","version":"2.0.0-beta.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fff2ee39603645f371c27f70df1c9980762456f5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-beta.2.tgz","fileCount":135,"integrity":"sha512-1cvTD6lVNon/ggeIfOhE0cPtT+VQItLIUF/NE/jWlV7c2crpHpkPVDhttsXKnkEgu3Qnui35PRaqTnaO7i0FOg==","signatures":[{"sig":"MEYCIQDXyHaimQ2/n1j4Faoei77Xk2HR4PSgZZ19vFQlMvSptgIhAMAjMAn+hHkpXOxRPeOM31iovzF6favmdZEQDgZ0I46S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":884054,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbR3iCRA9TVsSAnZWagAAeg4P/0K0t+UW8DQXNuM6iGwh\nCRxfY6B0qpdNYJgYxEt98ovySf799Hw4c/cqZRBSzMWnYG917DkSELx+cEY1\nQvC8TGqcgndy/k1wEjWo7cTKp4wNhgrdyPV5p33qpK11TZO9IwFh/ReJsECv\nUsjuzKiREy62F7Yi9z+UBw0+x27s4zHTP0RjSSQgAHTjRQibf//aI4CE2/jY\napCZyEsSGnYdVTTXOIeYaXgWq98dcPuVQL8XfOtHqf+PAu5Ed+LM9nBG6rDi\nQOlKev4zD0FIFdQhg0cS04+I/ZAmPmQX07CBE5MRx5upZqxQVKKlkzC4qWKg\nCmGHDKwqyL3AOVnkVCNXtCgZcg0blh4rllDnqCBBVJBPNr9+KplTD+m4u5d/\nbJppECc30+sZtj9bnL//ufXZsq38fTEfVEcngvxATN/2YPWTpcyCYCXedNX3\nGuDFIoTQP9c7QCRndce6SGj0GUYiFoPPMvyQNlHnWHL/nzJ5CPthazj58UUC\nuh+SDckYEAzbGQDTEcosO7oa7i/j7SYPO0fs4nEalJ5Fu/ni2XYIPhJniNrL\n9qBuoKx/cU0lZf2OGpa7Fn3cS7cxC43CVw2xKR25sKKk4qDL9mEUp7AjX7Q/\nBfpVI2tk7Swsy2mgXNyPu44sW7cp64W+nNm/PW4w8I5ZETnkIN7Ota3gGM+q\nOA44\r\n=FYeC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-beta.2.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"1.0.0-preview.11","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-beta.2_1617763809482_0.749834965596774","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210407.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210407.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210407.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7150b7dfbce10bd2e6e22cd4d3c5915851a259a6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210407.1.tgz","fileCount":135,"integrity":"sha512-WW94oP07OnvLyXTD3CzUwCg83f4JfaPbGie6dHb9XuP9AdNocHKX5r7YK+aS8ZUliBeTzEIzqKP3/XyQUvQaOA==","signatures":[{"sig":"MEUCIQDlyvv506bEnN05a8DS7eYV3WIvifv72VnXTtauLMO/sgIgG7YVicpRH6wMmk6jSINo3cZGlhhiWbBUubQIbvIjKOs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":885032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbkRqCRA9TVsSAnZWagAARI0P/0T4kflUK+28M3bH1t19\nXYDhHYCQYSfI+zeRaiM/DOO2rWtLBrN5Pzz72gHCYxU9FQHf1CzaEtuxrT6a\nrekpQqDQAw2/PBeEArswSNJeqJd4mitp0sc+qLO+VplvqVqqVuR1NhWt6yJ+\nGfbITXSaNKJE0TMnrEAJI1gAWqkKFvvd5cVub35qZfynEyLie2/grzP6d7MS\nSkUBbnDfYxHfAdr298InK1sdNkM1rZ4AihKkCISy/yiRgOTavivivgaF1X8z\n9AvRxBYf73nkt1ruMcHwYA4yfmr/Pi2JxoVOXY0Ha/E0+NSiINssA8ZUsm1I\nseRMn4GbkRI5tjEZlt5/6p7PgujDXAHRGB8eOqDVMFUvYKWZNIH4nvoiK6VJ\nYX7uESIjLDnwwyM+ZcKo2WSd1CIEL/SAhZ8rRDRrkFtPin33PNCsew3mulr3\nnHtF0RgysfsZdAzcRBqpTcdyiOUiZ2puJuU/Av7Iqq3FXE/YSPHoWIBKkyQH\n8awpBJ7kXdT9vpykUSvjBQouuLI6xdUcWC9L4qwTtqvpe66IG8C6bk/Lj0R0\nDdDTOMcl/eNzv9xesKThvMZk+IHhbpU5+oGTUEFSxeViY+aUZiGRy+NpOCoP\nFgYt8h4wYVkWq6HmgWEiK0qPsL6k5PKgqjR3pWIrXQJPcQDJtrNCxcuBOD8h\nj5Z9\r\n=dD14\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210407.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210407.1_1617839210423_0.052124039345197826","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210409.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210409.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210409.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dd3b5ad22637bdc2ad8528788964c47b41eff9b4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210409.1.tgz","fileCount":135,"integrity":"sha512-tZ7wLTzY26vJmvf8NLBRHylNPsVMQ0IvN8SKqQgTTqFu8Kd88vV+OGTnL9QzAYguKVHVXN39KWlmnNBMCQvbnA==","signatures":[{"sig":"MEUCIH1U3f6kKFNsoirhNnoc7O8x5pSIlCPY2F2VHxGtmFnsAiEA75S/1kGtPNdxIJ8X65xbuv6D19QLKaLJvb1Q12oSvi0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":880992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcOdgCRA9TVsSAnZWagAAh90P/R0vuwUqin/8iAErSKr+\new18fQg0EjKfmt1eWI1Ji6IoC9Gr80Q2gkQ3tQDM4ZCZ/X/YIGMefyPDnHfx\n1o72kE9Bdy6X8BUW4RVtFVmSq4L30SO5BgFucEz3V+kIchuEPg1SWGVbQAm6\nDw1xB6/pyf08dSTcfnXoi3B7pq1j00Tlai4L+9Yd6ojcYFL55wMbTe5wBsp3\nlVpRIpsk/VX7wig/J97yaib6jfaaxj2IUWuxaOVDcQnutgFdU2gUqr5CCukr\nuCGIYuPqpFI3jrp/JTLvi4yNeUxEvr6kPeaG4lJ49MrrFAwo+Tzi/MqUdOXN\nPj9deH2gptlhck/Ovf5/QA3Ks/e67WkMPM9E0ost1RBDrF4b1SMOXdd1tPpi\ngLsSctL6/7hNze2n+Vx7Po+2j6MzVrBKQ2p1I/u7sOqZTal9Je/Q4zyOvBJa\ns/rk6qakxzMYCNyfVvrEPU69LQKhqFO+htu5SLspaMS8QKMj6zYkSP+yClgo\nl+aV8hbg4IHzZVBLKMtsLqyknqotUm0naQuNyM4nGVSaYIakjsHVhA2Eymz5\nmDRpbxoz07AF82iLdX4oF8gzuZeB4fDvOKHNJfMcBn1ExjITBVFMVzGMFgzL\nPp0MsaTHpQR6XzoQFRWHVi0WAs/OLh5Ysk4BlJ8PnC1qnVaZI1NfTEvgyM0c\nEBId\r\n=JcdX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210409.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.6.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.0","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.6.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210409.1_1618011999650_0.5033685768504215","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210422.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210422.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210422.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"93dc1a4279843137b6f30e746f4029f9cd12cc63","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210422.1.tgz","fileCount":139,"integrity":"sha512-mFxyohHPHPj060ZOaoJA9p/Cxj8nGh88nn4UXjGI6r+d9+ucgrV2IABuu9oya8LRm2gbvHMAQC/bUeVJHmoL7A==","signatures":[{"sig":"MEQCIF3KZXtBLrKn/egn4Q0GOPg9fO/Yabl/B3HTuEtBR/ujAiBlE00erc9iNHcB/8F5n/LTn0GF+lV3nAiHvUIDbxrvUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":905556,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgggpACRA9TVsSAnZWagAA820QAIBUgihsds2bAdIT745c\nxFPzKau+RVREDkWY8M4mFidY4/RvCSy6NRmynzTx7k4F7KCrImKR69D7cvic\nnFRFnNsAfVEn3dyMhDfU4PQP+Gxyy8D9PND6f+EuxJQ/7YKgcUyrQtfPKFv4\nSrpI1+eX3g0cHm7sgfDAZPbmN2e4Vc99BbBqDXrcwDYo7fqIdF8iSCafZMmk\nds2RrIr/XA7lfuxl2MwCidRFLWh6AjuIlDx5hODnuHXqSHvdyls429F02NA8\nS2PPji0TsB3ue49zHJfNkdn6gn79qEyhXikK6lFHqUUlln6iNUvQtHy1+emR\n5v0yGTzacywRK7WL9uVqN/WIsc5SMWaRbjLAH9khwwauLsBzngU7lCtleFlU\nFn/KtKDyN9//lKWV9pSTMy2BAWXU+ZysSufeyJCUcq+NXuBWu/LN/1Fqus89\nrEwstB6Ae9HHU8myR1OHBKk5KvuYtaBHxkCRS6xPGgH3l2bYLAvFQmAEyIyY\nDlJHN6CzC8kYJizSrpmKgjZwGGY66iYJ0jpxTQReNDn4IwqiyAQL6X2tSfFl\nNv5dJP0zNYlljd+d5rTpEeRkTLogJLKWOfc95SD1Td39BpKw6ogbi+r/Fg6p\n/Eccl52v7G4BAURztx2uNY+5qw+rr5PyhtSu3l1eti5m7JONYcCFytpOfGkm\ncrI+\r\n=/OMN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210422.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test-dist/**/*.js\"","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.6.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@rollup/plugin-json":"^4.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.6.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210422.1_1619135040048_0.5114077142238311","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210423.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210423.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210423.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6f37244f6984d5c8d59381e6193deeeebe5340a5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210423.1.tgz","fileCount":147,"integrity":"sha512-rHseaieKtdxXy36kYsg1IFlfGNjVkYpeoZ07gEezqq1BJ2y8aYsgBTWZbhbDFbxEsPy3qCYRlg6W0KnpkLJvcw==","signatures":[{"sig":"MEQCIFBD6EP/BtpcJADlfCUnwQZhlRDSosyWkcy8A4XjPQjRAiBI1fA6Q4mWTP34kII0c4FyG2TtsC2hOGW8olsXnv31pA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":954403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgg1u4CRA9TVsSAnZWagAAM1IP/AgwP8QDKLlbPvl1HUVt\nEnr7HMU4RXQggsu7iPfIlU6NghZ2i+wysd1SE+ZZ6ED+H3aARwxqq7vYUQ5m\nB8/WQgz9I1ME2DhsPWSR3vJR+S55EagOrudRQjD4rl844snH3clycDRGbncm\nqqWkkroMFY8CcH+dz9zUjXVX1MDTzQtDndNpjHBFsWXu2F1Y93tO7nU4yQsy\nIgBwd1ghZMNK8k+on9ndg1NYxUMLjsQLGsdWSPDiO7M0UnqYnmrPDbqqSnd0\ncjKWSzMVY+3I77fC+uXfShB66cO+G8W3Vec66MoQBvmPWAd5RX0HiIs+qKli\nMmrqScH5ZTjB8jHod5WNTI7YqBcv5N0lTYJZBnC0iFNEflYc3dyYaLmfGn7r\ngO+oEXXy/53WdZZiUx7Ob1Ryz1h7eQhF95e+FRFmH9ZcbiXsn9DR6UxePHxW\n1Ihj5eCRZR+np78OUmHS+lDlLMPyKYyEOGtx/OYs0iEE8NjKeXc4nlZ2BYFL\nMKU08BXQIVvhHrFDVrC7srgW8N6kplUEqWxksLMMiSzh/gXrkQfMNBrMjhgV\nTL8ZDHyOk/pok3XcpLKt3h2Qdwa1WwgGj49VrK8hhppU3WLSh0J8Dmcp+IWm\n8cGDLOzjIuZ/K+wbjFZj/3PhIJ87yTZAtZi6FSb3yuY7tQzrD1KzuI2M2Vn7\nQJaB\r\n=XtBb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210423.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.6.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"optionalDependencies":{"keytar":"^7.6.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210423.1_1619221431615_0.8519568821340096","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210428.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210428.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210428.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ff890d36104b54aec387da868888f7f469c4d2e8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210428.1.tgz","fileCount":133,"integrity":"sha512-r5TCsdrxBUhQ7VCjdNiDebmAiNnautHztCrmJiuuWNJZwgEhMHjE/4zlC5IS+RO+0lznh4thrTizD4Lyx45xjQ==","signatures":[{"sig":"MEUCIE+b2fed0eyuJ1T+qMmjaFCxAbDoPD5fZVacN7Xm8U6tAiEA7qpnQzPHyNQx20j9hndU4MtLUXNMZdFp6DukYjvkvp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":849343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgifM1CRA9TVsSAnZWagAAW14P/RwJI1pHMSnTrSSGyI8m\n8RUrvrHPkHQ9F5S7EwgU0fV470rQWhoJcPymYTCnZfIZAc60YVR+aW9DSsyL\nxnJUwbYf+mVSAEBmpC4WcpciiKE6IRmw74Fo0Oh4DvaEz1CNGpNG3gILMQPr\n2rcXxHBQguTgUovMUKkxrVoXu4rRadpVMi6TEbUGgPmuQ2nU7fzcSx3k13bQ\nqbbS+RXYN4aqcufR0LvYD06oDSIQQt1p2B8r2J0nCU2KpEIgR5eKM5IOuqRy\n5YIeOMgnK/QXsY354JmqVIXlxxaFHycllBe4a5jZiaMM5bbm/FdK0YtH8Qno\nnMujcJFTULGkn3fi8c/FjVeiX9iarfCp+AqZ7b+2IpsbWNMp7I2c3nBu2TMC\njZMKfkvDJDpVQryT2TVbyQW88P8o5rkdHAKXvqob8K9oXeZIXwNe59/jjhWC\nUfLekq5KKYDQs2Qs3iE9thgi9g0ZYM2qMJ4OSNLlMLfTAG/Z8Szr60vK2ua1\nZbZQp7EpWi8Yw29ksnto6pAIej39VUF/TBgG72QgeWNx7qTi9+GMFgSessyA\n91xlHoPEMPlYT0Zx71yDcueC3Qh3B7jTovc/WFkxw15yGfozyLWkaHqUy+36\nW75ZzCDEt81827JFuQ56ogaUQ7AHDnxIN79zTk0/GcNcybjyfP1K8QZcg9Yu\nHlYo\r\n=pwHP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210428.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210428.1_1619653429029_0.8754543627824913","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210507.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210507.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210507.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6214f7cde6051a6a2de5ee5e2c7e85618c156763","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210507.1.tgz","fileCount":133,"integrity":"sha512-ei4qyLAbb0abbdsUQX9h4aqpl3quyeJQCYYmnAC53A9fVLHbYsKZf3aN6JfUvdyLLavuMh3gddMO53Z4PYBWTw==","signatures":[{"sig":"MEYCIQCoIZHjyy7lAxCVQmb5Uvn6PppEWZGo+ZBf+O9TcanhFwIhAIhoWjHUZi25riq9mlsMMywEcoODLHTzoP4gwTT6j+/U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":849343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgld5iCRA9TVsSAnZWagAAsGwP/j03F539Ynf38ubTDBF9\noZ0/44EgaJXcHJczMNMF0tDxgiMHMD15pWypqnxdRtV4o1RXAJ5pPcDvNPS8\nu1pvaxlWw+x4qAvm5cDnnSu1ZnOpLsYp/vuJCAgMcUGgP9xn/f+BV5f7ONce\nLXCPW/dxVoKV72JS0o4J3OeLeL2DsweM6F4pLzHFNFeXP3USk9AIT0EDMbR6\nOqTk2upodsNhWBC6uV4R+d+0eAVkLBkkUq2YF2ktQLhyavGnwZHI8cjOX9Jh\nH0tEr7sWj9BgzBSpEe7Q3uqMQ88e2nBt+5Hxb1ZyXPm3HbADgXcGdd6r5Ve4\n7MiST4R8/C/rAS2zro9VMWx/D1MigFaGQK2EWALXjrI1foHjtLnlVKQq91sU\ne3fjlPiuBJO+nk5NiaNlf7d7x+xQGOFj4jR9A7DAsNZOVksLTt55/jgs7LEb\nBs2NQEiUOcjiqDGPsQLIdAtXCkCTSn7qKYDkjaKoh0By7DPxjVTMabQhYJ02\ncn9o0gndNm8ragDR2/Kwba6xn7LbY0AOtLOQD1I+Ze5OTSWuWmcH87G6yaQP\nsprPDrEqZreFXK98RS7Y5Gd65ONjQsPfBamzg3R/E7wcX/Gy96C2Dl/uDlEP\nFOhNHmvX7n08C3C5i5bGfDA/cyS9QitdXAP2jH+Fo5DH9g+tCEmllxWkpJpZ\nWN7d\r\n=RV1h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210507.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210507.1_1620434529549_0.8640256271081383","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210511.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210511.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210511.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"54a4c5d87561dd9d8ffbe3225067af1ace1b6de8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210511.1.tgz","fileCount":133,"integrity":"sha512-H3COHZGns71SeRIgzHpZ696Wyir19v5id8zOo/kvn74I9r2teEa3VX0tnjqOIzTrzsG1hLxZWVwDY5v70Ai+VQ==","signatures":[{"sig":"MEYCIQCcBWJ3oqzQgRJgMNE2llC94JN2cxFfdkF52uOzAiGuTwIhAJZ7fQeGaL3iz336wk6NsXGDCxvNKEkx2TQkKVQADpf1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":848642,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmxidCRA9TVsSAnZWagAAt4QP/RIVhBU09rDaabX5unRE\nV2G769/ub12GoqvqKjj/iFPqZycFSyqCSS5Csr88vx3isJdsnEkdTo5MMxEn\nofrb0qvpAKK+wfCV8ddvi3CsCc5bjn+ecy76+rxdTn/93gHIEbyS/p6lHnxI\nj+yDyjzqyZAJjB3V0jKQN90GGgPN54KVdaD2pxotWOKag8ydqMiDeOuPsja2\nB/57f0Ow9jOirohF3SeEe/5eIfAtagpOdd4wuHaNHRz6ynmwIZLsQfXJN/yU\ndfF9xDX0QQTb5f70ueuuB6EsdL0z6+1T+RafBGyhQJeeb1cK4LTBqKhFgH8a\nYv7e7LKcQzlJRP471ZbvjYyN5g1lyKhgaaLN1LYLHO4E5tsjIpoPC3V87EPU\noFgSLAYgWMbyjE79EthbxwbEkWhC5hQoE7+8qIy0RPqnCq0KXxLGYDsLZzZc\n9Tf2XCrbTkeEnidCVlyqUEGydwrs/NSVTVRQtyPvGEqb7lki8iVw7zi22xL8\nopHBPBcuTIjs64GnV57hxHdJl7ConAjY176SlEGzas9GJ5VYL1IbUCaKX9kE\nwTGwU36iKJpw8VSVHwdS98TK4Hfwl7nXHIF3p4KeZhyUeIz2EkstVmUqZE9t\nrzB4JsyuSYOXsqldIRUazAX0sEobE32fgIYeiUXu3OUpPRjOPJgx37ImrFpR\nDW+J\r\n=pNMg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210511.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210511.1_1620777116766_0.6176050088092555","host":"s3://npm-registry-packages"}},"2.0.0-beta.3":{"name":"@azure/identity","version":"2.0.0-beta.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-beta.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"21ef9853cb9b1d647e166e388b158b0b33d4007e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-beta.3.tgz","fileCount":133,"integrity":"sha512-eOHstXRBRntoqBLi3bugYBEHpYkm0JiET6y5+P1fz7dqYRFN6hJW8qMJQtYIzIbpXJfRJTJdoiOS5fDQhsez0A==","signatures":[{"sig":"MEUCIQD19cd6os0+/WnEnx0RJFbWcUy/k05kNqg0veXbvcOpCwIgRAFM7JvFPeorustsbPicl6deJLQePl5pzxr5fyEHqYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":848974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnGEaCRA9TVsSAnZWagAACfoP+wTJA9dAKDiChNn74KT4\nRQzcLZg7h8kcEHbjyUVGNL5vlT2duWTIJkwqvdVS0J1JN2TJXMwKIkwhCgcT\nin1RYfKUyEAE/QrMlIpel6M44pHHIZDHRRG4XNxR7P7L2cieE6MS7Ma30udU\nxbZlRv/ttwZDq7WNzrISudVIwgPiZCIbiqRg9TLyPRkzLTOxmfrPyJh2EEdM\nXRIb/L09IvbiyJBNSDPloXHkRKXM2vlVbc3gfa8pZD9mT+XnhfWW6viltXDf\nsWoo/a24yCZuP0lfQx6oqQoBiNJUmDSg+IM2+mMrJkgN0pjVhJC7W2c4g8tx\nX20YhjMSuuidwx0PIrA2l79kcYQoCcQQrJooYx4WOCevZ/ivh5rAZ6WNBtjn\nLFf4Q+0zCHaqd/Ze7rWI0s1kkBskUTwEedxQKjievyn4fC7YvtuOfargr7Mr\nPvGOAoQK4N95w/QPg3dI5oYPzi/fL6H+N0PwH1yFngN+ysuJKeS3InbtvrLx\nmeO6Cr2yhMVEUS8aAE5YbCV/mn75fne2tQyaFi5yEKn2HBcjqVR25SSQSkDV\nc9T2TeTil0oOPmiAN2XD7YzrjTmpw6n4OHWz7IAFT8zSqu9qTyyW5Ucg1il6\nD5/yAUdl2JM8DHHtntP6PACzMvrhXt/JTDsouPvqUYP6HH8gRJpX3PCIBSFW\nteF7\r\n=uQP2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-beta.3.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"1.0.0-preview.11","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-beta.3_1620861209932_0.6855181750781034","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210512.3":{"name":"@azure/identity","version":"2.0.0-alpha.20210512.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210512.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"120a91ac57b7162b55255f5cd3807cd87c89c79d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210512.3.tgz","fileCount":133,"integrity":"sha512-huNihE5Hu0KRVFHIcEkML6qSCAytHFcnUDsPfvJFc9xW1yPeqVGWB3qzA+cmDiHG2CGaOuDVLmDv5oXK/+i9dQ==","signatures":[{"sig":"MEYCIQDrJtIfh0nzqfeWBBNwre3FqBxVj+SPxD8u/3TNhImJUgIhAMHskET4AnVbPcO64ecZ2uTRWGakq2qZfwm9Gk2m9R0a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":848998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnGvGCRA9TVsSAnZWagAAd2sP/3CNjQKqW8C8FZFwEdQI\nG1aPL0xCxwuLWfbxTCvCq9gz7zpX6s01h88DnakCWovfzmZKI6Kvkwi9drba\nGLZkLMedwInnkD5WNEetCJCh/mP5Mq3E+lEUySomFdNwHT6q/OzrQTqp8CwE\nj5QRvByknhwQ4HkOD98CN19R/zPkQqQzzVusxveOVDISfJRtdun00/WcnhkQ\np6Kqq+K4sEgRpQCgX2MN51E51PKe9rztOCERZTNc5Nzwjp05hIACWnZY0Z8P\nVmW7jGAUUhA8fd+ae6Eb/c/L2p3PkHcNilg79kO64GmpScY/T52Uto/c6yT6\n9M8oAwACSLix/hLkVEEoM8BOuPjCQEPBrAg/KxGtCfP8v3nFcwDwyMNwNzPr\niZuZRlqqoIHl942JdJU0bQpEcEV3D0JhWgVSN0agtOdm3V/wwFsO5HNikVi4\n8QcCSW/ZhmbY6u4Pm/IU69EiV6otDX0B/VJ1Yi3wxwLz7qZsdgLfyqbutCwq\nDPkGf1wRg6ZTNkqZWjU09EhRmYHiASdIxByXY9A0mWxw9KG8mD7KzQ/QK2Ju\nolks4vi9B7bAuMKASDNq749vP30lLaCeMZYKxrEd8ZY1A+uviz87pcEvpEYC\nzcxWML6oMB8N/3dEuDzz6ckd4ubM6Gnccbjsy3/mXxLQQsQ+ggVsCTurO8xV\nd3zW\r\n=YA7g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210512.3.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210512.3_1620863941939_0.24970599306484464","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210513.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210513.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210513.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0c9e824659b40ce7b43054cfe45c866800bdcc37","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210513.1.tgz","fileCount":133,"integrity":"sha512-1TMbCTQqd0/0Gvq+XLW7dat+rE/frBdKZjXIEhVy+DOjRS0GyJpH2cYvnYF/zhPtiJF9RjTO6v5I/5IuoVb51g==","signatures":[{"sig":"MEYCIQCYXTx4GDeh4S4TiTXV21UoYQ0pn2o53rq51TB+M3bH8gIhAKBUfTNZ2UuD/aPRjIJ+CRUmbbawgqSOME/1QT1H8qfs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":849029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnbpHCRA9TVsSAnZWagAAP3AQAJLkBQE5fXfG/gqQdfxz\nzqxEe0c9fKdVJHvhooBvHzZgV/wUQ9pjCWcP/aA+irh9b4PVZH9YigP5mV6K\nnBfuHWVgHaNTTWWlcB8BieTlGPwdaSazvr9H7nT8+cnwgpxF8PuKMX0gi2Br\nRitvpcqHoxfUzbsz6xgHELriFn+SEA2X+jwtWAhIUtslWa58sTby6gf1tWqN\njjmxN51J5AcQF8sMfm9SL2KmxEPgPuPaFjnlMIUkux5qakfK7EfS/7D53y66\nmLCXmRzkJJUfh+v6zRN2+zwiBc6e5VztpzgazPMgV+2snDZPfY6um+smXiRX\nAqGMBsRYnmetTiZ8UR7bDSEU21gSBYwJWVHnrXmlnYlE3sGOP5ae84JqSNG4\nAvkLrKPznr445esZF0zjUKzeZ99NfZ3ISkMKzRGyKyzY8o90sOCviH/Slien\nOoOYZWUbQmBocJjGWHzR5tYhx4yCKS63KSXMlJkqdqQ4yociUrnCsCkO7oBq\nmLhVHGBRrNjy0r7tgF5expK/KdEMHQf6cndN93wrvp8zSZHdse1Wsc3P38IS\ntg0rY0k+Q0XC3yfPGobqpJwcXx8fFBAB+8PVBEMTI5dmSA24B81FcSJa/6dq\nWAYQUbhlPB74gFoobs0wUsX9GzDAgUELJtLJyao/HD+cNJn6XvNhTINdr2R9\nYMoQ\r\n=cfzd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210513.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210513.1_1620949575063_0.6951303907046662","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210517.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210517.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210517.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d299b91daa9e41d4b9ebe93ea74363e1897774ba","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210517.1.tgz","fileCount":133,"integrity":"sha512-fhOnmVdMtcJ0akLl/opx4+nJdG/gxPPNdxVOruGSMHy2QaR4ZWbezjzERMWpk4+0ZIh64uy0zQAiu02vAQjrKQ==","signatures":[{"sig":"MEUCIQDrqnAzGNKQxL6daxxHe4hFi3dHqDFSIX3f0NQrtSKm9wIgTEuoJBPAM608DTDs81x6+zedbQlA/dGlhtzm1n6evrA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":849033,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgov9JCRA9TVsSAnZWagAAXs8P/36neNalcBfHVetmpnsX\nRfsvI2m4MO49l3rGFaXRDEObidaCuLRbAl9uivF/Gk67ZdRnqNXpFWRxf/wY\nyfM8Pi9OJVxyCtFNmssMOAzWuXmpHY7Ph+sqgtHbR7VxX+o2X3Vwy0lPR2NX\nuwkH1JKy3xJtnBP8NzIQsUez+s1otnUFwmH8Xg6scSF1Uy9JWUyOGeDeRqlN\n9X8k3tqc+2aNwCAEq6UQlFZoRgj/BGmGgbNJ7vKP5iAtXU7lB/yFZcf+Pv3r\nn2TYfmtbQfucr7L+MSW71TKfJ7LR8YvSabbooDPn3fQeLHsse61tJ5Z0AEVU\nME4ozq7xEFZSVhxtDpET4CL8EREeEsoRooxqeIGHT0jrjoSzHhLQxnP/RUL0\nLC/4/EvW6Mm/F61yNsSWxDONeCKfkYHhOWhY1Iujk3MUeySDRvhF/igwbnX9\n/IvOL1/x6ag7rMeSg6J3r3+cqZptOooR8R07jdyGoPe+zZxoIe6w8g9+rWtO\nrDSKaYrDlM1dxdXYLcdVVpqLT9yBZYsym2DlSsmxcrz5W5pzf/uQe94HR6CI\nt+t2WAWcodud5qahVnstja0EnukQAtPYvOi/eAom2190TbbAxrsDXHoq2uld\nZk9Qaof0Eu6KqN/0eSl7jJPizfykh3TltANV/MZuEShLeGTfVjb3GJR5gjDO\np3DY\r\n=9TbA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210517.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"~4.0.1","@azure/core-tracing":"1.0.0-preview.11","@azure/msal-browser":"2.9.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210517.1_1621294920931_0.3591759245054795","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210520.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210520.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210520.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"44966c35b4bebe87c15daddd30a03fbb709e6e78","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210520.1.tgz","fileCount":133,"integrity":"sha512-CE5PfEXXE5EIa3hQ58no9fsrX9+nUUWCfUq735hj7wxT1kziol7G7L9iSZEuvns+LnBS+DWpTj7KnjM77Kv+2g==","signatures":[{"sig":"MEUCIQDookZZCnaI/qpBc60VngBEcb9Wc6KaqkOXTBd8SOMtIwIgViPhrlUOpU8n7/DS798ufvUd45/onAbny7HvT76uPMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":849034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpvQjCRA9TVsSAnZWagAAtq4P/3Q8+i7RMlLY60ECTeIr\nWB34tO0JV6QB879K5yGTF+IOQ6NI6hsvZu1oouabJSnztW9ej5Xn1x9F81+O\nrMwnenLT4DtkjBpX6Rf+w0PUEeTtnfhMgmqizd1IP1mmdxgCpjGUmtSbFLGj\nOUvEFB4ZYDWsCEyHEsTZO7UIRhfkJUqnMf2lSo793suRtQoY20Lx+1Vkr1HC\nnVPz18YU5jwjtz3OhIEctpAT9VTAoXVkpMWdcqYf7ndUNk8tC5Ew6hmz7CSG\nCR3+BwIm424mhrO+PdG7lcHwCKoCteJl/AGcdwHYaUGQCfl2Iq9Di79DOH62\nLGVG5RNcLS2gMQHDIb5t4HXpaCevnJ0CwMVWM80hw3oWKMMUDy71OJ54HYdD\nvgR05h7o32YJk1++zSWkdL/1ZjkL5G9htDKmIGxSh45QlBXBQc2j2ZUVMeKq\nAMMMGhapV5zOoT5zRPL7JDkB5iVJdAk47S9Q64XkeENtO/8B2NJFg00qkBYG\nr47JEdA/ThWDuCqtLIDdmjBfQfj5Zpqtsywhvd9ImEL6EySdygIGkZ9QcQlt\nQVwiRyvXrpj7NJyHvD4L4DW2IQV8V+Kz7RIKvP/3xmwnpGTRYLCZboP7LPOY\nY8CjTycl9cArFM1FE4PnMzA8STwX67BcIjw9sqEkwZkKs79yXEyBwBPCNj4P\nnRii\r\n=Zze0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210520.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.0.0","@azure/core-tracing":"1.0.0-preview.11","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210520.1_1621554210342_0.43051690272096566","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210601.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210601.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210601.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aa47bdb4c44487bdf0b78fd59587c0e8c0335456","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210601.1.tgz","fileCount":133,"integrity":"sha512-KBW9peuQomIDaemQU6XNrN3wdhdEs3xD/DnN9O23e6hAcV8D5TQ/Wl066EM/LYVX2+8dTq5Vhc3UDH/78EKcoQ==","signatures":[{"sig":"MEUCIQD3ZCsLpxku3+0GZR3Y6g3RmXwbxHxV5AabPWd4SOUTWwIgEodvl9bmmGsN2jjR9VlEq4gs7QwWBzjoRMcWrMM7rPA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":849241,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtsXlCRA9TVsSAnZWagAAp+cP/i81fb5kiEAr8Jr+TRZj\n3Qqommr2E9YQSbL0pYoX7WipgxGbFA7hHGC44ADyjCpFCNORBYo9z51d+6KJ\nDuNLevwY8GDNYcgtD1tJ1N/46+76/BX+LkNPrc/iQUVDX2/Rhs7McLGjHnlK\nOJ2FhI5IlUftpLW8wBn4tgKEAyESNp5YUwplgRy1KNPSPaNUcm/35vOWY/XM\nvCtR8K+UV8uJNxorVIN5RIaToognt9V64aGCYrDOMiLlaHvqoeb3fYHGTLo9\n9koTUrc9Q6z9ekrDosrRUTTRb9v2biIGEBn+F8pQPIOMYumPgk4cahDUfLsF\n0KoNsl2VeoHx6/N6sN6n+ucFKkRvFxW7N/5a3sKbOUG8Hv5mXfasbYRsKi3Q\nxgekjgX4oJ1EmgzheT4cF8dw6L26OAPOqhOobcYSW3iNyu0ruKpdADhMV+Cu\nf0MAxzO/gjf7LxsPdZ4X42yEZWPSDHxy6m+ZamxoVK5Ianyv+zRledLN+Bhq\ngU8PtYqv49TgxEQSiD18XhQGXYTxV7fz62MGuZX7TI2U59/o7EZJqUDyKf4Z\nnVhdWoOycWQlUwDHIjCJGJF8YyRmHKoi3cxDaqGVeWfDUoETLiS6SUOEhvx4\ncjoDYU03n5jE0oU8y+wNWMkysF0hmg80fxzg4lAOYy3LmTAXJNSdMVl+ibEx\nLIpK\r\n=RnIs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210601.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.0.0","@azure/core-tracing":"1.0.0-preview.11","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210601.1_1622590948883_0.9420983173930157","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210602.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210602.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210602.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"03591c3d0c52e8de4a685075fbb8488ce2fa9675","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210602.1.tgz","fileCount":133,"integrity":"sha512-PuJ7QOZZEXfFhJ5Hv7iDY970cIl8e3QVN3ufKmFhLys3xJYX4UEDTZXh8Hv97slnl/GCAMPobbUw/g/e5GRXCg==","signatures":[{"sig":"MEUCIHHB4QeU67e7IbXCSS4kx7ZTcXdMnfMrUE9/Z0eCbQvLAiEAvJvuL1oFdU8qkCroFRr/AWmgIKfLpQeENTdSAt12FLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":850180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJguBcICRA9TVsSAnZWagAA6SgP+QF+vae7H+smwNBI/0HW\nO/lTP0JcwOM6GIvshUKw9135c6/MQhynUCn2/3Ksrbsy8c+fho+j4POhKnvG\np9WytpdnqVQb4BIPozsPszn3IzkY1EHBWA85PesJIrWy8SZSMOMMvZVnyQ80\nxZQnFZ250YFiNh79LSpaDksGKPElxTs96sjgPDZ38DwjRHiohD3ta9BCgANY\nZaz8nNi3rg8n1QqxSD4EEd2Biz0ZtogLjY/5bqj4t48KPhRXsjqdhMG2YiU7\nbrGIKXmpnydoNEiGroVkGh38brWTI2BdgtT+fIsFIeVR1m+jF62sg9Z2x+Mx\nj05zzyZtVgpkxjs57Pv++S10E/U9dndqWGlXizlJGdTCmMhAT9Ou49MyrWMg\nxWW12SsTKrvhS1XgFpRGAJ2lj1yA78vuD6WBGUvKTGJ5Yh0a9NGH0uZlP5JW\nGSzdbMNtFh9CXF4YrLCE6+2KMAqUOjEcRxsvwoh+ldKhYQKZ/EWyl4MAXPxa\nWgOUiJ3QUsDpb+KZDVeNZFDnwPiPi8J9WlpQrPqVgawImkrxS591uOowxnqI\n83JKj4LkoHMrk+aJok9m+U9kmfKTAZQtMTPgXrTfeB/f8eSZ2ZDgnL6L/8bh\nDps3VLI+Qg7JdvYSYO+SIdbHFJzDmQs2toTESN+18Z0CbFYSavzu2yKwUxhv\nCzPV\r\n=fObZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210602.1.tgz","types":"./types/identity.d.ts","engine":{"node":">=8.0.0"},"module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.0.0","@azure/core-tracing":"1.0.0-preview.11","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210602.1_1622677255856_0.01439663956025572","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210608.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210608.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210608.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bd46898fe23d8b746947e6bdb18c415df60b0d45","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210608.1.tgz","fileCount":133,"integrity":"sha512-PADNTI2RlfFjXL6TZwJvCBGlzVb1N6tbkEeYc4S27fqFt55cDG/dHVlcpCH9dbarYXwIWNKkJXVIodfn+RRz5w==","signatures":[{"sig":"MEUCIQDEcldJLjuAHb3jZyurbL36d3WQLs4cTNzfgX7Kd7e2VgIgICVYm185lB4yVTU+yZUKsvtSbDme5uoiGewpDCwhVpk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":850113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgv//HCRA9TVsSAnZWagAATC8P/iKRIF8DLBQDt7iW15LJ\nP3kPAfqNh/XCn38U1cdVRnKa1t/BC6E+CqX9ET4C1Q5KAN0khz5OGXI6I4Lp\n1eaLeqHGGf1WSgxcW/l0BmM1fH2ZHF5QVLLNwaIRCVQ4mRrta1ARkgV9FDkw\nEtS6Tn3dVSpyo0vtTHHk7qUHVyUbz6OHRFblVOaU6HDuRuxbW8/1E6zvSZKU\nlTDrZqjghwWOJ4fBPDdIXzhczr6ttKEpa40V5V3NH2+DCAwvFgyxZZxrxKvq\nNs3aYrYq2FqorzUkfGWJV++wRCvRq1xPVO2LeU4v6ElybSJcHgoec/tVUgFH\nZZfjryvJEguFDknI62ZM3/SogTafHbc0gA4i/Z9tgK8bH1lbKaervvV4bFRP\njVX0MmUsXuHO2s1U+iMcFXeUxsJWQdOwgTcyQ5AZ81wOiJeriPDQ6OcKld/i\n1VQRqwxf+JImH6wXsnH2b+8fLGmXfJxXi8KOubt9R4EOe65ZRQcTwQB1IY9a\ntPQyXFut2LcmNyLehSYPJHTzfXGt9RQD7WLnVKmdjrZTx68hr9jp8jQlmzE1\nXrLiMkxZn47R9sO4jVb2XiSkChZrMvtMpMIpUSP9Cll9synbAAzKDpYi07La\nqISPh3tS8Lbr8g59d6nSMp/NKt7std8hV+lPRCO5WL2EQq2RukYX0Fmu5ray\nFxrV\r\n=uKZv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210608.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.0.0","@azure/core-tracing":"1.0.0-preview.11","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210608.1_1623195591613_0.21936806354067895","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210609.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210609.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210609.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"af4cd1d40c340fb014f1bdf8c5197edaaf832c1d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210609.1.tgz","fileCount":133,"integrity":"sha512-3RA66lUZ5ntO9v9NmXVAjcwfeKlauGiVJH7Ciabnccfcs2cMdtfyEHc1Vg4bgkbJJeOsZ+Td0HHwHoHtgHBiBw==","signatures":[{"sig":"MEUCIQCitlCg3j1LnIgk+bT48tw0T22sZncaULknUylAU1qpeQIgGmnRkUmAcoucHw5SN9pUjYfQ1wGW05SluWDJ4FLsKWA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":834069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwVI7CRA9TVsSAnZWagAAeCIP/3YfSOOD98/fx7t40c2d\n3QELK7iTgfofYm5MJMEjSMufUwZnmWkm6Eez1DzAzFnjhLu3xpDrpPBw+Cv2\ngNbrHWIe0FpdLDPPSzjvEhI3wVGe61xAzzZtmKtj1HN7jETA0N98Mixk5FbY\nMcdpMZTRnBorguf9VZH6V1sZ5asfm6FBjkn+rTmzm3tZIMnRtuUtUqd1/usJ\nVnJoOU9+uzxoibgqR94nr71FVracXsd1RvxSWom/OYfkvTJJq4r0XnbUXehH\nhpap+/4GnR4tcxo33iYv9xvjH33CHW4+DP5mubHprOy+P0PXBfhILrxxapez\naU+yajEMkOgQkIhQ9Q+b2SVa3sUvZDR2MhfPbY15ek9+UPH0N5KVGlh9XZxC\nW98K/GJ/s1Ls/tx+EuXxdpPoJwG9OXANWRrRy1/C0rBCUJ+nF0BSw6gMCOiy\nEohyHl/bbW9T4W5eD3WHqNRb5R7rWEJlgo9OJz+z0/PJiIapPOx1U2r+u942\nemVyMrBR7MxpklUwgZNRSLtHzoVr4sBWNzucO10d1vfv9M5dbWRjygsBN0NA\nMwOsEmAeV5zXFyvZiBGagslWVHlkSToN5X1jvufh64NoEFt5XKkLyE+xcsV5\nXFXjQHr81WKPj6HQvrmDGdnA7P/E2IIEA6L3Own5Y1WUiO5l/Oa97KdCFUP2\nD3NU\r\n=VilK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210609.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.0.0","@azure/core-tracing":"1.0.0-preview.11","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210609.1_1623282235346_0.3149364029177333","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210610.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210610.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210610.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5f429c6d7bfe4fee257a524a69d682b4fd7047d6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210610.1.tgz","fileCount":131,"integrity":"sha512-Eve/+TnXQLyigKC6DuYCF4TlOD22o9npjHcn9CJDOavvzABdOI1c1kKxngD46FkOGWO+ir/945S1pPootXVu7g==","signatures":[{"sig":"MEQCIH3hKTOoY7MOngxhgmHLoWOqoVDcLHLZZaSbsrhmbfYVAiAC6jLVE67t8l4NYUvkUiITOIawifLcLof+FJCs5Jq3Hw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":834420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwqOICRA9TVsSAnZWagAA8ZEP/RjI0bnn4RhNoFh++GIm\nk+g19E7jw0l/jNXb/99A6Hu+IPrImOWpG+qwcnbtMSQF58yj1PbHP8+htFlo\ns2mKzcITRdvc7oIyfPzFHZSd+KkRFkp/w4Z4Z1Imtx73J/FgDcRxLznYlXJB\nqluIu2hnYSY8U13+hsCQJiJQ0AY5hWeA3PUELmNwfZsvmXbJi0JdQdGgNYlL\no2HpoeoGMCeJBtJQjUZoq9z2D3cDYJMgD9LpfYCTVs2gC4e2/tFYzP5vpcwc\nr8TryQzpbe/xf9i1RbjOt7lsfavrkL36ndGgd90rFgq2Gv/1e11kXNiAJzA6\ncsBCVcdOWOQzNoSqZ7TprMcuqD4aJOros0/z9Y8Ssf5Se9MON9i5R49mfbFp\nAK2Qf5+RUCEGWYacTURNMp8OWCnY/C3OMb1sEc8rNioQVsn3fHnMnXyk2oO2\nZRqDrSLA+wtaIRw3jG2klaJ3C5xQWmImGt3s9LYzzYsVrZ5CeE7Bzo0FKHw3\nId+7n5L109KmyqphQi/vFgcmVR15uibdYPZJPobbIFK4fBdQWCMzHOVmU2D4\ncOfk9zXBAeGHt6b1nOqEFauQzTz+eTGXjuGZiw4EvLiHuvrSGrUV5yo9D+zw\nmWD/XC7K/owdeL0ju6ANeAiebtgLQ2JeKn1u5KsGrI2HsbZizZyGcwy2MUia\ngQQO\r\n=e/2t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210610.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.0.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.0.0","@azure/core-tracing":"1.0.0-preview.11","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210610.1_1623368584657_0.5781695539564458","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210615.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210615.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210615.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"329c120c88841b05eac04998b2ea43f165294e6e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210615.1.tgz","fileCount":131,"integrity":"sha512-7mVelBU5rHoUwP2867Y4XZ+qZp7bT6sBtxYfRwEOEFLsM0aq14N7P9087hhv4FQxrCkOunLRYhZ900Ml/zKONA==","signatures":[{"sig":"MEUCIQDem8ogyISQmkYQYmBo8A2YthdJg4mbdFNuh2FjuCPA5wIgYou6G7wy/G8pph5DebLJcUGiWoCD08Zd10vXewpIkCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":835361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyT0ECRA9TVsSAnZWagAAj2sP/RgAc6Tjj6w/lWEZTCsR\nrLaR1+UMLNy3RIN65CmTuhkjrDRtJny0PIS5GdxAW/Q+X5OCWevJTOK+JkK+\nTCy3zslxcNNy/ko8bQji0FIb5GBA5FixM0PdjUszZtncMvORfb+RpdeEBKbQ\nfzY9iLhDMfjnPfWqLGJO/j8GMDac9F3K9Ukke5Y0W6mo2NVme80v/jRsyQoo\n4HDg/9ntIA8Ab92WDX5lpOKLS50h1EJbXwSGh3yUElyfOQjcMsuFY0afVHeV\n89ckhe1F9dc1Yjk/zBYdIh3W2hSHvLnSscWLwyBwAA0fCpQddrz1JOBLsDVb\nM3hHNvnWAaYPnWlybfmUxWDkFg6x1o2RV/zHwMae3jZ2inYEoQjHzx0TjiRe\npdE72sV9FaoBj0H+bAOrOGuOmPo3WS6XI4IR1zQuBKEUTykkUpAzhjf7cvrm\nBGlnKakZB1p75K7iSVCUqG5s3NNbjeLUsDQHjdfaoAJT5iPtKtsWNdU09yTo\nO75cGLO+bLN9fruxj9x8yagTqJQ6+6VdOENzAIuYvw8YkR1MxLZFJjtB1Ojh\nWYK/aerXsKf7cWeCu8v1QqgMaNibqTcCxgV1eG0DW00UeZosBDtHSLSvID4B\nHyvAuiO3EoJ/sDKIqDJIg1iALt3o6yNqxOY4tB+OdpT7lDV2MYRujNt2/9/E\nEaOP\r\n=MNPI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210615.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.0.2","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.0.0","@azure/core-tracing":"1.0.0-preview.11","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210615.1_1623801092251_0.8608824947958511","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210618.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210618.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210618.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b4ebd725b0cf90b8c1447ab735b67e93921cc71c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210618.1.tgz","fileCount":133,"integrity":"sha512-sEolrveRB2DSKfshh2H3Iovtieh3i5HOxDrfcyd3HPHSCGAbZ2KdMWJ0uVpWDCiNGEcsKbU9vstGBO/OnZSXLQ==","signatures":[{"sig":"MEYCIQDrVh/GWXIQ3h1Z6fF+fkkZzxoOf/snMlVQBQoq5pXl0AIhAMhU+ODwhFfFnbG7+VmHrro1XffJiog6x6QE0Yrv/5AV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":878111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgzTUUCRA9TVsSAnZWagAA0IMP/jCG2OGSlDoGf4WDhE9r\n+zCkP/DTTwnpddbEGnQgEsccjiHtjLA22gxQetDaCfrou/b7XjtqGkCwXSZK\nFj13GI1QUOa9xjIyamnrtHp0IgdL7itl8XHqTfoZz9Yaav3oAu5msERKDrcL\n+ajd+pgtYc/BukwKCevUSndzqg6OJWu0kGfWEYcwQ+w/bYcnhfHVIZmfTVHJ\nmXzmJ/nOdrlXD1a8BufKpkOmSoGpdQr6TCHfCcfsuEECzVQ470AtOCUcQT4y\n/mEZox3JK0Ezaw/UX5xFXVBs0a9eF3NoIGEx6sj45u5aIa5uUq6GQibcsKVo\nFN91+a7vsMUdACjpN0i6NiiB9zhsPGDVJ74VZrWoL0ncHK8IbCyNYe/dHpGJ\n1KWItetz2vKomVsJQ6w+IuNGisMNBQWF2L28qG3ohlendiMfroX9sanH0oiV\n/fLPVO1VMqkXNmUdmfql9sWK0uMeV3AarhuYhcwkS0Ws5vB9tWzhzGg8cFM2\nvL7GlEBWbnTnO2wistSJ4OBrd51AMJEW1CLXiRqjZjR99XF1E9l2WfqSHCpL\nlsQ4votzd2G939nW2w05qdKgGVuPPpt+/8vGDFcukHhYezeB0annkMZZ6tJz\ncS0Iye0HVNhziFHK3EGL/77dDmVmKzJ9M8P5LD9w4yTcb6xGi8DPYPKJiiRR\n1AHI\r\n=xGI5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-2.0.0-alpha.20210618.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210618.1_1624061203809_0.7032104046943777","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210621.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210621.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210621.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dd40b3e5a7cb67c1df7acfb0b882b6d3b2b779c0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210621.1.tgz","fileCount":149,"integrity":"sha512-KRJOpjhYsbpSq/NckItfEkkkeuGglclk79HnQOfb7RfhfWLVXaU2XfvEaHtwWZuwyt+KuseBDQlPEO4wq0/6fA==","signatures":[{"sig":"MEUCIQDZhuEEVThiXKmE6ukmCqmHAQxQYL7+AE23UfZV65x9rgIgFz9Jc57nKVx+7tFGEMOX1bSk7rrdatgfSmhRpRS/1yc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":955562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0SlxCRA9TVsSAnZWagAA0r0P/1wdgPiPtps0Weh8evSk\nRUkiMnd+ClwbICksALy+vKuOBFl2x+9XfNMKOuapOXJiT3fpQMh5Maf1bg+2\n6lApuZ8laMI0/wWZjw5bvF2gfrjao/sAz6Pqx6U42TxOIDGjWw6FfAIqzShb\no5iZL6pWVp/SRWBd4BqGN0BhXzCeWihguA5gbk5mezULGdDotzTlXD9L6WTH\nmkl4984imJXYc+Ap0UF8aglve+A1aZSJOC28fF7vh6XhB2DowFAyQNYI0w8j\nQ9QEz5c5QYzvEGYhnHN2iZjXiBYyB0w/H2LuWQGEC8Rp9v52g70M1J+yjecN\ndrZjfYSG3EwxBc0gxiE7pmBq1Z5g4MUlzohQYy/LIxx9AE3CEv1K5gEkwBce\n+q4ZLOQdjHmA4Q7U8Nqzxk73ecAE1RN8NuP2bkzFrzKdeiViqdgGjcCraUNx\nuNRRHob17TpS/qZvYBd00qYMBVMvXwnfAF6q5zxhaw6Uzma8Iffry3c0QFq3\ngVxRfLxv3pnxcmA32wF8oXWRX3oRocV+XB5Gnipn9xi+t2TRLMCreHReeZq5\n22lpkDKzA7Nvt5VTHRXxNhholAa7kNK+ipQ19zGfWRQHNexcp+jLB589dnCy\nP5aNBNC+ICaSjOnP5Z2hHP+463gnoZEssxTAc4C5QXhSzRSyvjLOqSBf+NQx\nUZW+\r\n=+xg6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210621.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210621.1_1624320368844_0.574421528539355","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210702.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210702.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210702.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4c59ad0b65c71d329a40f48464338e018ea0496a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210702.1.tgz","fileCount":155,"integrity":"sha512-AHtlOPXBeX/Z0ipR5kwX/fPL/nGazMK5r/X9F+2BLwpuUBo6D3OOlU9t+NoGw1gq84q+6bQtFRshh4+3lhlN4A==","signatures":[{"sig":"MEYCIQChvNZt+1LJtRHmyzCjEE1d46mR8EjJJBq2V3amXcU/JQIhAMWi3b+AW3iJ50AMV5u+pVbg1QqIWNEs5fLRJbAJ3+41","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":996427,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg36qxCRA9TVsSAnZWagAAPHUQAKPnQil42cFzdSwPUppB\nk2tKew3Na5jjmkU1ZuwDOD5vK+7sR7xlE/9hzc2bVCAIM4gH6VtUYr6rimex\n+ZhHuVFi8/dIU0op1n/ridcGBOyu1bMlUTddXhlfXw9Qpy9hf2kJGkhobwqQ\nQILOUR5mH6WtstBCY1vxvFS7rRCgbUQEJaJmpQXj7DQqp1M/eLLe+lW4zHhj\nMMgtdXFUWzzFV5Mjvz08eE88Bx4CuPp9vbAan5NH2PchRPcy5Vx8O5C5fwCS\nbCt73MmquFplJBSGfFtRpWccFCHOeEe8UP2hj72/4hYuj+7DbwFdXsJhXy1u\nu7c9ODeN8tnfhwOCKpAjy9DTtLHxS3MRqBpyL2qG8yV8BMirUpPs2VOHLBNJ\n2kvM+eBYPoIK26t+Irhd+7Bl/SZT1drJef5I/yVCEU/hjMQ6cCVXy7Zl+jaV\nOB2x/1zZtlz5tn48zZaDmdD7gMDoB2b9b69s3+K6WcCnfeJWJyxg4+Xe/vxJ\nJgntKLoFhn+nsjchBiGYWFPgVeESvJfiBSQ9e87Rk9YMWNKwVndZyEKnXKcK\nnpDmM3szkmgxEFn1Uvm7dOD8W51ZIpfjSLWvunSo+955Esme0oSXaE9/Gk0H\n7CW3EEA6e111zcMiiJ69/6isRWqUvm/Yt7E3B+uMVvk2u32HVuECMnozqOWF\nKH84\r\n=Neme\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210702.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.12","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210702.1_1625270960463_0.44320126420759376","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210706.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210706.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210706.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"140e0ad0c89517ba61cbb0182e1375481498acaa","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210706.1.tgz","fileCount":155,"integrity":"sha512-q9eB2+3ayzxWjX4fIy2v8miABzSknez8+f5+w5sm9/v1SDd/aNwNaFOzjMhKtQYkVl8FHotf1KhhZbxEVjwylg==","signatures":[{"sig":"MEUCIQDJi/+J1C9Cjjl1Mv6DWersfVnITIsiVMi/pRzMPtgloAIgLJVDGOKe+8he7dA0g6AIcF8jvzUrRqe6PsO0kq20vbM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":996103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5PE6CRA9TVsSAnZWagAAF/cP/joREMeE1aIDbB7jsyO9\nFjg59hm5LphKzNoP+mEjjZkUIFuYAwNSc4xQwPDmbTcNfbWo3rBk6CaMbi/B\nFPEQD0uyef8o0lr5sTpGXyOi9I58QjuqPYJqn7IiApJidDHpiJ6R7kh7ul2e\nKJxNqgxkQXjyUK5OkJs1crTnTaZuO2Ek3v6RwZrfHfHHrh7VdomoPIjA+fp7\nKy1iHaN0tTyqyxcM0HiKy3FsNCvWiEh+RBBr3IcP18zQVvQWNtVDXEFzXRN/\nAMXbtdPGClF4DJYAI40UkhaPGCpyZG5NuoUDwnAMu1/Brk1/A6UFZdWETR4d\niJQgTWvHbBOcKduOmH8WWa8GaoG5//74CyquGR466+H84fdazy15oiM0ENCF\nUNfFLB2gCydl4RChkrwAmAXHZ50wgGXHOjQlxaCpqxRESpCdgDLyeLwtEwoT\n30yijE2mmtvfVua+CGR4wEnJcq7XoY2wO5UQoc4dt6/oBYNMN7US2ZIksE/L\nDaFp7SZX9J5zk8EIp6AJG8+NALEHn5yJCN5Tf29k+C4Tmr0eSF1uvkenuvri\nWj5RTOhvMqxALMSo+safVBTxQkErsfRLhzrvGsEn1QvdLsJ5Yk1BSPUcrTcE\nuwfw6SDZ1JOEVgi5PxZL/Vq3Jg8dBHbO8kGwEzLT/sQFSRLJAI/c7MIVITjy\nAiMn\r\n=sz4P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210706.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.12","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210706.1_1625616697943_0.5738917234005414","host":"s3://npm-registry-packages"}},"2.0.0-beta.4":{"name":"@azure/identity","version":"2.0.0-beta.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-beta.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e696ecec1df9d7c0b2b69fc75f11a9b2112dfedd","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-beta.4.tgz","fileCount":155,"integrity":"sha512-B+x9dcMutHdkkrr01sYGoTIZPbEH90iavRVNnrCjKD0HpE/Oa5UV8risvkoPWGih6WJKh+p9YEBHlYg/5RWNWg==","signatures":[{"sig":"MEQCIAVFxWb/olOEcw/RGn47Loel2JEfb5s5RVVQgFOTiOt4AiBJ+zyv85hXfLbEDK7txiYHvjyXgol77XUV8bgwN7k1Mg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":999591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5f3fCRA9TVsSAnZWagAAXioP/jgA1Imawuz2zVsvY4M6\nku663d3+nq9EWJ+NEKCxxPQ/obmZNFpwmVdXIeo3bA7UaK4Y/HJly8PmpI6g\nUyIEaYEKwQxC553ev1pVpOHYHdqQbzLQbJuexhu1WQ1X8eBcMR6fVQDl92BP\nmxZBtaut+39UL1sxDa/IkIHvr7XeMWfgHOJjqMPbVSE/UufTR59pni8A9x+9\ncXR0dewPKHxKxVE29e0XsSTdz0A9/SfN8crDGKkLo7JaOTqxFqHNleOdAf9S\nG48+LFqY5PNYwXOta+quvYolt8YIhgAryKijSozKKbSMY0yWrSk9VE3Udlzp\nAfFfJCA88KK0e1dMtvmWjMpqfqKWn1iSSBFU1nrj3QQIr76twD/IbTMygmCA\nS45jL3e1wUpmufXv5FpmGQhb4j4hnmqZmYsGcYLFtexnPFOdokgBACN/QQQd\nGRNj128ZYpbfQn9Ye1CYTNTTgBA9EGH2SDWSNX4DzZ76JjJS1wT8Kt9GJ9bT\nskubvtZedTEjkjibpFxS6Q6VRqs8wAv+Jmd3Khx1tZV2BrLr28U43czJd7N+\nfjkd0cQF0Yrpu59Lc5EUAdfNL+cPlrbE/7Pu2yrYhrUWTE5jxDQBx/HAvPUC\nd6GA9WEn+0rFHy55MYQiHzCSF2hN+ayfDihfBdBYR7DxiQ1400iTOzdfioSR\nH4it\r\n=YVQV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-beta.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.12","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-beta.4_1625685471102_0.06078667768761403","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210707.3":{"name":"@azure/identity","version":"2.0.0-alpha.20210707.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210707.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"08c2c16f3db9a95f726b040971a7beef37704ddf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210707.3.tgz","fileCount":155,"integrity":"sha512-ZOLwwfCnph6FojUWKXW1zlDOAkYzY8IpoCljZCXFVW0VIsmZOSDs9iVQNJ1hSakz71pf9zLbhvrlPb8C7DpbnA==","signatures":[{"sig":"MEUCIFw4Sfh/Fs+QGDrcRU13wqm3VpKwABXdGMQY+pyKcIOGAiEAuEUQ989FQbVXXFuYWimEJ0CntvsBLCDqIIb5xn0YiPA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":999619,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5kMrCRA9TVsSAnZWagAAYYwQAJFN0Q16WhGaUPenqksD\nh3tU3OrXeGzELP7vuzqh/zxSIjEfBbOnE0zzkQeBuqAxSUKBZJFmx84/NDHJ\n2ocqaWemm1HaVhy6Qgdv1CbPjDQRqMFHmgB9bcGphv9UdS+VBOfGCycw9ia1\nJSvNzoJBnBfthWU8M0Ef+BfjEprRHHn/MwG0PLMboSMl6YixH6k9ElBkS0it\nxtYPWOdw6p4U4e1/wHa51vDccsuu/4v0ex/62pBTfmHT30I5JiDvLv9aEq9O\nqZ/cVmaUTL5gHSb7T0mABQQlWJLNVTpJbw1VIICpm+0R2z+YtLX9g1hjyU/1\nqVbPOydNcNzmERs014MPMVCe8ruKjpGaZIFUYDbxMlZfWaYj9z1hQthFug5e\nFzxqf/AdDod6kcDjoveYZbM8qTIen0NkEVilJ1OQAKmqtXQgryrc0hsHzbUi\nud8YV68bKVtm8N4KOumQBZTxsapz08m8y9Pzblizd1SiDEP4cXP77TgSH06B\nTEyiTLUA5h6vO2B+jxAGkIaTCatwpMOTMlpo8r7PxVhzfcNozgpdE61D2Wk8\n5wSqX6NOmoHGFssj9U1uuYk6dryIYEsbDwQ2nXNQnpvDxATAreKASVYq5pHS\nd4Fd9AfPENi7VMSSWsLiR8vCTm5pXhucUfEmPOiQepXQWsWidTFrK28kcx5h\nHpX7\r\n=Y47E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210707.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.12","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210707.3_1625703211011_0.6894356866565627","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"@azure/identity","version":"1.4.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.4.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dfd2f641cf5815d1184acb5ef01ab6859e4d9eb4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.4.0.tgz","fileCount":91,"integrity":"sha512-nusX+L1qrCuQbRWQqPcgUCj07EvDVOgPVMnNS/cVtH8lfaGjWU6vdDJ49gROruh1jNjjZC0qpJBaM7OsK84zkw==","signatures":[{"sig":"MEUCIQCWXXAHiezT1R9w98ixlTaZNOC1WyCF9r1/wYcv1JJIngIgNRWYSKlW28TEYibo6CRU+5P+A6ygTKxWMFjUO8cZqL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":678888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6Mm7CRA9TVsSAnZWagAAMVwQAJlm1fJVlCkqJQw1wwwu\nelnC3yfOFTmN6EN882EWVxTFGFgwFf106bE73KHPmcmnuOe/BCRDfm7ZSd3f\nLb9GI5/iZ+pPL9l36VWHUNXvZ5Dnk3fiMfJ4FlLv6FP0kzXERqBPn+z5WEBP\nsNhEe0bsIEv8ry1NAI1j/ODXAb7CG2H8w8AfgxhLl0SImH/KcXQOsg8SFa+b\nwUlv9/cfD3VI5wTJSOcSzXKcp6VrS1vm+8TsAQUEsf+zSpkJxiqA6kI9ovzc\nWAJ4am25TqNQBpdX8BlADKFwMTG1BL89uXKqWYESC5APDfgz5gl+B5L+frit\nPwRTJdaQUUjIcK1u1InvPqSsG4muw6CYGC5VDOeZeZzCbOl6KgfmXQZuLq07\nIy7EmwZQcSYxvDm79TjY6ueYEJgCBdp6HZy14Aly5NvahJ8P+CWnLBRj3odz\nllnvxIqYTLpXDqyN3DM3dB87ZBb6dXTQ0qLQsGypP8ndCheRUzPLG4YVYdwm\nqJCWa4hTkovCPMswU26nKrTzQuBoA2H/8UCxyvskqA/FByTc2h7GBk0F/6rw\n9duxr66hZ4cRZKc54Urup4Bg4bcjKZlvklYB35VrscxFl3UAANDgm9jaJX2W\n6zmjvOncebimHvLasusfXwbhIt4+xJiOkcyqW8exEZ+YQUl3HVyyqmds5gFC\nH28m\r\n=rp81\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.4.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-http":"^2.0.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@azure/core-tracing":"1.0.0-preview.12"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.4.0_1625868730286_0.8015151608377864","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210709.10":{"name":"@azure/identity","version":"2.0.0-alpha.20210709.10","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210709.10","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c2b32b5822b2e013f7103862f4a1e90d769951b1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210709.10.tgz","fileCount":155,"integrity":"sha512-Vmt/mHh0T4fwaohVs7LIhkWak6G4cWlYetVESGMQf9DvPZkxuGOpXsGfcVWPU8tept1wBt75FCwjc/atlreFdg==","signatures":[{"sig":"MEUCIQCeOunRwW+rN/R0fCCbOqgzW9QOoVNUaaXwnzspZKcOogIgV719hZXXqT0J645gpwnCjFy1shjOlKEApMjSZ3ps4fE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1000344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6OUACRA9TVsSAnZWagAAMzgP/RRWfnUQjD4VE5P71/8z\nnINw4tl+y7+HrwzJIdw3kQxq+ltMq6E7hHgiP92Jz7VJUZijEe29ER/ICASZ\nwTynll1PNGKh2Y/G7wUUpMnZFPloJfqbX8PiD9TkkAqTPp3vhT5Xp8OYbscH\nVL1d+7O1M2uwzkumH1ADbsj5quj8fErUqofjfkTh5t+3gvnXrA8gvt5G7MR1\nySxbVXPy9+zph3+Nv7YNqXJ7raWzbJC1+1xBl2cgmU9IljeiUUTMkyJJao68\n9X+llG48pPHahzlcBmCSUT+RUdNC5vhLtGgBSxZnSTok7BwBl/r9/9phL4Uj\nVT9xSgWQszT7bpVX090fwaj5kpAvIPJEWfYsPkWuYViPCC91xCJQsyJAwUbF\nZRGxBPc/ESP5mbnQg+gPbedzWjw8fDB79elTPJRQl0FTsA0Gs6vm53Anhs29\nS78sqgy8qNumAx9YeEbWNOM3LfHPTbcGdZ06hiQn9mIjVSB+4wnqlp+4Jg6l\n8RaN3/GETJHQle4QOhtFK7fWg/Ar7pFrgYqY1fymwq49sKDMiSYsFYTw7Eh6\nyKgBm3qbCMGtyxBOBmD24vF4TNW6FAUzPKZCpWtoFXED6wvGwiAm2ltbeLAi\nG4+Q+2O4BqZ2JKqgNnIfo8Nwz4S2MY6Lka0v0fVpJKpg6XeAqipQRo8ajUBA\nUjDm\r\n=HabQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210709.10.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.12","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210709.10_1625875711790_0.2832665949935025","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210714.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210714.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210714.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1e3ed15e80b131130a4961125d19392e9c0ac8d2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210714.1.tgz","fileCount":155,"integrity":"sha512-B3+KpzeSUlA7OaJks3vxIlzZyPPfQ2jW3zF1AJU3RHIfhwCpS38BRCQn9B8kox1BOgpSrbILZ51kwlbAWcBxLQ==","signatures":[{"sig":"MEYCIQDojJ9EpPkjpQWdpGj0wynue3r2zu7+maF05PNpYNWTTgIhAN4E8s/hs+scjbx5JZUBNpPtiP7RWBTlBQFpLjY0B0Y+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1000564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg73xiCRA9TVsSAnZWagAAhgoP/iXlgohyCEZH+NMvKKoS\nbz4ldrgqvH6tpGwMvsQBpoWcVhsApKWa6ILmvf9jOexp2WcsvYljI17h4wSN\ntVsCW+Z6NvHDfdrx6vLW3E55/DNAguyR+YpR+FSQyGLhR68wNjuIRjuuF0YO\n3Rky/u6L1BLCjoyxxT1o6eE0rjumy8588cVWzZY0IzuUGXHVWeZe3NF81kKd\nFUfejIWhC+bireKrkymRX+VpkCJA7me1D8nvIBRBuUXezOXjU8AYt4FCi2+c\n9dhWqz0VBzH6GvL147ThVFSeoBJhVxruRNIQeKOFiG6rpMe2oiYuNG5jLHsv\nkazFh9AqXqM9GgkZi+ZWIjyyaKaCwoYxwR43yzDszapvQT4KiZmyPt9RhEZZ\n34I21l7hz5WbgEhmevSwohmTDMTsFiMZVRrqIw2wuSHV7O2fpprlYGP0AJIg\nF3VT9bH1LUgoA5hDdBg85PrFQhBx8YDIrkdeXeCeSFDPHGImAkqZFCpimq+/\nijmfxBiBg2JFShGwtKe+On1WhZqxMlYHFsQH8gbU2q/eqecb/JVT2ZwI73sH\nlzBfw3HUz1FPxEH+yb067jpKjTo95kp0FNID0gqID9xtDXeoPxpTdVtbp6Wm\nXK4lWF1b0SY+LiM1ucuknUVKv49F+AqW49vccZ92i7mnruQINlAq6ogLa1Lh\ntvAN\r\n=fu02\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210714.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.12","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210714.1_1626307681430_0.42176470544864664","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210715.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210715.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210715.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"04e9f04227b8be96cfbfd27944cf01ed7d3a19ad","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210715.1.tgz","fileCount":155,"integrity":"sha512-bCaCDvB1bB8wet0D11hFBPSdfHT0lwuBQfeTV2uNjPkFdprBC7WQ4M5a9RN8uN86QuUWFzI8Jn17qJM9kyHo6g==","signatures":[{"sig":"MEYCIQD9q6yUkQ+HWqMdhJQsleSEB6ujDuIT2YxmbYjQR036UwIhAPxjJ8CDjsHZlR3knVy8M5erS7wdcu/1aQVZNNADodKR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1000560,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8M4CCRA9TVsSAnZWagAAaVIP/ii+Ls6hg10FdLDWOU9L\nZWqBJrjWq0aaoUxQjwmO89y3JhQw1n1k0GNXpY/ghSfaHFd8u4HRdQ2zETxb\nc08L2lD15m4uidPvsQjx9eZFPRcwqyNaNh/TdONLmaul1xK8MHAzSJXXxNc1\nmf9yB4n2ULey0jPg/f5cEagTX7JtNgdZNOmnHLYhg41wR+8gh4KpUs2nu+vl\niaaS53M/rKxuCvhDkNngKny8zRDO9809MIgnQWUJf1EXRelSiowehYoSKweZ\nkCSnFFq6fqyuC66bhtowXxJPrfTnVheikZwHv6ZW+iF5HlHhvgdDMqkWC8tp\nGZyfkQwPDDH1rVuSO3DmtX1JbuyXcLyPjICRuroPIg8eoSBQ0U6WYLmNQY3d\nEIr/f9ThjV6Ik1EvAZ7MsK8hSV9vaynhH3NRdFXtFcKUBNDuQX0ste0IO96L\noCJ4U/XwYTztmnJ3OeU2S7GXy3AuJB6Cw2mtiGJuxR+p4xe5mFS+IgIjJz5y\na2IjMxOksqZL9MJwizEG6xH+PrHNPSqxWnK9+LQQO1NZzVlrkYHWI3yrYfSr\nyDZthNHJTAYWUQoJtziw+xrCtfn2nqwxtz3vOH+/HCYUEBd427523ZPSEjhJ\nsFvVAmluS1LpfdFYpHksAC5HnInVLPbnn4IB0oKSUg1nJMGaRsMy4FLVgNJ3\nlbND\r\n=v+jr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210715.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"^1.0.0-alpha","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210715.1_1626394114676_0.34795925262883687","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210716.2":{"name":"@azure/identity","version":"2.0.0-alpha.20210716.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210716.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2770db4cf4e6147e298e43bc21134a54c8078994","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210716.2.tgz","fileCount":155,"integrity":"sha512-tY+LhxUKsovsawWefy45C4FrXx4f3l0fS2dcc36+B0w/4OmL9tGt1FdGXvOYBxthJRZabmH4eNBxhumw9wjoPw==","signatures":[{"sig":"MEUCIQDsYZQ5V+Z0/lwW1Tkzo30RD2vqrNyGW/xo0Z9A3hIpkgIga8PIAkeAvo2ds+dprrwHVbkaXQKcfjDtWrvfg8lNO+E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1000564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8h63CRA9TVsSAnZWagAARK8P/3Hbip3/m125Ex3n8pF7\nw7lShmlE0l+2gbXf+Z3KhDeclTY1atDYBSOfiiLLHfjXFP/+dFAIWBnqf3TF\nrFN5KgJHJcUo9iFnB8DfKSNDD+QQ75oLt4ZYJgRbgUfb4cpNRgoCvh+zJ4BH\n1Kz/JBj+IqXXZlKTDZU35VztLSMTxKI+oJ2ng598XO4CdwamIF8J7YdhOFEL\nuskMyz8LzbEF9Pcr/N6DN5o3Cdvq/m91wJ9JpgOMB6smqVUTtuylKQ6wzRgG\nT/wrrvfZKL9RJpIEoVZ0GEO3g2Q0hX4UGh1C9JZ5aY9JtTeEdmF82W4HQh5i\n48Z3gLRnuZpLaERPY1Eu7KLiY+4P8ew0UrgPEM3HUuEn7mQlc0emD9CN3JRy\na6SuZYtnsns3D6fHBxJKUnZZCnlUsb6fRoLHF/nHHYklkbabZ82EjHiB8o2E\n1nZgom1AsIU6i4MoqaGEKGxb6rbseiApubZ5PPSZyMcAKwCceITDta5XuFD9\n8IQKacdMWeuZxOjYUEyHPFL/9G3bMv+2Om17VpGtni7ylNoUA3qihzYw1cN+\nRaZ+4TFXYZRqbu8dvqPmNoYg+QXYt3BiZXxjHELh4TUqA9dTDes1xwBLNRHh\nhMX2iT2xI2F26uJitt+ogWpvOQjMGqXlc6zkGL8UO6LfVcYod5c4hYHyvGof\nSFOx\r\n=7cQ8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210716.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210716.2_1626480311707_0.936178201124225","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"@azure/identity","version":"1.5.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.5.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0ac832b95adaac00b4718d92b43b2c9c5ab42d2d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.5.0.tgz","fileCount":93,"integrity":"sha512-djgywuWtX6720seqNOPmGM1hY54oHnjRT0MLIOzacMARTZuEtAIaFFvMPBlUIMQdtSGhdjH+/MS1/9PE8j83eA==","signatures":[{"sig":"MEUCIQDXnLQhfPmDSNZB9gUJWr2Y38AzQ4d7uBXGshSD05uk4QIgUTD4eBcCD3+9RQz7Fed05ExVDaw+LH8CUcEwyGj1U+I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":691385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9e0+CRA9TVsSAnZWagAAP9sQAIlBhQvxpH6n6GIw0P7s\nlbA113Y/sImnj1EGOeNGyuf49tV5ng8ecgaCndPvbej+Qg8MgWPkpOhXieQ4\nRGxLnNGkIwVEyx+NLrcxsycDeUVO5fzsjuk6PSqqYCcnXZ8UrShOurCcHwe4\nnKbwP3GoL+tEQ34KbHnxJzMMG3JFnJgvSXT127rRwG0kokyIpPN1IEFsfMXT\nMWpIbSc5WQ+bv8fGKiyQf9BW2iJxlIOrMB8nCtWctQtb3ib7i6A7oPWwDRh6\nth1YnvyNsJgTdRBLrI4CjWrnweLa1Ct+BjttyANKeqIl+UTHZ6/p56nArmZd\nRO3/GKs0AUtaJooKy4Vd9h+e6sdW7BLNED7JYKVwioYi6zAmUnTB/W/shjOG\nrwq3SwS5h2Rsf1bTs9MFKT3cSnDCXojwyD5py/YmcA37hvDmakv/8uuKi2g4\nfD3lia2xOFwq6KEYoTkm50VYWPuqTQaHihWoUYXuFAodfxIuX/Miid3XA2N1\nj8LhGsT2WEH+lN5M7qUtxxcPFtxqpCPVO15LkiR7BcActdc6jQcvL/dtUmm2\n13sWdLzwgiX4/PUqLN70biQ5tHyTfiXV/b11hKSqY65ptJue/gjmSMPAW3qx\nAW7CUQ+ZbDTEMyVD02064iffCYfaU4vHEzh1TCgUhFJK24hCkQ/skUwOF+x4\nHUMD\r\n=9eA0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.5.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/core-tracing":"1.0.0-preview.12","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.5.0_1626729790789_0.1938614688874556","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210722.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210722.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210722.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3907ae5ee1007c710d73d02ccb337de90bc6c877","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210722.1.tgz","fileCount":155,"integrity":"sha512-W9oo6+oTwMXfwg7PyWpQR6KpSfhEHGk03NN3REk3NFmOf+lHPCi0OzIYGRJPWrsGMk7WluiAbCMRShjfd8nfBw==","signatures":[{"sig":"MEQCIAG4fEewXb3vaVHNvnoSV+bt25A6ic6G7Q7EzIghME9oAiAk4VvM2UlA2dDu7opDZFqnv/7oIAKRRVFp3ernrq5deA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1000556,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+gjkCRA9TVsSAnZWagAAM8kP/2A91gLWP0nQw2lXSAGu\nPFiGMA9AtWq9+GRQPkxoN/N1sEBmV9go5LWHCgXoJtz0vhHy22L+PTKhaQKZ\nmnS44/HE/HerWAm67x0DbbXCP78vE6q40kF/d4wtaHAtCp0QtWhIi2CSCWFZ\nZkOVZ49QpTDXNuqL+EDUFl5+kQvsZZSWTdN0VmxbNlUHmdnZ34DZ0hlrFVse\nWonSw3IPK1ihf2HfJxzxFsJ7VlkMjO/IoV9XO9yIP3GyppFblXfXhWCyUFrg\nDUO7VIr5gD7V4f/7fsgfkSly5YORZ+PxPx/BBDM+/4l9qChYODIUt2xgm+IP\nFEtKlp2+mPQ7N+UfNo7HBU5XXXpaVfMBN9KCURUCwj5NjylfrKBBz4cGICBi\nn2OekVvPj9AaqiRwcrasZMjUCb1Zqz/HsJU+yaonECL3EuI2J254qIRTS5Al\nqeSpHPnuBF59goyxhK3/+9DhtQcV1Jn/EzPynLMVYY/dOnFILC+WQDT/CleO\nn5ThuljZs6EhXeAZjjK5qC/r08tLfL4gbDk7/xlxtj4wSbKXwV3mLXWBaRTY\nLfepOjqdhYnGczma2XnDT2Mi2wTVUlGaQb2O006xa2WkusQ1AYD7zLPKCfG/\nGT2dvBJoLrbK9izONaHFuqgvd+HNjYMlvYIM8Ph4haqsou9kvH6FdTwM+rbo\n2+lg\r\n=5Vqf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210722.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c rollup.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210722.1_1626999012210_0.571533733582315","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210806.4":{"name":"@azure/identity","version":"2.0.0-alpha.20210806.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210806.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"355d3e44036273b4f145524e6187337ac6cc2f73","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210806.4.tgz","fileCount":155,"integrity":"sha512-XzuGPd0acWURV9pvqJ75/3eKCxeWvBEiVW2TJVLY3IL2krlXaoFZJ5PkatuKVFQFXB73MJR9b1kBVx/F45vqgw==","signatures":[{"sig":"MEUCIHp0Js1atsNp342HCVw8LmigFq0C68o0sqZkIgld0XU8AiEAq/tGN0UHV/OykeAYFMc41w/LbC6DK0GeuRl8VFgyYdE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1016705,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDc5YCRA9TVsSAnZWagAAQ58P/j3nanjLkavUKkNIcpNX\nB72edzlnAT2X4HCrYDaAzJD6gq8d9GlYoMo3LN9QcLuHInCTN3aXTCHsKIUG\nrScLZwr1CvV5g1yZBC9nbChufBVYhP3m5JI2Rq+1fuhvIEAhfn+EH+Yt54wR\nXVm/zmu94A7U+yWKhm2IGXPZTzev7516iFUid6jMuUL+qPsqeSvyoJgxl4cF\n2iPZ+Xfjoc8hpIQu3/GJ3GGxNLx20VdK5BKdXng2wOMXWaOUMQVdk1dB75TM\nVGfU8Pb6y0S5o6p8JhhCXdYWEwEgNCSwHLlEfXwRgPQum6T2Cw7efjCqSIcB\nGHuwDGmbJxDCujf2hm96YIrq3fi4PhIawWLtfT01241nMP/ooQuLLBKqITD/\np7pnJNLlSHW5Xtvk0hr98GreCPeAh6tePvXwXmw8eFJHmQGRzt+j14PpkOgW\n5AKdPl8am8b17sgowzdOWxZiqKplwYbvGXxmze70Tk09Ty9derAzG62YdJqZ\nYMrsNK/ZQlczgcfPyeMTFjg5t/SJGtfNTmv7aL9BvS9XVx3nUE3fe6e7LNsU\nJv3diBBAgdrpIJo73W9wHJvuswVnMnWZOivX5UG4S7+9ZtjHcjQA2G3Zv6lU\nQfOkGD9xoILg4rOgU27IE+uLM0ZVeE86B6Mjgj0Gx0vXmslClf1L+aVl3392\nTJVP\r\n=8dT5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210806.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.1.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210806.4_1628294744619_0.9878417700672195","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210809.5":{"name":"@azure/identity","version":"2.0.0-alpha.20210809.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210809.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ada03fa024b69df99d86f6ceab163b09b7758982","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210809.5.tgz","fileCount":159,"integrity":"sha512-Pd4O1Eau8GZNI8V5Dkui/jN++TzSPpBmgwyOWQ8W4cQQXtU1HU5PrbgEjx1OE0bBoKMXV/rXWiBRLFGu7eCbKw==","signatures":[{"sig":"MEUCIQDtFqFn5/IOO0R6bBCjdo1G4U4GnOAEYs3JJ2Mfrf+x4gIgatd7Prp8u0C+Ms7iIhtGKYawlshOmGz/i4O5vqqkDsA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1033234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEcLGCRA9TVsSAnZWagAArXMQAISpZ78wdqGlrGfp+4u2\n/V9jXNHBkpR0aKbMRHVPxIPougYJWWXAvS3VwyfY7f8LjUN7aI7S+dG6McWc\nY9GoPw0iiZ0N9aqCcEFAUntLezi6LKwtebRPmEcTP6sYOVW4GL0/gZJBCfR8\nX0FPs9Gem4+wX1QrLtPkiBfUgBpuzY93mIwGf+49bSowG4p6NJAxGtPo7UrM\njhYlokN5h54P99YIz4e9r5HA8sdDdWDyqKyptrUS1co6QLeCY8mPen0JU5jP\n3OeFZJ5i+d22FZkEfGa9lyiaWoMWqblVKgDnfObUYhU7pwqFLjfu6aHePJB4\nAG5uvpchSRkemZBugZTT3qtdwNwSBp4OlCJTPD+7WdvLvVYKtaObp8LhJ2LY\ntFA9f8r0KHKIaYLErLAV/roLACti8nZouF/YMtPE0FB+ibOjveceWSsTH6if\nYRgNLcMiqjpbBzHb6R1/Kz9EljXkKQaIOuoAEL8t+UdvnU+QfEJvd4QcCLYF\nq5ug/Z/NhAx9xaZvWTFNnLwdWply2onIK2yT/FvagHGttmFIsew8bHiFmdWS\nWP3YIFUHCx+w900df/h39gaQ/h9aw5yp1dE6K2/J6tlfuDcYk5gFnaXsuF5w\nxuerNpd+ml5/UQ227j3c+6CKHz5/LK+V8xcuHih16o8gM+24yMcV/d0t/aZa\nj6Kj\r\n=L/TB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210809.5.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210809.5_1628553925792_0.32642556412039814","host":"s3://npm-registry-packages"}},"2.0.0-beta.5":{"name":"@azure/identity","version":"2.0.0-beta.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-beta.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5589b10b83157f68dd80144669e31850b2a8e5ad","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-beta.5.tgz","fileCount":159,"integrity":"sha512-x1AWJ2IxsVZkZ/REsuQxAqt1/LkDxKEgIAozH1x5WpuhyWvVRGyG3TxyTRB0dljc54+vWcXiThnPV1+g254Fxg==","signatures":[{"sig":"MEUCIEYlEyo71FQxiNd5ypG3HkJEfg+W66o4nS/PUKEM8kobAiEA2Yw5nspE1qF8Vzmdm0okyYQHCvP69LLwdr4CCnUwa80=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1033181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE0ItCRA9TVsSAnZWagAAVEEP/2XtdwbEiini4z4jF+Be\nGzfUKebigeS9883ic+YNkBQdyPScVPcsUXIzArNkxtbzNWGLRJqJ71Uk4LpP\nbUOikzrE98vI6DgtmhJCJPq4A2yZ5ZT7pz9OHXmt1IErsMR8l24DE6XH/AyL\nsIaDPP6/XP2e2PjfzPBPwRnkuOiu+MU2SdRbOG75T0Ui7iIfQO0bQDal/Rkm\nrPTcDIYT15MPiw8Sx+4YLJhaorAB7FTXly+gBWxo4L54VX8YsgFkrxE299dv\nfTfqqjJinuvTvcdtNIgF9gk2f35fgSn0GoPUVwOiLyAz3BAS8ecMqmtqA0BA\nKqwixGqoqyjLz3l46RdgKcUw2AakncFKu5DEt83I1X5tMOBR+zZlHLvwQhMb\nk5WGLVhFKWvAziMYUvdidWqW+nQ+crSK2DVDLCwNi5TrYFASsWZfif/Dbamq\n1xyXKfGJKY0J+pSNp+PS+8cbONweYzHajvgqr7AG9fukeEUOTA4c1iYZ8jW0\nTmy/AEIqs2GZ+w7+YQDb3medmEy8FHkUUkhye9RdBHLMG9ClgXvbOH/55bE4\nMohHg5PhvLc/tgelGomUbm64icVTQ8wFvtrcnrH3qqIy4Kyc4YqsibHRgTRS\nNF2CVWg6EiWrAIcjj6t5mSl2lMXaTOHyxztSkbSD9mEgK6Gf56jUeDvBlkGJ\nwyjg\r\n=JtgZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-beta.5.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/test-utils":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-beta.5_1628652077471_0.9347484410290001","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210811.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210811.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210811.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3e2ba82f23f004f40c74eeb2af14c8593bbaa701","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210811.1.tgz","fileCount":159,"integrity":"sha512-El7d5MQrhgPkunibTZR5SqteaY3lTKsGCZ7wREjfm5TkfnC0GhuVDpCM++o/19d84V4I5GuOzEUhRThPpm4mLA==","signatures":[{"sig":"MEUCID/vn4A5ukSInjCvTQ6AFEgUhMSry8vOUQ1v2ZwSuKL8AiEApAwpSXFqNPl9U7PJf12NKYb3SSkJKMhy6ieR7/M91ek=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1033215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFGjrCRA9TVsSAnZWagAAMPoP/jkcons19GrZ+2+nBSsf\nc5mWEs6hKXzQ0Dx04R2qufx77EJn/6Z9K+iW77clZii+auyLC94t2tfgKgoW\nB1MAXFswItFZ73BQEUnDCPrW8zDjrmU7j9Z5KRZJntw+qYjNjvC0gqg3Zn24\n+wUq52+x/CFCVVss7SayTp5DDGi+cv4X9eJnfbulfdu+URWdFTBuAqcjVq5L\nuT+8gefEavC4UKgv87bNRIkfRb5tVrUu4yWMilrVabyBq2PcrA3a5owTWz4f\n1rwXgiXIIubVTkp0YYcr/825ACTCfaTeuQ+LWweUN4yYvaNeldR15WvcR8Xi\nRiZ3qhqNgmtHfAJ2AL/pTYLTYNJ4ePVboDG6vi2Psl5DNLslIOOjzt5WUf7p\niHQd8/pTbhRECSR8WYdNn18NemVwsX67vM78E4fkXiDvKLVhyk/BFU/pYM8M\nSO3OuuW5swpKxvmlr/axGoKPXvhocdojRARyPxX0wcvicgEG/JR8piU9ziTy\nqY0E0MlPjgfXxRa81R9aK/AxM23h8jAl01kSwo6YdwS7zyx+zP4HGzO++cDs\nXm4IY2CVPrknx5AWYUDRWydsT41yAiQnFSMUIu5yarXfMZwH75phul8AJJiX\nEnGfIM82Un/OrXaZ/ZmoB9yMejqn6dzUDNIu2oyeBk3OlvBPzVv6BdHtORVs\nmFG6\r\n=mUTh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210811.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210811.1_1628727531468_0.279977735156564","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"@azure/identity","version":"1.5.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.5.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b2dc18e346a431451f997c58c7a20f94e878d308","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.5.1.tgz","fileCount":93,"integrity":"sha512-ENYdcHT72PwEb+aiL2G6WIXxdm8mO0LNLZVPXaSRZYNsIshre72MF1H/rnJvcVGX9uVDVClSbNPxXwY5MJPLjw==","signatures":[{"sig":"MEUCIBGUSE4jAIG/Lzc1Cl88tfQLDYle12GnNlwmMRBCMjl0AiEAqOiEKcuj6oe8ILZWb5rmbUmxEiFTbAN4Lcpm8hyyeeg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":696347,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFax5CRA9TVsSAnZWagAAj8gP/RqEBpgLZU0pPeLe2um9\nqeVyVlaKKFfz03S3AF75sis01R9LZvFKALjPgCuoQ32+CfEwQSQLVTNUwmsL\nRksa8coQInC7uy3xMwZM6++QcpfbGHw5NqVnK4cno/8R6q3OChGXDq3hLWua\nP7vD5lqP+cAHg0PdCWZEsont5eQESFmHu0zdI7E04X8sJI/nXRbyu2E8sPnp\nssNana25fKp/qCmELzJ1cnQ3MzpFZeB3wPZqxLzOHFGEpvrUt+N+RHGTQSVP\nFieI3H8sZSTO4vpoZSGJcW61PZFat41L1taOzNyrtL+0v8opzRLhEmGm8snG\nji+51CjmULjQwdmERyh5B9NOJH/YG9+JSlg4ixXHkLI9/CLjv/0Tpy2rVnqu\nowVH0LF88iwvXobxKQ2CBjb/7scMcv7fkl42EvTxiQx8zbvIvMqJ2gB56CJR\nJB1keResJWzbZ46G19fqwn+0pggWrbHz2MovLdj4wsApzDql3kWJ1NcGzG/S\nu3ouNRGIBoK/5AOoVQk5gG5jETxB1XIlWu8s42Infc48aJ6hem6vub0Lddrg\ni1+AaYPE+MalRoB5u+o8hPr9LEKGWmdOqDDD5fyuMhCxv5Kb86mnMB2fVqi6\nWuxn8yu4dkkke6pyYMRxZZ7jOah7w170irwVoxYuqKof2qVRaKT4I52LzsLJ\nKG3P\r\n=aR+C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.5.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/core-tracing":"1.0.0-preview.12","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.5.1_1628810361718_0.8076058032527105","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210812.5":{"name":"@azure/identity","version":"2.0.0-alpha.20210812.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210812.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"96ee0e1cc9eaba8a6962192f1613c608596a9ea2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210812.5.tgz","fileCount":159,"integrity":"sha512-djPX4U/XZIGn0aK6XK4OtPK+scBdE8F622lZxyN+LIkUo60GjJP9X3UQkyBcMxf7fUyMyKLSf6cF0R2ZJL98qA==","signatures":[{"sig":"MEUCIGN9PAIkfv4brwL+OgNVRcLwK8SNMedJk8oULHvBPOLjAiEAiXNCdx8Fdlit/yN08AQgapSe/rU71cV10EoXJdTtals=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1033430,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFbf5CRA9TVsSAnZWagAAoVEP/18lYa4sdFBcaijGh0AZ\n1bSVHhbJCVGcE8WHAPAY5iuLE+PiznCdPdcOBw/H/QQNCm4EovY91qNNvv+r\n1qK8D+pdztEJD3qrpt5/rw5Guynj8gQpZLI81PafYGDK/byM8bqk6ahyjN0Y\nvgt5PGo21LXv8JQrWHxrnoaowFFerTOGql4+fORwmV3QWYPIVWt4F4Ih46wD\nWyVdDJuRmdwIntwb03UfJcZVWhXY7YbXgwfL5z5M8knXqI8R4QQymWbMoNo0\nfxBR6cpSwziKqBq/QudDln9Q9EQvzBHjiOUDVKyqAB1eiZEmnjlRcfmPbLXk\ne7RNkfhGt4kl724Ovr//1frCNNA+aOJvOfWF0zW/VpbjaBDs3mQXqAACPUvH\nKjFd1PBoCHi+NSOMJl2/IHEALrLpRlH1KQ39+DvrP2H/5KJBE4uOHhFjYI6t\nlD1Vok+BPYLjVwMXhFhe748sLv5ANXnfVRLIFj1E5+ckvrXVUtKreo1gAt8J\nXG0M/Z+XCgr4udS7e/qCWyzTfNRTxyqq4yMKsNwUTPuFdVhtPyigVhBw60sv\ntAsHhKlGHjPiLm0CDwQ/B4Hl1p70ywQuYCpt9PMWPi07KMDoCK0lWWF0XY3/\nc5Cwo+PJ3dDyO0Y89Flp9LjhmDM/D8X6L7jWr/YR9MAgaTsmUQMDZo5obFCS\nhMAW\r\n=SSdU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210812.5.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":"^1.0.0-alpha","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210812.5_1628813304657_0.4213357455180087","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210816.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210816.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210816.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"38fa97e1a0d3b898e130c72ab610049c4ff050cf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210816.1.tgz","fileCount":159,"integrity":"sha512-ApUnpTmkjvC2Tv1JSxMLSIBTPSQRTuRJQCzeHcC4uaYKua6CnmmTZtuugBgXHrA7DJ5OfH9Kzd5oNPdsWwsm8Q==","signatures":[{"sig":"MEUCIEr+pylTQW43E9e80WibabMjfIhwYt9SdIsHGIop5QlYAiEAh8YxNetASVv4UKnpPSM/D1iThUXwQOjz74OI8UNL5oA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1033486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGv9+CRA9TVsSAnZWagAAXz8P+wRz2S8xnsEr94GjS7dX\nzNcPKBXzWh4hFrRrDZUhy/uDSsoWKi+vOfQOUEjNCVFzNxHVzkNfyKG8LA/c\nj8w4zFD3Rd/P6HW9eMC2J/oK1UGOBplhPvB153dh77XWPr77Yr+uQvZlQsVo\nTS4TJDSILfxbm40VpypJ0zXQFbwRpXmStbxL1EVOP70TzkNGwl1c7Ayn07XJ\nbhwWjbziKbnkZVC8JbkNl+VaLbWQ3kn/egNaMhsbpxPeYBzHky5Q0hmVnwes\nDZtR16aUv+4HhMR1QtpEc2BA8uUlasNe7IOrRynxXdaUbcyG4FsK5fOgxyoe\nCKQhb73nA9EDWiaLwqYKTIGJY5o1KxN8z4OOOjCoP/fYB5+SedZO8sx0b9+Y\nAMMjCVan+q311dgtGe/shYgJFl9HXBV2N2blsIyFZ7KRKQQIoq4seR5dN+Kl\nK8gpslntlpsXLwIw7E3vEyOu0xLF5B0Kj8kbVsDDhB7tDeca9tSGyhRfBUUx\nsiPord8075RNFoF9PfFcm4PG1eJoRi6ZiCBe6I1tFLWOk+SMEel/J680yo5+\nct+axsIevxgFhTiQA9nrCygMBeBiIdL+/6jzDN74K2Rb8Cai+z6k5FTQZqSC\nBJ2sI3fH85iOQrReEIHjl3N14WJFmxQaQOYU37q2jblD0H02+YggHxNazLGz\n1xo4\r\n=MHS/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210816.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210816.1_1629159294132_0.32680584569975935","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210818.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210818.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210818.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9cfb76b31c164952d6e3996a8dea186ff1cb9c68","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210818.1.tgz","fileCount":159,"integrity":"sha512-uZKArM22/ISeiZx4xF3nmHlgv4gSuqhQt9m2Ums/NknnX3WAja0V3QqVSV+NikwOYYQTcwePqegT66zN8dzlEQ==","signatures":[{"sig":"MEQCIHRtiRxeSQCRVDtKzDLGuxMNCeNRO9KiLbQSztEP6jFKAiAhlbKZTmCSEb3TFf02/3i6pz2g/Rh3H1nh9odfcd4fXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1033969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHaR6CRA9TVsSAnZWagAAenQP/2zyuOr8cXRoM3+ARJ1G\n0dhFITsBBz6NZ6sbVdPJQ/sDvk0R2ou0QvBebIDlMtV/2U2vDv7xEUZzXWav\nRh+rUa+PAPsIQAEiZtsYToEU4QJWA+hxzJd5Z2epfAWHTZTbeaEsoox0S5TZ\nILi70hZlkAlYtksvUwY511jADGYHAqDjSH8Op4CBUt9XDtN+sfSu5okUqWfw\nbx7L7i8ZCXDbcKLvicXCKPbxjjmYNT78Y9Ledm2I9mhjdEV0TsG1pxSCiRwk\nV1YGnDEa9FOQVh/r1m6ZgBPjf56w3xMbGsPCs+BMACg6K220ljcZarMmU0u/\n8RwIj0nQqgnx4oGLY1Uyn2eFfMCVV9ePHD7zTEIbiE7cTGlSNiqdHQvGJ81V\nDyFd7WEIujPFnwHeh7fpnRf/oTZ2jB1104N68uHFkLrIHHiZpVg9FEu36Dp2\nCKs1TvuWqrr8YYskC20CnWG5x12QehpDyDBk9YDdoLSPjy8ikzpajf3l+Zvd\nbN0uMlKZ++HL6mFrEzzL0Ie/kkJgxBABAiPqlHZryWGkyJKIaU03FbL33/Fe\nqgbaTI8Rkjpz76eDPQzZnc0esy81wNRheX7j37T3Xxx2PHOIoq2aE4KmECeW\nG4RydLj/scylyKfsnozaQguZZkHTXI931LniQgP0zLBwOTrYEJuNePfZCCBz\njZMJ\r\n=+hpZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210818.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210818.1_1629332602321_0.6091993385391232","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210819.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210819.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210819.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"035fc764f2bc1739dc3e12009dcab72006226b25","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210819.1.tgz","fileCount":159,"integrity":"sha512-i37A5+6DJkDyM5P1n7o1yP3fBcdY2f+tAxp1VpqJF6JlpmgrR8VGZctR80FQyHxYA6Ufi6o7HE7k1kC+HYoToQ==","signatures":[{"sig":"MEQCIEDatExRNDU75x+is/Urq/AhB5zTeMDp2cYgNkL2B8ktAiAph5HA/+8zm3c+3zqx0nFxsRwldTzXglJqhjMtE4aWHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1033967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHvVxCRA9TVsSAnZWagAAc2wP/iSJK6+r3D1B4UKlt9tL\n1jsfNLPo3LLm0eplllS0nR9mH4srLPdLOl9lKhmTJ50DeJk/PJMZMCtmgFTP\nGOBcnPq/fis5owWk6/Fl+NXW67v9HOEOU2JHUzNxxwzOxcyjnOq1L94aeWhI\nn48/ZlsTiVaiq1W2c6xzgHWjrInxZX7+Dw6zcM7+JHL/rZeQ8l3RIhOlOXZP\nezY95ChGhWgP67TRQd5iCd1k+mpTsbCMP9fDhhlsi8l5MrGcBB0Dgwlnf/IQ\n9DKiZCph4v0SEUocu0i9MPymRWjhWIuS/EnWW/weSg0LOV8H8Bper7YMZ47q\n8mw3BOsYruPK2vtN6TkFxMBnLmjPK4BGjxezxahyBzfCe48OonqZLkixsnRn\nPC8lNBidD5hw14DLz9Zz9B/q2Cxd2o8VbWb6gGhZR8DI8Avn4wWZQUC1nRa/\n3Kps8KWffeI9/YJDLBn1lojLUM9s3/OCGFTaToIXohC2NnZGff/Oh7ZJfilE\nOqDnu4+I2lNFeM0zgPeGNGFEMNu+o01IETwuX1j39VWtSxI3tXHZokiDEJKE\n63fwIfoytWY1b7NEoeX6+WSw4nMH+073IKGVUEYCyq2eWo3Yd/RFQc7pOGDP\n4GaItwPhFKuu9MKfJ7EcnQYHnJY4cqzu2+EE7DPKZoernZT+pjK/4nispL6s\ngxQF\r\n=d1cE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210819.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210819.1_1629418865520_0.3730264666743459","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210820.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210820.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210820.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cf1076aa545fc2f6ac525347bc7cd38e8544ca1d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210820.1.tgz","fileCount":159,"integrity":"sha512-Ljq3XO9DAGsRGeRtHIz2cQmRC2fDgXXR58k0RUI7UyjR+dMbSLa4K0aXG6BQ9gn0+KvBGSEEfpNKA3yv+7Dcuw==","signatures":[{"sig":"MEYCIQDzWuawpGI/ZkofOlI6rklK/dqVwp/MN6TekfBc1cBp/AIhAIBhFAYmECnqHGo4P7LUaR8ZbfMvjb5AA0Pwd9kLn507","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1037155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIEW2CRA9TVsSAnZWagAAiSUP/1hZqGQPC4j00IDVaL5e\n1p2QzyqNS71ThMTR8hRYna/n0uZFVclJ10/s3TALKvEorDVFUHOA+0Bvuhvr\nVyg28sOxb97wwFOY+X/Pl0c9YaWWYDJgHloOxiXVyxn1pZT1b6prlTnnHj/i\nx06VFnO5CCE9F396l/+tvG8SFbzD1iDLb7NvAHLuNvML26vmjjG9HKLtq90R\nCqllZngfc1xS0hXlnLqqE4T+/nbZlDXrMVfO66r92fmV3syFG7DsEuKT4jUp\n85E1MREbAVwHiUwn9/IWWQ8kDC3Bk5BpImku3J+XUiD1FD2GQVt7HjiM/uTL\nmZK1DfVIsOL3U1eItlTW7qVpo+T1NhEkiiYT2yhDsJkkGEFIStYhOb0BGspD\nCDBDo1CNBoG3GcXkp9Onxo/DHiP2FvozKf4Ru7RY6cunrS9I4JujKxJNKb4z\nsF8dCiqgoPdSXVRko+L2BpMFZ2NYYdZC1S56WoQQT9Y6Xk8mM71DXDLCX/1q\n5kthvLyBOAbraXt+DkUGZwCFwmSm+rNwniafPVDc/CbSy1bLPpAyutjb7VZ/\nk3slJ+VTRT6mEwvDbqtT25+equ1MERt3QvNd2qJsOfjHez5YVcOskXGhMwlb\nGniFPUEV3Z/9XKudALj5FAfJX4XgiDw3bAIi6YtZ4GvmPsQEHnRxex9jyxeF\nMHtR\r\n=WbYB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210820.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210820.1_1629504950233_0.7702036786019735","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210824.3":{"name":"@azure/identity","version":"2.0.0-alpha.20210824.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210824.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7938fafb693e65ca5d0d51b84b87418fb2a78bd5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210824.3.tgz","fileCount":161,"integrity":"sha512-Xyi7p8IU7a2WnQXshKMnqjtHMy8DpsJFTJPchDileeIIsHnXOmaa4C6rKdnqaIBEmbPBD3yQbZT/ycR+CQKuGQ==","signatures":[{"sig":"MEQCIEWyhGjnCg/e7GGWbhXP7mGEVCDyGgSxXXlGBrPVOnLCAiATc3j7RywLgoFXYYRVD1K39VPmizdd0HhFCHw5J9zM8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1026726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJY32CRA9TVsSAnZWagAA0e0P/2Q3QXMAy0nLXQpyI+7L\nylopM6NnqkMngs3Yvcdm8208ONe9lH2g4y+DdlvYlfpZFqHePnswoAWCt3Fg\nynuK6J5yZ6cgLMvFb4SCo/jeP49P7AgPDm/AcHx3h1DbKt5romB9ic/d5PdP\nFS1Zb+7HUTdE+0uFNwP0aGNwNGeUyhFhvPIZcuwjdWa6IoRQRihzo359ldZ4\ng1J5mts/qDrmdKO67ymq23ZLPPUnaIvFL18CzCyEKXS3plDHPJJMauIFb14M\nvVNBtxu1L2ZFQcq6iqa3gnA8K8uHGMzq01YAw+AwiKxFpghG5RpmkvB49mzY\nZBMhzejwmuNLzNOLafDOI7Uo4HBZzrsrgJLjdwY6iOJfqUN/IG3AtyJrHK6o\nfr10ha25oYpuQIS7DjFKeHIiWO8BqFAupm23h9bQbhjWS5FpFTk8Z7UP5U/a\nN3RR8xHlhSMIF9EPk5gmM7ic5MLYwjZa6ym40Ne6J/EVo65AneMlSEyGE55A\njCd4xlWcuROtQfQnX+fwbeNARBhFQF2lqUbObqj655KfURa6LsQ2Sy+7Fisl\nlkzcR1kcBPkt9pOkJVGob2N+Pt/8sPLmLto1oX/g6mdELFmxhl5s9lj1G/f6\nT2xtVkU+oVu62qH2Fy0UrwQ9XVdIrQyfhVRV92RjjuojlIJctWDmS0gEASyj\nJ6Wi\r\n=IXKl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210824.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210824.3_1629851125827_0.5133147233444766","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210826.2":{"name":"@azure/identity","version":"2.0.0-alpha.20210826.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210826.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"73754c6e29057e649aa763c418b5a241b2e52bca","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210826.2.tgz","fileCount":161,"integrity":"sha512-7PibrhyNyI/kNipa03pI6kXoGdYgquUZgx0BjFgEvP9TQYq9XenjjUn5sfudQ9whZGTMmUs2eogUjsZlyPWvnQ==","signatures":[{"sig":"MEYCIQDbWLhBSUbRgFVUGnfE8sXH3BoV0MOYzuB15YZwdDEJkAIhANxBxkn+1KZPdzJluexQSD3Qnj7LMaJpUD7G7GSXK3FL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1026710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKDCLCRA9TVsSAnZWagAAofsP/3dBQyo6ksT/lSLVKUJi\n8lxIntCcqVwzynkdQQp9eMjdW2E+TasQrKwTVsK0tqXMf7dF8s7TPD3aAJUz\nF2GLh3lo6dm6K2fpbYo7ll16EKX1xwj/QrdrGAYAs+7698CWPyTK+kzJhiyF\nMNX9gzlfEWOnbHXKNTPBG4UMsfFP2/CfVS8f1e3sitPQECJUtWBBWPkkC/Cz\no+1O+l2qQcWyl8YJxmVXl1ZEc+vtzrhzC50h4xbj66Z0Bb2ZUc9G36L7QECi\nrHYSnCtFuSXmpl8K44OqFTNfL46CUtQJdD5ilm9A6Q3x67n7Ugc5IgrqqJ9w\ntY1dMwvBbSLBl1UlDWdIbyFIo4HW6NzEnx+Smt7ItUpNisz79vSJaQ27fHQZ\ncTggCwKSLWm2IUsZw/n1BpWTClJ28jRa5lurg9bI9NX2rnJBIpuo4n4lnE6D\nn+hpIIh4AiEtqZLvA3LTdO6LcnWrRa97AUuWc432831wb/MGeZ4o3VwgsWPi\nPZy0aL/s8pbsRkUeu9Z+7U3nmEi5FL3CPdoLimD4z2zKccZiS++/l/VURAbv\nzrKrevLkGBgKHkdVt+zgQjrBc6AuXge1uhBhOAK8N7U0Vj1S6a7OiN/X04wl\nPNjQgy6QNwFN5nqOH4BXNcytlJfABBUHKMb2MQ9TW4dSlH3gXkpmB5V06AUW\nLPo7\r\n=nbNH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210826.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210826.2_1630023818745_0.8038586024002385","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210830.2":{"name":"@azure/identity","version":"2.0.0-alpha.20210830.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210830.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e5bbc2457fc9da4c43a4b44b16241cdd7a6ae2be","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210830.2.tgz","fileCount":161,"integrity":"sha512-eZh7SwHGeCLefrEtDE6A2shyO3+s3L5Y/6laL46hvce/PK4BduG/Urwdc/HpaqLoz3u4Je7xhkWxn5UKhOokPw==","signatures":[{"sig":"MEYCIQCIKBY0HvW5nqr87Po/Ryl1oVMg8BE/SZQMTTfPxr0vFQIhAJernfRsNaqxUk+a6OAx34FVVXZtV4hCpHFBM4oB4xJv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1026954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLXaMCRA9TVsSAnZWagAAIrYQAJ6G9oFiC8LujSv6JjIR\nrtC9vpDGdJ0CX3og2IDKUkp4ubnCbJvgX8oEJXpBitwkJZSoeOWmfwAizis+\nAN+O4HhUhqQ/nQvJ0Y8HM2YSv7oJRifh0KuvfEg3TgVfBwfaKu8vuFjeJsUq\nZAJPrhN7HKQIjMETq5huf86/tZPK0uP0NyKioR9c4nwRteSPUE/7Z4v0KHex\nIvToxLn0pt4MimaEZJldc2cBiRpzVqUomm+oIvpPUQXRSvhuwHNtr9ghAEnD\nAgZiQ/14UAvRfBJjQqF1zBhbDL+YhFu6ZhIz006IlJTB8RDdkDwp+f4TyQD0\ncyrTwq4KNVz+puoJTYZF0L1mbCh8nc/cgKHudIhz7RhQxxa7HqQlI9RjkNJd\nR4PBIpo1dbQZ2cEniOJSi+t+nkfLDTQ+Svs9dxq5MOawyxdr9pgjnJeyYvqb\nUHg8gVT7hBq5qhigI0Vh7xlhmgIosCx8BfWqBcnVEO4zj/yVGW2PJKkHLVRH\noctDGyAqmH+yU843J4VRi9Qzw98Thujhwoa5IRwKMyx4qKYt2I7zyt5ZSr2t\n3xGWe03KLvHbYb6utvwskj2DuD//s38w86WwueuzYL1D/mM8+bT26wVHTB4V\npKELIC8iiCg7T4bz31I4yIM1G+YWICzYZk2jhB14IhpEJwe2yEVUJraR8hTK\nxbTP\r\n=n+MJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210830.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.2.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210830.2_1630369420359_0.6810808205189305","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210831.4":{"name":"@azure/identity","version":"2.0.0-alpha.20210831.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210831.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ace1b8467712c52bfe1dbe5a1b90fde29278af6e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210831.4.tgz","fileCount":161,"integrity":"sha512-ORwl5imORIqGVHkx+ni5bju2u3tg3wxRE23IpdIPn7JtEWqGouXZY8fxLOXNlOA+4+o+ea5y7422bua3NZ/E+A==","signatures":[{"sig":"MEYCIQCnNg9IJ5rZMmQ8y1My/TwlcTfq4SPZtjPLjmJQAfc2cAIhAMaeWNgFoVFv2wuvsPKGsrqCMi+gmxlUkmzF3+HWPTGj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1027154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLsUDCRA9TVsSAnZWagAAm/MP/3hodY+8Bpf6x8vnN1gp\nKM6ZFl2hz1Udzt/j2UF+Tj4VrKlrpt/Dt/kV3lrgV7ldc24tLiFkb/a8Mhvk\nP5P7iNBG3bVdebIvzp2Km1wqG2RhZbyV8fj4Cez5UIZKPzupj4BOoKC+RRaZ\nw5Ipk5aBGi25yDgmxq/oQFitBZZztI8JKcuQ505/W6Bv63RVIOl9acpHZQjp\nEP4l/ddZeH1JkYIUp/7ojVPcvXSFf7SIy7uvVXRoFX2t52WV4JZs+I5q3zCm\n6FQiRhsFv5n/eQcrasFXc7H8TxgA/QphnEnVqoe7PIFREOYoZ8GTklJ8a0To\nfQ5xVciNecMyryoC3PE2EswOb/ri4QXn/U3jqYOyXoN8tDxaY3HozoFwCYSL\nRkfYfBedEbwsiquHw+TAQ3mFpwZQq35VMXojAmtBgLcv5WZSqeDgzvKoZLVv\nCjJJitpMVfCsMF5KGmfq5LZKvdZ+7wm97X0Fhb9FtRDxv/pR41NPQ1cUr2fn\nsCPqrVNDmCvNUpHgt+8HOkI1kILdtiw/KDgESlh7zDilIZGALNHaJefWr/Wl\nYEtg6atxuXZdjZeJOsnEpDQ7PKXkymMrviz2NgTwjNobdsxAPIvQq6un6R5w\nujJgntCGmPhn7quHZYddJfQ1pvG28rCfJzfII2KaUNjKGpigD6nGDbQHlJQE\neqs2\r\n=eYIc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210831.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210831.4_1630455043484_0.5945431450344838","host":"s3://npm-registry-packages"}},"1.5.2":{"name":"@azure/identity","version":"1.5.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed service identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@1.5.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"09da6aa8e14f2dace3dd8f66de7d7d56bfee5db7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-1.5.2.tgz","fileCount":93,"integrity":"sha512-vqyeRbd2i0h9F4mqW5JbkP1xfabqKQ21l/81osKhpOQ2LtwaJW6nw4+0PsVYnxcbPHFCIZt6EWAk74a3OGYZJA==","signatures":[{"sig":"MEYCIQD+Q9L3r95DkRArTj2srhhxmuXM+XBoGsDJI3brPWUBAwIhAPhvJyf8ukm+E1O1auWSZ7R5pgLW89YptYb05IJOnUOA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":696944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhL9MLCRA9TVsSAnZWagAAj8cP/0kmXtikFsUG0eGKeLTF\nK1jrUflqgUGtVx7vYg8JBoe8V4sqyIlImm8oSzXiL4BufUivyNfWfytu4gs/\nVSStJ0ZaL+hJAJRM72H2ilY/apll6TA4wX+LNLa1tMgmJmj7kXDs0vOcpicY\nB6xZpVEgOfWWgWZLjpfcUZIovaHQ3/nNfNDp/HI6WbQU+P1c+nq2O63xD1N4\nLGeFezbdzx9FiZgjT1RZ4FN4JwPrLg9pgkPtuWjfjyN9O/lo7T5ZQ4+xXl3l\nHxO1i5HYRRizOOvbA4fKj0o9cv7lduEpsdIsja2oIDnma4NfyHyad0XG6IOU\nA+A1hRdv7qWOfx5OP0A5pvWYjFsbCf67+Lnpoy+gBw29CH8i7yqkNJI0rhYX\nfFTCPr1/ZSxAYwL7Sf7oWLXYVHWBNUHwLqxJfhJnE4u7S8CFUxik5NivV3Vu\nqGZV4N6+Rok07FgdEULls/mqLC54PGZtah+e/KpDBfWZOZKUonjBEqUXvYa2\n/icV/q+bXS139mpOs128f+dHLD4ywCrlXdZxIXdbHTvloEOvabhG7CdVA+3Z\n0huAyaErEA1N7k0YkcsQ3eZmRmRWOVG+NED1YKkgO5YQ4rN9z1Cfro2Q36w5\nV+UhvEt7LvE90tafv0ZOVlLKM7RCebz+++y4GMI58ydYL/+SN0aT0aiToNNb\n90yN\r\n=XKJ/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity-1.5.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-esm dist-browser test-dist test-browser typings *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped","unit-test:node":"mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js","build:test:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js 2>&1","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start","build:test:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c rollup.test.config.js 2>&1","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"qs":"^6.7.0","jws":"^4.0.0","msal":"^1.0.2","open":"^7.0.0","uuid":"^8.3.0","axios":"^0.21.1","tslib":"^2.0.0","events":"^3.0.0","keytar":"^7.3.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/msal-node":"1.0.0-beta.6","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/core-tracing":"1.0.0-preview.12","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","mock-fs":"^4.10.4","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","@types/qs":"^6.5.3","cross-env":"^7.0.2","puppeteer":"^3.3.0","@types/jws":"^3.2.2","typescript":"4.1.2","@types/node":"^8.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure/abort-controller":"^1.0.0","@rollup/plugin-commonjs":"11.0.2","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"optionalDependencies":{"keytar":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_1.5.2_1630524171467_0.06270865429626404","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210901.4":{"name":"@azure/identity","version":"2.0.0-alpha.20210901.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210901.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2a78c900a5aee87b655c10d7b85afe91f0d05615","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210901.4.tgz","fileCount":161,"integrity":"sha512-IC7l8CgX4tktHFSjv63uzqVng7N1XZGkhIVyElQhwDPnQgN4EMZkKc/O1qmH+l39CX0KkPW7sL0bedRRe+bvcw==","signatures":[{"sig":"MEQCIDK2ScoLs305gRGBc5i1Xma/4kQ93mUB+Cn5eNWwVEAJAiBaR44BOkz0Aa+22Jwae4uIFt6OhGphuQORw8u6C1J66w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1027134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMBZZCRA9TVsSAnZWagAARdsP/3U0REZgxo7kRNdhSerV\nq6Qc/iZkKUwsHOBGu01Wy3Y4XoXTCg6iIo/+F8GuRujrtmjKZSz+gFTJnrYD\n/LaAoYONXtgHEquzJy3RzNMaP2IQsCUBUGaPaZDTTTExO5qn1xPBRB8QYzih\n9wDTHM4dSEbnWnXUNTcFXk5NcRaulEF5fnJDMPzfTb8gBrwVFRycLVrvyZSi\nOR/DeLKutJLwdVYXLU3CC6QsnLldsKTYcIGlYPwdBTghYzcMuvcyHlCW3owQ\n4m/nbRVljRrayiusQt+T9CoWWYnUKyWZchCPgM02cVmh3XV2L35kBwUI+SLf\nYLP+9fwRuSCVfmkk8/HZ2JXXrNyaDUyn3bVAyM4/hZJiO0JYUd6u0aiHMNmq\nKU3fe0g1G8MiievV5nKbJLqCLaFo7r3uSj3CkxwRl0xaNTVw0tW+8Sh0ZDGA\nUrn1193f4ntwWRpe7J2vK13H9ctdybdWfLP7pqnfvN1V0wdA19xSJpAKJJtE\nhkCHWvgAnM3sXKgM/dEIkQ2wgXJz5XI8P77aq1YgKII7/rTaq0v8ddkOIDQx\n8EQsblgrcOpxYyLboBmkkwFHNH7sz/UoX/W5wCNewhnyUGs3+3I2iAcKePOk\nERTuYXUWg0x1gZWSdrI/V7qExif9f/N3d6yenJM5LsLxOrf7cdNoaodxPSio\nfmJj\r\n=KM2n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210901.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210901.4_1630541401451_0.18163811434280097","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210902.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210902.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210902.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7c3f7bc845c4216def01a48e38b13ece8a353669","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210902.1.tgz","fileCount":161,"integrity":"sha512-JVrnRIWSsfi82ySXe3msWSymR3ukZI4sg5dGcQrt/x1nybW/0HqFPe83et4w7HvlyKlxa19UZOoUpGbJN5FGBQ==","signatures":[{"sig":"MEUCIQCeS453Av/kV9rbjVDasjNTqh2QF8VpuH+EJLE0YOu4iwIgUyG+o0MWgy1x2qtYSmZJ9/wWtBPfLEIUP55FutSrA/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1028165,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMWaLCRA9TVsSAnZWagAADAQQAJ7x3u0QJhheDyIhKmeH\n2XFQG9Dplq6dsb04S42LOhvRulbmPR4VSpZ5Wsm83/pvWZvxdPKJ0SSQ7Rk4\n/tU2TX7dp6O5b4fWFIONX4mAh8ryDqsqs8c+lQHIQX9UIfz32QcWZhTLEwys\nUpD8tyefUl88hCEjIAWq6pdTty7dfyN02oln9++8zbI3tRo+SGzEGX+G4f5t\nsU/tDyzwicV/06tPcMn3yjnQ3HmLm94tauV0/8pAxSae4YW20mCPiu1HBk8b\nMlRwoh+RjRsMcp/timMKNNMGYABYW3NlW/kfS2qoDROfsXS0CuUwqjVOz9hP\nI0AH4YsNRZInu0B9R/HUIXTSrdq6PxUEHuz6iT4xwrhGV9dM69wfSTwkZY2I\nQ/5QB6v2UC9Upm6+P4CcdSMlooUILhIUdNMf8UWjo91DgdSHQiih8SfNGGZz\nVYNb+lWnBIkZgaG6JDTQuVonRbUOXU+vESiHEDBbiPxCsUvFrPkBQFghGmtq\nx/sVPxqzonnv6tkhCk6pQirpwBJ0QodZR/tdYhFQfmBBgtlDPkAuUOXsXWUr\ntgLK9uHKmXHpfc0IRGfG+6FVvZyxae7G1voRXhg1jZabf0eHxYsh3cEucFKN\nnhE9rZlHl/NhaQ9YQnwhLAhoHB5RmT49sUU7zn7Vn+a8pelpT4hD6aqO7VAe\n8Vys\r\n=Jyml\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210902.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210902.1_1630627467485_0.9554870706279923","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210908.2":{"name":"@azure/identity","version":"2.0.0-alpha.20210908.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210908.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7039f82a2c4debbf17b0e95467bdc98160e588a8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210908.2.tgz","fileCount":163,"integrity":"sha512-KKNI84ncTVd5FfgwFbf+Y8C9yz1OnHkew8T/69/Te6e9mUdL26oQR4+c4pbs0P2MynFbZRM5agwooCIagISJQQ==","signatures":[{"sig":"MEUCIGv2XHrKVPOJ4D4P0ba1bTMGxBpAjVWmRyzaqOXxA7CZAiEAuZ986Nfmjkf6vVxxl4jODS10dPneg0Bx+Pvr6qL0Iwk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1065672,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOU/SCRA9TVsSAnZWagAAlfEP/02AYk5gEe3cRNN5+FYL\nX4d802C3fyBc0nK8ImzWTnaVKLwz9Hq0QrxCY0sSUPsrw7Nsorgz9kKT2ebi\nK9+YAtiFp7J3TGHSkXn5e0JO/rs8VUsXTmMFAvOl45iLsdCW7gbYm/GIflCm\naCm3GBMfe12PD10S7ZYZSIS0tdhSE4291scu6ima0bUs0PrtVJs0EcIvzmLw\nIvYktefM4+oycfB0lVzam6EuqbhKOuvkBBCwirJoz8s9EAbPwY7LsRvF9YPg\nj9syqgm8i+VgLFP4Z9oRQCxfsRhIH4UPivIVdarf+ezwrNUsT9v5Geylt5aU\nV5ll+muCbfo6dUelOKc6kT7ml4o7P8/HpBAzkwkojMVQMYflyYbsJV8GTHy9\nIsAIDKjmb26HX6AlJP2Zx4auInGlX1H+rkQGzJ890xlMcGVzNpUKlNERp0+9\nZqJlo6vrJpJViA3bOaE8KNjBUG1Zube8cxKdKbjz5Gxe8F1+daJJmB5qinc9\nnuNF36WAeuVaFzoyjFwAuMn/FgpXqZSaRD/qi/gXLpUUPsi0Xh1hgRZsA6pf\n+qlhd7d0gn0d8EjFlo6BZa12q/TtNHDLFDvIZmtwjvDaGoG9kSCYMd/83gwi\nkSis0g3ScMICO0OoKfSCyLKecpqf8swusuxRXb52ybbIOKU73KvEKYWGUb8W\nmwGm\r\n=IFZ4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210908.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/extensions/consumer.js":"./dist-esm/src/extensions/consumer.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210908.2_1631145937921_0.2336972684878389","host":"s3://npm-registry-packages"}},"2.0.0-beta.6":{"name":"@azure/identity","version":"2.0.0-beta.6","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-beta.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ea7fda8368ca435bba62488a767f8eff75f5a914","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-beta.6.tgz","fileCount":171,"integrity":"sha512-wtaAj11o7P1yJIhBDjP0W9nTUlhguJ711v7sEYR522ACOgfTuf5OMuVaF8HR/8Y57f4EFDGIj2Rqls2+VC6mCg==","signatures":[{"sig":"MEQCIEy23ddrBUu97634ezjCNskTJ+AuFnaTPA9l4yFPT+itAiBtgjoIUPNxRan9yu4iiaDyZir9IJBKOcIguL00NU9wCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1111315,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOreqCRA9TVsSAnZWagAAu1gQAIMKxAugNLBU+Jytvo8z\nOdm5zqqEMts/A7jl2tcko7HmA1ihKOc1rJEqdqZ3tqM4t4pZGLDDGxvMAUXU\n55WP/+XCPNvoUvVeZwvGoTmmVvfWKEtjGdS6Mhr8KGtOiNuTDm8Zm3DQ0KQd\nplKI5lVlakWc4iquIzScHyHqrFCS1GtMUyJDYrDTMItIBD2AnRYRZFn8y6st\n/dtDvI0t8FkKkgzwQEEQa5wooMYeNHlDLytDG3glPR6etN4WxuyFDPP/dnML\neg9aFwlB8yhahKg+D9huQuX5hTfmiPjk87LF1lfDaHteZ+xADR4ko/sp51P4\n3Uyv/Lkf1BPB4lnqYtlyBp64kxmm14GxoK289Mok+xFMhD5dA0EmllBn4/w5\nxq2YwBIT5dUw0EaCG0fBmoatZN23WGPtlekKy67wWRkqfRBZ/3UbgtZ9Y7zh\nS79EqiOx7KdHVzFLFxkgCmC/WX7bOSulJuXJ/ujR2/glQbEqMN8cNyMMkkGz\nRQIo9YB1bxLfz1y7OmF7H7a/Y5ktQSlrEF+jiWHZtVUXqlwYqV4NmBBirXBV\nHbsyqsjS/dW9WgjB4c2Muw4MjyyhFw0b/NRRde/CGJP65ax5MPf3lxXCQs4b\nqIPaFghgi6FzlDYSg+BBpT3I2xtTS6p8Kn7L9h2ytfjSJm6qwRN0RnEoc8JG\nWynf\r\n=2PAF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-beta.6.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/test-utils":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-beta.6_1631238058078_0.2940864173603377","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210913.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210913.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210913.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"69e26a7c77a0293d68aef972aa436ef30c52a41b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210913.1.tgz","fileCount":171,"integrity":"sha512-sniJRA1QrF65iMvdWJx1fBV2/XT0GH1HNQFpxMPxR1tiWxQr/GhHrCkzE1q62tV5DH6CHzimAj+LElA7YQqRHg==","signatures":[{"sig":"MEUCIQC1KQ5FzzfcakDpkqrqsu4YI9MUjdRJTGPhDzppZT5qGQIgWdYFsTk5+9gJvCZQhoc99TPDnEpsl1kVTQ7ElQTHqg4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1111162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP+ecCRA9TVsSAnZWagAAnhoP/jHqVRNbM2J6SUPiOYHy\n0ekG9auz1ephXhRQWzg8A9wv6GSHNc4JuTS1X8SpqeYJDeucV5Iy9tFpCrWC\n7wSEW2n6JdV9Q3RH1MqUOdW7Y6vdJm1kYbuDeDNhpl75g3Y7lgraLN+UBq9n\nl/uCwclJNM4Xc8Uty+Q8P+jVqfK1GIvTkwNjNeBMwTQ8RYR32fN41zakxFhv\nZdeYCjp8cyZcy5JOemSoJ6xM/w09OYFxsesd6RGuzpwdWD7UjAqB48iqvJ1e\nMpjbz9x6VPn28B/cOZlusqP2cj45VZHx0TdjHsboFyjXh2tYvOlS/cmAFior\nmMsdF00oOMevp0jplVlDr4k9QCjsibYef5NOmbqlj0ceRtf+bLKhEzPZkyCA\n/wgk7Y2dZjklOYPfQ3CRaHNwRrcZD+VGS+y99u2+0eVlfmS2EvjR1/GSbs5s\np1U/3+jAfR/hNR3Hx96O8vyoQhIITz3h4iMpBrMY1jETEq4mAwxMSGlj9M1G\nZRYKrkdHZNlYk9aSdTAiyRzNhuTcTrJThcbo7ZzXc5Ss9iF4gR+kJ673p4xL\n9h4nSwPPG0pv1DVH+MhYH4MjFbdaSFizTPkRN7Q1O+Ybjn8uYrvo9PwbTO4I\nomfWTIi60YeUzlDaVhdO4IrdfzDSC0GNv7GuovjglIhuir6uZX2CTQA1sRGi\naxgZ\r\n=4ta0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210913.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"jws":"^4.0.0","open":"^7.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210913.1_1631578012532_0.7322109821855645","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210915.4":{"name":"@azure/identity","version":"2.0.0-alpha.20210915.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210915.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"db69ee35a6c2a3c493a63e67d4b0d8cbe10300ef","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210915.4.tgz","fileCount":171,"integrity":"sha512-2c5ZlGi16ylKPndl69V823Lsd+HUYnECn2KyILHt1M0TUs8xnjcXZCgA4wEdkB5dzytMmIaWnYVSh6ITBxftmw==","signatures":[{"sig":"MEUCIGusPUXAB36VsIhz7ZvMP3XMa0Qq8S3bfsmX7ExGQP39AiEA/MmojOyIt/hsFdaVxhaJwCLP8tydnYXbxff1hmwDkaE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1111269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQoa6CRA9TVsSAnZWagAAXlYP/38m7jfWDADXfJWvShUX\n+nEasNe1SqSpvWAI/w8FjSrNA8enVh3llhXb0NG2iYE61B0rJTVuV6WgDiOl\nTVKtbB3WYiVVf63/xYzRn4gj8BwvjyaNxMogq1yu3MW85/mvKBTl5sgDAJpC\nxKdBo8BaVtKWTfl1YADrl+xV70BHbox73QwUe2V1/IbHbTfewTjHwsANANPx\nSq9GwBmY67wZlUZDa2UCqGsiXWCZ35oLA6xjWGKEmjWhLmVX4eUX5447JUZK\nUvqBjC7dNCg75Z6jngPArjEa+ivvGEZs5UUU5XBpX95lzyOQT4/MOzkBwPOd\nDohL3zu7CH36mayDAkscm48R+uMwZXJHZzRz4MYeTwM0g+OR2l1CfvnuMuU2\naqyVOg0+Dj/s0fsxESU7LiVuHkmtqYVuUYonckdfOIRv7Uv8K6KjHOzfxhcy\ncK/I1m4x4aWFEcrDILv88FRd4/DD5MggsDtk06i9JQ5ft8LoSmVw0kNt9gnE\n4D17d8gjm7cwAuG4dwPg6D0PSxv9O0mv1606Ep5w2tPmMEm82VobfBrcj1tl\nacBzG/j9Sm5QeJdS7KGTLxH1JS9U+HCGSCsc1C6EpwRkbRQxtZbJqitfzUxh\n4nd4rh50alMyEXcSRIUNSibAiTLB8uyIzKkeCwK3cV5qUZH6LbjGY9XTwnO5\ncwzo\r\n=cAHn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210915.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210915.4_1631749817850_0.2634838043350205","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210920.2":{"name":"@azure/identity","version":"2.0.0-alpha.20210920.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210920.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5801e3cf84dbe91e6d512cfdd63f674079f8b196","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210920.2.tgz","fileCount":171,"integrity":"sha512-6izIYcoFckS0Ra+2XM6flwUBLIPgTU92SaYvs7qbxqsqGTyaEBJbZBBeHC3HIrWp8vSjM0I+dTzqNf4TLGTCYQ==","signatures":[{"sig":"MEUCIQDU9gk9xg/btcmr8PoRxoeTE78rigyuvs9obx0mkaJfEwIgYuZmvNvBv2JOQqJbseYJ62/C8fpZKTwmDwIQ+0NCs0w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1111248},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210920.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210920.2_1632181586747_0.9687866473466711","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210923.3":{"name":"@azure/identity","version":"2.0.0-alpha.20210923.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210923.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7ae91c22b96968b2de7681ebb2cdd37284997dec","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210923.3.tgz","fileCount":171,"integrity":"sha512-1676ryVBx2XjAVT2m75F3k95z4oSDOwif26xNl0e5mIxhexlEAFylb2VDrKgUpPNi1ZcPh8UYjiD4UQM6vQuRA==","signatures":[{"sig":"MEUCIQDEPTs5TDt8iLnpMAJLiobNY5TUoGkzhy0sMVBhZEdcxAIgUEJlB5ezCoaL9+aL6cyjHW0GM3GekHI7GypAMB/aPyo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1111439},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210923.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210923.3_1632440812612_0.30821823797948555","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210927.1":{"name":"@azure/identity","version":"2.0.0-alpha.20210927.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210927.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2b1d4129ae14cc057063fe1c3243312853f1120b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210927.1.tgz","fileCount":171,"integrity":"sha512-1NU1KHpwT/KlN3dZ94ByBQjiob6HpkPCvkF0UH73SSJ+S6cEER+JTTjdf2BdXf78Ta3uGa5lr2bNq0QttdTXZw==","signatures":[{"sig":"MEUCIQDEzj57tB2MF2hq4nlsmswCE8y9tZWpYfIcCHhsD8c8qAIgPQdJQTrPIVHI9ni41SAvaGu6pNXbhJ+8v6BJ1LTKMaM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1111446},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210927.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210927.1_1632788467710_0.4309932077789602","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210929.2":{"name":"@azure/identity","version":"2.0.0-alpha.20210929.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210929.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"90744fd33ee6833ef42d7ad26b568c627a33d9ac","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210929.2.tgz","fileCount":173,"integrity":"sha512-E/VShur6HhjvLbisrV6c7IF0fe3uEdV8kxoSxxJ1jdVTjA/jLMg3KBEO6ksQGmvAZ5nvpWuuSOIUzCp7Igv8wA==","signatures":[{"sig":"MEUCICdquspj/LjLXIMYGkMU36l7mAJMKpjIFlItnAju6a1lAiEA2pbHNdoi0olSgHyDghoUoybi5lz+QNDdtCf2A3jXoZg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1110735},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210929.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.7.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210929.2_1632959305566_0.5057060716073374","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20210930.2":{"name":"@azure/identity","version":"2.0.0-alpha.20210930.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20210930.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f758a82e6ed888bf55ef6e6047eff1fef3b78dec","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20210930.2.tgz","fileCount":173,"integrity":"sha512-OeAQz+BWHYUGQqZLGbFFpW/8ioPwE0pTd/36Y06BJeyRWvgyC+xALYbneK+0AjBsFafvcFUx3mizcqEmLvfuxw==","signatures":[{"sig":"MEUCIQCecbjZcChx53eaSq8PA+tgl5rihYb5tyXYevySDLQ66QIgX564CcVCiPPtW4x4YYYSloUVM3WqvpNmrmxZJr9ePag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1110593},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20210930.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20210930.2_1633046182554_0.30375787054092274","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20211004.2":{"name":"@azure/identity","version":"2.0.0-alpha.20211004.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20211004.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"83cd70e08e3509ab4d5e05bdb8803002a0e37e17","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20211004.2.tgz","fileCount":173,"integrity":"sha512-QP6ETrcLhwd2Wt29u3A9X3lL096s7Zl0mqUGgZqGuX3SrxJRfjeiSFqquREESRRJPoxhPBVq6xsHqA7UsHRp6g==","signatures":[{"sig":"MEUCIQDtc1DaUqm0iZQezF9Aa0neSGJay5CvdGKys4YxtJuGnQIgHehKgfbRKt79hX2X9f4KDitSllOTLCwUbpcwU0mmNhY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1113084},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20211004.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20211004.2_1633391213616_0.738528735089653","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20211005.1":{"name":"@azure/identity","version":"2.0.0-alpha.20211005.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20211005.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"57c0a16baa3ba34149c393780abaaee828f102bc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20211005.1.tgz","fileCount":173,"integrity":"sha512-1RuDOneKHeqNLAFljZ201Zpjjaw475GPoMdolq6m0h4qn/OsNG7vfpYTRqFjEQdfGEHFOWD5WdxUERJPz+DN1g==","signatures":[{"sig":"MEUCICPuLnstiVI1Q+LfJVqRUlRRw9gu1H6WbOy5rjkNErpWAiEAoUcQUz9MDiSVr3I5CTcLnwYw8p2WAUazNOxE5k3OO7g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1106377},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20211005.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20211005.1_1633477851834_0.8367392069101849","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20211006.1":{"name":"@azure/identity","version":"2.0.0-alpha.20211006.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20211006.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"76bde826f0ebcbdddcee69153465e8227db63573","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20211006.1.tgz","fileCount":173,"integrity":"sha512-TW0oXis3a4JW+GuIy+26X9M3QyIXcPXfhWm/l0FnbkJ9asGR+WjMeN1c2mXAfM7iAATFAqbfR1/dOXZYVq9NQg==","signatures":[{"sig":"MEUCID/G5eOd52TGIMohKZwE/M+x2LMV7RdSH19nn1nyLS3gAiEAv9ll8PYpeGvfds2Xmp97nEEFkcRzO08oXspyGnUIpD0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1108725},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20211006.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20211006.1_1633564240659_0.0052657444761574634","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20211007.2":{"name":"@azure/identity","version":"2.0.0-alpha.20211007.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20211007.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0b4ee2a8336a6ee9abbda6969fa763159d577096","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20211007.2.tgz","fileCount":173,"integrity":"sha512-qcvTwkuWB/Tup/AZyWtebbDJl1IoNOkFMTMhmh1zanRjS6rZsOZXPlJW0AwOfZisC/Jf/Vwt1nsojZqx9nD1VQ==","signatures":[{"sig":"MEQCIA1SP9ea+XMsxP8E5J9swo15Vh1mIEAzzhsfz8rkmvDwAiAlK2GmkFfogqK5j8514om5UVguJrvLMoYw+Fw7iKbaIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1119465},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20211007.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/applicationCredential.js":"./dist-esm/src/credentials/applicationCredential.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20211007.2_1633650577191_0.8516794104331091","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20211008.2":{"name":"@azure/identity","version":"2.0.0-alpha.20211008.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20211008.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ccfe5b924c314873b3839806a865a775a8a408ed","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20211008.2.tgz","fileCount":173,"integrity":"sha512-8jprNwLLNHJE/Lr//zl2ZbHtftKUzrnr356G3hM8yhpwAUOPDJl4ffnbNrjfXSVBKgR++ZsU+cm2GOvenOKqTQ==","signatures":[{"sig":"MEUCIFuRXcrKtynJ43ufMnph3Rbjh8pWn131RLznJyO6jSP8AiEAlb/sO3ZZ+OBE8qbaprBp2ihCddPMP98sLmv6ShiX554=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1117687},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20211008.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20211008.2_1633736946643_0.39742436944740134","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20211011.5":{"name":"@azure/identity","version":"2.0.0-alpha.20211011.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20211011.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d5e074121a3963fa88bfaebe78f7bd8df08cffcb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20211011.5.tgz","fileCount":171,"integrity":"sha512-f2HErwfeskoyLl7usZzKKW8Hbz+sJKzVvQKFuYRa0Wmcjblc16se8LHjPjWhVWe9bO9IaKnvhn4p4IRcdDg9pg==","signatures":[{"sig":"MEUCIQDKq/30mJSxpPu+SVY7DXq0HT8ZXEKP2c8WaJTMiA7h8AIgEzispFkXEdpoCL9ZDM4QvnDOLEN/GsrOy56K0pLluZY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1121127},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20211011.5.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20211011.5_1633995940082_0.2674526734713929","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20211012.3":{"name":"@azure/identity","version":"2.0.0-alpha.20211012.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20211012.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1b95aff5c523580ae1ef3d8018399128b5be9da3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20211012.3.tgz","fileCount":171,"integrity":"sha512-4lmSo4HdgHRySXIuzPgsOVn2yo3KrvYBp5fszJUkJmJ22c35D1rSs5BvBgaAaO2+WGnese7XQd832M1iLopwGg==","signatures":[{"sig":"MEUCIQDWViFCNedEJkO/6jbf92S/bJrhqyt/oWWxgvGYbbW+tQIgQ/vrXQWj25CvkkfwW6zEDnqVRTkTE704/9vpczouo3U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1124958},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20211012.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20211012.3_1634082570200_0.4873583968978632","host":"s3://npm-registry-packages"}},"2.0.0-alpha.20211015.3":{"name":"@azure/identity","version":"2.0.0-alpha.20211015.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0-alpha.20211015.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"91018edf63700f033b768323782ce611609f68ed","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0-alpha.20211015.3.tgz","fileCount":171,"integrity":"sha512-UPC6Bot0gORqFXcQOqx1lQrq4UnOKRP66vghMohH9qSgqY+jg0CaOC+E37NZgYyJz1/MucGpo306cM2KCqXSZA==","signatures":[{"sig":"MEUCIEk3xg542MBQ3DxQLh4o4CDAVxwESiSHbEOUtxfDcMQiAiEA+Cbcf+xEZ4y9apZTgXiZ7FBvLFwtd2s8jmMZLtgCP6c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1132334},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0-alpha.20211015.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0-alpha.20211015.3_1634341774611_0.5046273575875007","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@azure/identity","version":"2.0.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a78ed764b7607fe1217fbfe68b2213a02b51a744","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.0.tgz","fileCount":171,"integrity":"sha512-mbgNutcAELqwGLnpzD5BruJNcowjg5qTXAsIZOTYc4e5fNS/5v2HBGg7BZ9rJv0MjTqztn81Ew8Uqa+tebItxw==","signatures":[{"sig":"MEUCIFO9VuHFR71+qK3IIfAgk7FLUDM9JxWpCPPBmzAvUlbPAiEA4LPDcL0eQ94QhrOGgxPBLcm+00LMs2h8MsLxcV3qwTw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1132257},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/test-utils":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.0_1634344477806_0.04986541483154894","host":"s3://npm-registry-packages"}},"2.0.1-alpha.20211025.3":{"name":"@azure/identity","version":"2.0.1-alpha.20211025.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.1-alpha.20211025.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"55da67ae33be3882afccc22168849dadcff3859d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.1-alpha.20211025.3.tgz","fileCount":171,"integrity":"sha512-BVlNPTmuoCUs37xgyEsjDcZ4VlrQq7be7kXWCBW5YEEATaYWvHRPRyiRTbUk137HiS4MYF1YZtJZGK0B5jR9DQ==","signatures":[{"sig":"MEQCIA4IWO15SulDS5mw1Y6cvITpUNrE8Ys1iW3PbjssHYqAAiAX6WLth08oBAGZO9WhMyBsCsXL5VU37SIWM8kI7vJ/aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1142522},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.1-alpha.20211025.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.1-alpha.20211025.3_1635205917876_0.854660883852018","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@azure/identity","version":"2.0.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"31107506371e520bc874647a9e4384cfd2f85103","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.1.tgz","fileCount":171,"integrity":"sha512-gdGGuLKlKIQaf2RefA84keoBfmWfiAntbW2SzcdKvwLSGzsio/qkyY3sYUpXRz/sqLDxguuimgZukp7TPgwIlg==","signatures":[{"sig":"MEYCIQDG/VbFTwhsCberaKgS9QFatczbn6NifdzacxVW1p60ewIhAOOT7Ojw3E9ffv8r+RC4IAVO7tBlCtltSXjVj6GEWhzU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1142404},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/test-utils":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.1_1635437714385_0.9780431873692756","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211028.2":{"name":"@azure/identity","version":"2.0.2-alpha.20211028.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211028.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"91478e7ea00aa76a20233bad1845697622f87fce","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211028.2.tgz","fileCount":171,"integrity":"sha512-QENLR6rXRWYMZ0go9hB1iBYNLE8UMseTEFj3DHljA4y4KyDUuemIeni7ShL6Eb0+4wJjqIWEGYRn0k2f0q+9Eg==","signatures":[{"sig":"MEUCIHce+L0L4Ny0cvepd/bv+yUdlXEy4m7k9OJt2wTG+wesAiEAzRb00dXQhOlVEv3dn4jWosOoldh4oTlNX4Q9B/q72z0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1142581},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211028.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211028.2_1635464953254_0.7712060723463265","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211105.2":{"name":"@azure/identity","version":"2.0.2-alpha.20211105.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211105.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d09eadaed23b8a03f793392820d3672d43e7d50e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211105.2.tgz","fileCount":171,"integrity":"sha512-VAavgJNPSW2xtMDj6iXJYigJOEcEnS4+HnFcNDAQHkzM9kPAl9GQCZRGFizsKtkpLhh7hnQB1cf+g/aWvxVfmQ==","signatures":[{"sig":"MEUCIQD4jYdf7Hp0CBeipKYVPUQRqxtYkF4/9nmorqYq64TwegIgOYw5UN+i1Mx3cYIX1x5OCK7zGFGjbmaTonGiLITBSrY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1146640},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211105.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211105.2_1636165397822_0.6321783364500169","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211108.2":{"name":"@azure/identity","version":"2.0.2-alpha.20211108.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211108.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8a37cc829729508937fdabb3d613ad6bc8bdd727","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211108.2.tgz","fileCount":173,"integrity":"sha512-0E7WStZ1omOlg5Fq3Ard6gvRHwisbjkcrJzn+7x/c26jaf5R8GvuHmBVTGrNdy/c58RlqXT1+Uha4e6PZ2OClg==","signatures":[{"sig":"MEUCIHxw9mUfZeVvXoyzR094cRc6sR6M8X26fdZ1tXgk9xomAiEAiAxpMZn71B4NU8lrDH9Tp4+bR1QT5YrNRlGhwHsl4lY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1162799},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211108.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211108.2_1636427990086_0.008091621094061141","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211115.3":{"name":"@azure/identity","version":"2.0.2-alpha.20211115.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211115.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1a9c6fbbe6d0184aadc5a0eb6e7df6d59704dc85","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211115.3.tgz","fileCount":173,"integrity":"sha512-A+ayQCEtKR0NNo01V2mQPR62nLg6ZqR0D3/vQx6d1Bie6sUYmd79UeeKOrWTRfilU/n9Ru5qF5NwlRVg9m5uaA==","signatures":[{"sig":"MEYCIQDfez+sVrNIUNB9+RAzq4dXQmVRNniFAXLeciiWMZnIJQIhALfuGx7hy0hiMRLLx3Nd0nyZThmhIMFtwuR8XD97haou","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1162799,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhkwIsCRA9TVsSAnZWagAASxoP+wTdCy1MNX15iu94kpCH\no0Ch1tXK483lZNiRdZYmE0ZoInqHly2Q3dwQ2+ptPDQUUEbfsaSj42V2Q92v\nQqE9xinpQ5239oVh4TXggstTUVK8lSp6ihUOfCbn5GZtQ3BBpWu+9W5vuGuf\nU11Y40v3Uk757TrcIgiwFvA/E7etLkBMnIx1qUix+hH6ft5j8qqUB9BV8uSs\n+JIvVA8isXgBWMa3l7hpJMsInU9UG9MHeoGSpfv7efZGVpy41VFthFZWgMGh\nPW2NkjWOOLwJGn2Pwxr0+BhIPxfvjXhUw8sBxvbLtcmurZmKVC/IUYAvrIJ2\n5zbWDqt80ioVGkt0ZwnFTwk4Zkh4Y2MD10AJULWpyybMrlVBv6fBhBB70N4q\nhWR1uMx5BTSh019YJRmDR4JSRL0J5SmDW7jWeHu30gfIyIfdkBrAkPH5armH\nmO4nBLl+yIn8cPA9ZwJnKgT16RBD/axtk1nddk0HVXvwjL0RaKrGUj82truK\nUPp099v8rl/cIsa/4pQCKVe+eZU1mUdaxcFxtOlVWQ/oHsVnHCC2ZKOtwBuc\nvZk1pmuiw7tj5xWC02EjoZturDey/PR4uMQ/Lm0eV1YWH29F4EhnHCbrMcv/\nhSSqmnEOzNDS+dSRx/yJcSPVOtf9Nj8rH019sOKTJj75kSDj/gQpXGvwWQIB\nN53g\r\n=3Hk0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211115.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.0.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211115.3_1637024300072_0.17909717007884263","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211123.3":{"name":"@azure/identity","version":"2.0.2-alpha.20211123.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211123.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fcc204ef010bef885f262bbf20b55b6f8a959eca","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211123.3.tgz","fileCount":173,"integrity":"sha512-hzES4/9AIrCg2XyDxsnI82FyWVW1pQFlZoinhN/xVzejtjvidft6l72uItWxe5a+R5F2ljkYJJfYdMcJ8QML9Q==","signatures":[{"sig":"MEUCIAcLcqYdbhWcI4BAyWZ7p/8GZ3TOGeGKBUkZ2F05C9bqAiEA4VpNFHdbsXEGy++2A/wSGrYx+OYonjbICt9PrA5kvF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1167210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnY3eCRA9TVsSAnZWagAA2NwP/3aarK6qj7kDjLOzkhFU\ncYXu2i+Jf7gi8IjublCYLOcZNybRBCLGOZ9m2AzGnL0CMVKCewthsBrrw3Kj\nurJ2+1nD4rZgJVh9MNgGpymQtXKzKt/DbOG+4php2gyLTCsi2bb1BiePOrdQ\nMT9OPfP+o/Bd39uO39W3HNNMBaiMVjMfD1Ql63YcUsU9cTZ0tOUPM8pPnUfs\n1ZZYderhCsvWRlKItsyyA7V9W2zZvOOvV7QoYWsiCILdUS2MU6zWO0EMbHNT\ntZ8JQHPjxdV0O/+764ycNlyj5qGHo9OhoMr3JCYTlu1VS25wp7wdYDscTkIJ\nKyb75rpCCk0O/AomlxfyLrW4stHhNw1DltMwZuB2oNwrW6leMhWa73Wnx0BR\nEtMxLW7tZXirYik10IKXmcwdhSooMt3/BuSVhpzdgYzoapRKUl0nJ7nOsJ7H\n5KWH3BvgHGNo2KFfYDFwenu1mvUkQf23bzuYsIj/wH4MD6nUlch1LREAW9e/\nfm2ZcdH/qt6d6k47K7bzeJ9Up6QiXf5mk4CPS5YXPhSoM7N5QI2jCyFRk+2V\nDblV8kXjPzsikemsWqsD2Bgu9kZCcFEhJulXmgmmgFXLDt5MqAiJdTe0c73q\naJ8etCe14mSfV7q8fKtlz9MS2W3mfnI89qGKUheQwflIpb6gK0j4LAh2IDfh\nBrW0\r\n=n7lq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211123.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":">=1.4.0-alpha <1.4.0-alphb","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211123.3_1637715422597_0.5838748654596786","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211203.1":{"name":"@azure/identity","version":"2.0.2-alpha.20211203.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b8fb7fc662481f1d79587b393ab4c1d4ae76cc5d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211203.1.tgz","fileCount":173,"integrity":"sha512-F5xzPWxRoY+v8/zVJ1tJwqGaX2O200cGkO3ZJ/u0uF9mKRsYpDWDavBbtyB/dMsATay99ylIx8tIBz5V37eJGg==","signatures":[{"sig":"MEUCIHL6BSa6J5rblpqrT0q+ODTuhOF3jQs71sIw+w81GZRdAiEAyOaPBbeFA6DeB1N4XI+C2ZTY2YEJxMIo48zHGjzN4gc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1167186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqsJDCRA9TVsSAnZWagAATBQP/AuTqf/tkMrQFLDCbMZc\noITe889oifBTTqhAweS3m6LYBlMXqMRc4w400ZURo2Gwd7SQyMrMbhhoYbTM\nDKnKUzqPSRWiqeL89RHLwQ3yUwkMeB4XaNzjsbfgWeglwbTITKvudQjftcDj\nlNHP7hbiLkXcN81xA89QjSErzfLQpLclW3LIEIKSQ1H2AY3kVW1sLeRIBAYd\nAGYlwRWGU6346hzynno/KYQrd/V8GrynUx+Pymc2mwAUk30OQye9A0kFsbQj\nz5i4rBM6P0/umX0x5s//7qiFHe0LaR7llP8DXhdlBQKqekRYY0DeCjFQ8s5d\nqPgPR3ym9ozHdbmQWqot1OwPBqDAfeRJphqYf78s8ZnJ+6xMtwTyTd1nC9ef\nTZOlIuf+KyRKQqD7omej8ZMTX7epJDG2sWprL9n2l7llAKnYF9T/mMovZxCh\nXjBdXH2jZmVHtE0CwTxOcAClTP2AzMojkho35xZr2sPrjUo/Ps2ByrGCGTEE\nHauygwLTfue3j0+UOoOpu5tVCl+2rTuipDvsVqDrN7fqsfe0LbCeiixTEY/Z\noPEwStUg5u2b8DrS+h1FDFxAkYuAsxh8QRD0jdFiW5/GtxoTpmvKS1a2nSxH\nJG/UGPksl3CBv85tvCGL6lIIaibTppuq7ZRYpsg8/cryqz2aAo4yEY1xfIJF\nZotf\r\n=ujDm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211203.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211203.1.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-F5xzPWxRoY+v8/zVJ1tJwqGaX2O200cGkO3ZJ/u0uF9mKRsYpDWDavBbtyB/dMsATay99ylIx8tIBz5V37eJGg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":">=1.4.0-alpha <1.4.0-alphb","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211203.1_1638580802946_0.9869485683631594","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211206.2":{"name":"@azure/identity","version":"2.0.2-alpha.20211206.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211206.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e67224fec6e870bde8d2e92722f4e7745d84d8eb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211206.2.tgz","fileCount":173,"integrity":"sha512-IhoJAr27eSwVDukRlfm/1Wp0jbfWokd3aOlLtxZ/kISg2Tp0+PUmFiJaM4yqgnLSBqif5su+lwRux7QHiUhvKg==","signatures":[{"sig":"MEYCIQDf5cUsFLvJCeL2MxK9CcvvDjcMlSIkU/AKun4muUZ86AIhANC61GEX1S5EV3Ku3QXFq9MaTV80thuyNsgVoob/Wcsx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1165521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrrEtCRA9TVsSAnZWagAAKl4P/3nCaNGFZ/f0JiFmJi5y\nUfxcFDVx16HsnIkmyz2D+Gr3k/+g8cj1Z6vsI9FGzGkggTL7+XGOsCvdsayq\ns4jChOSlj2IKvKzxmC9/QICtIC1urqn8adN67+29IoX4zEoDBAE1R55K9EHg\nlL/IdLucOydXhM7+xgJGK5nkiZAgwFJjRnxRe8Bl8eHRFB5BPLs0AYYXtAEU\nIsUCkcqh5UYpZGkcYvlpq1poT+PEpRvcYVrbM6p0xPRusNkyPFx3NCdmE5yn\nh4Lj4N4aYDITwP+K3Pba0NqDvVFEI7CwTCpE5FTppFI/gw7KSGMCPVjSdrZL\nvP1vekUTLiQ7ST6XPBLUW0O2ANuf2t+8bXfKE8l8wsME9zOLJuN2I6QGC22X\nGCRJTNqmtk8zJmRj0tltFaCLyS0UrOaXobcfEC/nwQMMXobBHZoX+VVTE/nc\n8+UUzaVX7Di/8vL85UV105pxFQ+hm2q01GIk/0AxgF8VpEbcQ6kmK8Y8zU2B\nBxGnXgO+OodNJ8EoMEzmhXsGpNlA0AEQUH8C+FJZpzZtfuWHD/wc87HHc5ED\n/O2UeyYYLjYKxWGuIJrl7tp19xZ3QIBkd/HimonqDxE6vASpclE6ktJPoum5\nuPTOQyoFgPLZvaskbLQQi13PRXeUXSBeYD//BQVKPZkgj6cjjGYMFK4I4eGM\nCIab\r\n=cDta\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211206.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples/**/*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo skipped","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211206.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-IhoJAr27eSwVDukRlfm/1Wp0jbfWokd3aOlLtxZ/kISg2Tp0+PUmFiJaM4yqgnLSBqif5su+lwRux7QHiUhvKg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":">=1.4.0-alpha <1.4.0-alphb","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211206.2_1638838573612_0.36544219807156475","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211213.4":{"name":"@azure/identity","version":"2.0.2-alpha.20211213.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211213.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"82a1ca964491ad17ad5836db14be3a2e1096e1fa","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211213.4.tgz","fileCount":173,"integrity":"sha512-LbIMJgGCZVxzZy0xj8aacCIqXuS0YT0DRjQtT1BhXYVTZUxPf7rf0mAQZAyA17sZOmPMUiqqxXym+8B4oTTNOw==","signatures":[{"sig":"MEYCIQD7NCCyB/hALBzvYsAOBUcf3aMgUUTHPxIKthz2fs761AIhAImcUQL2o3QGWTKEfsz8SPToZs0euDeiQG4wKqLaHusF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1165998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJht+piCRA9TVsSAnZWagAAQRYP/1UaWjRTGaZ9XFnxxhgb\ndZkghu4w0hDmlklNtdVAXvywb10xWKgQRFHVJ2e/DGmnw2LWUyXW3kBmvmnK\nt2X8OXC94rvFStEHKutjmicNSPgbnzVU8nxR6qmThKMDgyg9c0cwfDYD2GYl\nAYZuGn9QkNd5WSCo2YBtkCLMmynhkmeIWInq593L15eH+aLT4iQn1K4gduRW\nTRd+YsQ9T3FoqWbGrGWN/K0RemhlBE9tDlHKFdIE2iGHqqv+D/W1kKpWNIl4\n19iuXDXyZ5HPk+LKfILEyOzb3+o1+tWZ6sTEQtYHU+pzg42ObHaagKsmPP7P\nQSvhX5BxBx30oSyE1VZi4WLX3RnneGKzTTfNpDJaXErppryvKptBlKwv+aZP\npAEzsriNgBeOVSVWrA0zwTb2UV1ezgzLBK4VYMM5qJEXq2LwhgZad/Ol/vTQ\nA+tvxCaAVtnlGjTdN3ikx04veUITAk9yvY20VkbjzFxw1Fz7dKp0pkPpSFcI\niz7aRunk6J/CgDTbyzcJGE1RlzpUk53to37ph5AItx+7eKVIkBVV80hzL2Zr\npYk1jdf6XjDbRNQRaOlol5CqZXeBpSKKbnGTSUvTWlPPUzwKLp5wAqNK5vuU\nCI4RQgg+NDoSnMvfA8rcEKXMsdU3+QKnx3Q/QIVFNHwTAcUJpac70/HecVPv\nKCJ2\r\n=oq0j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211213.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211213.4.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-LbIMJgGCZVxzZy0xj8aacCIqXuS0YT0DRjQtT1BhXYVTZUxPf7rf0mAQZAyA17sZOmPMUiqqxXym+8B4oTTNOw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":">=1.4.0-alpha <1.4.0-alphb","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211213.4_1639443042213_0.3161206413458164","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211214.3":{"name":"@azure/identity","version":"2.0.2-alpha.20211214.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211214.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"de8e4e676e29936794a31c6aa0e5687a3c0fcb92","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211214.3.tgz","fileCount":173,"integrity":"sha512-SVuPCaW0rDlosn3+tvplEOAo4K/hA9Tq8zmKyT3sUpR1flAd/lnsdoqCjV0Z0rEtsz9aYoy+dJPDjBHmrrssDg==","signatures":[{"sig":"MEQCICMqaxYoOOvVPQkhbbPknNYplG+qMWI79AH7KooFWtBQAiA47nYDyqdJcAApJPIEyL7sBCNv//FNwzS8NCyEVsMNbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1165840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuTvvCRA9TVsSAnZWagAAGckP+wfixEhU2DOh5xYKgkdM\nfVmk9zSehcX5PYyXpoNqaFQb/UDqai7GwGXmSVYAK6wXk5tBf/BPhFc/FpZF\n8AOAqr0dkghNVC77PLt2XLYtWlu2b04nos0Ol/tGzTQXB9U86QABWn1RugLR\nXX/KnPDgYMBuip3HkYOBKyXX9tyOv2GQ6sMNejW2sbKukfRlrAxXGm87EWAq\nvY/Cn21QwIRdujlKpxMQr9hLhFPKzVhaPY4TXut0EgKixttw/CdejgdeBAja\nBw3E9mfTxkkzmxVVG1L09VFwFF9PfKxAkJW1p1r0CLtFC54nRIknZZYywPnU\nd0f7xjSMLEF1XWzZfNxFvO9RLxBvCApycJXHiViYTr/5A+yMrQTroXLBpHrV\nPUxXER9L/RIN75KqEBwtT6mhpJNAupX6+bAkpuyZ9kiKzl6yCS6rhG5RQvS7\npHFbAPfpheAln0ySdWqCW5ZF+p7wkvOiOHgQEZVvSo4fpgDI+dEJi+WGQVwT\nKAPcle+TJmlWUNTOFdUomwlZLVLuYcxsseWFAA9E6v51d/cdyFXHzSk0BB8K\n3TCW/OxMApC2+Jn+EyCLliQO27z3esKjZXkTAjXWTzbngMTmjJkVMhtycrsC\nEcNDj6XCnO+LlQCKFinwpt45HcpZZFj//CZEuYtLIK9vFNn5c7eD0tgo6uMC\nTOvT\r\n=SANd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211214.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211214.3.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-SVuPCaW0rDlosn3+tvplEOAo4K/hA9Tq8zmKyT3sUpR1flAd/lnsdoqCjV0Z0rEtsz9aYoy+dJPDjBHmrrssDg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":">=1.4.0-alpha <1.4.0-alphb","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211214.3_1639529455297_0.9420089643659932","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211217.1":{"name":"@azure/identity","version":"2.0.2-alpha.20211217.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8decd55df988b68e4faf3f8a65ecff1f9dc7f8ca","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211217.1.tgz","fileCount":173,"integrity":"sha512-+yIF3RwC413hkkPdaqo2dKU0jLcFkJGiaMQKAwAQztDjfHuWdRBcHE7LIxmxs+aSr0qNYA3/ClrrJWu310Dhuw==","signatures":[{"sig":"MEQCIBbyidFZhaNL4+rSk/nMi1L71hcglQZLOAS2YcuXxwj6AiA2IAmfRfzDvD2hILBGCjaWIGaHq1U8R95FXjbRDPCQVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1165760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvTE6CRA9TVsSAnZWagAAMMgP/R/8vso9A7UuZH+rI+x5\nOLrnUGEohg88OHU//ncbVnbCRm7KmFNzLPj1twwX7LTJOp0C/X0V6OOKPNzJ\n9Cm6TT3oSzvZRKFOSSQUyWuA60iRYBm1ZonfVNqTkhPit8dsls6WrRYs4Gg5\n6N1CjDJSpsbuJn4MKGnegxBfSrSmSKvhtipB3p2rpcWIwJYDr3B+1M8KTpKd\nVSTjGkt6HYjOL4S0IBhxrWnTHO0ENn2nVnotEBeemtiOwAdJfxL5Zw8Q3vf8\nfVq27NzWJZk5JxKh8b+4Rle+y076uvq8g6B5qIAfm/cFOmzZipCdKfTUBZ2E\n1C4dscnjPdc3yH9bv25Y/AXdEKoCywi5ssdhlTR6XE5KMwS5xoXMp5Ar2y/Q\nzEn+0z9qD4UBFS5BzeTRmlI4JpbJhm/d+DiYcOAfYRaPzDE3BQ2me95iO1OG\nEPj8TV+OKHgSJIsqjoCWhBK3Sv8LkNy/TyMQdHePgzpBgEI7zWMjBq2y8W2d\n4JFBID59mNyLhtFzg8h9llRwsPbm9yjC+W9WbEZEMPlwyinL3gpnk9wcYW95\nCPqRVv0GG78Dw9PYYxcQfYQNyqWMjVPP8zqvZJuh56s7wCEFkrRYYUl4qRbl\n2YTb+a1/pojeNTspg8i9F05ZTAl/CWydC0GJN8SolBiX1GN4NHfJSHZ2/H8O\nQfM9\r\n=qdOy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211217.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211217.1.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-+yIF3RwC413hkkPdaqo2dKU0jLcFkJGiaMQKAwAQztDjfHuWdRBcHE7LIxmxs+aSr0qNYA3/ClrrJWu310Dhuw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":">=1.4.0-alpha <1.4.0-alphb","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211217.1_1639788857869_0.011702904480804133","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20211221.3":{"name":"@azure/identity","version":"2.0.2-alpha.20211221.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.2-alpha.20211221.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"822878b50c394da6348e8fd553e9d6c6a65e297d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20211221.3.tgz","fileCount":173,"integrity":"sha512-dYeZqhlE+m/BQ0g/umjIm2KnHIElifr7sAiFTuFjMWffFw2o3u+ybmtbz4scv0yc8sDHOr7jCuv8jTRJMEi7pQ==","signatures":[{"sig":"MEUCIQDpkCIJ4ZCId54kqUvmNOcQplKKv7j5TavhzC3ySpRwKAIgYgRefsFctznN/DNc4U8dbWB7x3mJtUKnJ5l9963ZeoY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1165778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwnZOCRA9TVsSAnZWagAA9u8P/13TSKiy91iRJENqJWFk\n+pe3S6wPUOgG0nGeJruyuA/LTFQpQTlYU6O9GE2uVUpZIIP7qFpz+6Ni3fKr\n60pGnR5qLl0JxugdX5WnhJNNywy4xH4d8y20XHZmWglAX050QOPjSXd33efc\nKT6qU3Y6JRI+2PE1RslMzazeCkrH56+boFBLW5jriNBWdOtkOxEkvUxh+yqq\nmfiIUf3A/LqI0QMak9Wt3Ee8x+/MuogrmeJohZmSn1N+gwlpddWHtjgJI7Dh\n8+ZF1lCuTfjZ2HQZb9J2VYLkmYE1zoOx4RHH0lgXEm19CSqTe0w8ujaioVLK\n7sawwwk2VoK5xMgHgjihdYo0Y7k+ANPCQOxib4tQUn/CPrV23OaXWpFHGGHJ\nHrjqG+ha3EbE8LZpEUaIi8SHTYw9NTT12PBWsHUWzePbMGisqnbrCGCJsCF3\n6v07+BkcEJgTrEbHrAN7WzpxGncQu/sv7u8j0I+r4jc1Qd/u9XC84wMI5wGo\nNV+PDSHkc25w8jxBXuOkcYq+G4UA4P49EBQWqPwgvJhbpZEYy8kf1XZRznSc\n6WFcwwofMdxfRAds17v9Hj9V1pFWk64n1F1dVFq56/GQY7R99gco4Zen8yPe\nSZJiBcoFRWEaY6u3jAowvZGkEM973QRvUZa/NfKfIfCLnHmRG756A4SiSYST\nQeuX\r\n=IJ4N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211221.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20211221.3.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-dYeZqhlE+m/BQ0g/umjIm2KnHIElifr7sAiFTuFjMWffFw2o3u+ybmtbz4scv0yc8sDHOr7jCuv8jTRJMEi7pQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":">=1.4.0-alpha <1.4.0-alphb","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20211221.3_1640134221556_0.7379535529689607","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20220106.1":{"name":"@azure/identity","version":"2.0.2-alpha.20220106.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.2-alpha.20220106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b7011f7d1efaf8bfa653b3ce2fabc45051afbb0c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20220106.1.tgz","fileCount":173,"integrity":"sha512-l/aAxUiSbV3uEjDiAEHZH8ltcM9kIk1BDy02rLJRyXvOjzJ8anWQqc1kgjSGwM4uz0hsv8mm6XAxhmLm9DIb4w==","signatures":[{"sig":"MEQCIHnl0raXVhKCNEA0ncHMj35pe9X0FrLGUmunFQ+dsLggAiBO7yMkokvzlWDX61iUCIn8O28b2pftL7XovJcAfR3gmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1165758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1475CRA9TVsSAnZWagAA0sUP/jE37MFQ+XIWbIWx9E86\nnMRgQBS3R9wilbExrFrqSV2jGJQRQaLvujL8fI+U0BwHpDkWfRBuyIHCfEbc\nly/h5mwMsK94s3bBADQz1Z5R0hnI7+jVCTtL7/BcUkO01U8v8KRNKPmqP9kb\ntpttCoJByZ/lrvPgl+WqwS4SVGDmF2V9AyQT9LopNyVYWewuOHm3mfFHRe5X\nDjY9SNuFrvaug6wdHfX9uAhhPG+8xNRKKam5+59Y06lKedLdVVnZI7XjSLJY\nF7Ne1rJbWPNYrkyZyLIY/ZjrJi4LPvfZ7v6sxJyi/DYJE1wylaRB28sA7SLT\nSxDX3u7hhKxgZzojAC1ntqONHATXbjHTL2qju5eU7kKUOj8DGpJuEjPoKlTj\n2F+5oMMoDfmdl+87+cYDW5GA1Us/fkKH3DH4kP7g5sigBaUxoysiiGmHhzAa\n0lg7a8RsnIXR19d469Xr9I2BDpTWC2ovwWeXrFCZKKWYdXmLEkC9hOwEZSI+\n9Yta/r9Xeg801vS+xb9o5FBFLBn4678mpe42McajJKaBp1cI4bNMP1hJsp2v\nNU+XT8buQPxXMVeQLO2yMon3kw4yUv+AdIy0swLT3eW2usblJ81tkkKK/FD/\n4k+E5/i4I1Vf6QorNjbi5ueo7/zKyDQe8hjP9PtFmQIUmpToJgfWvUSGFxcH\n57an\r\n=L7oU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20220106.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && rollup -c 2>&1","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && rollup -c 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20220106.1.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-l/aAxUiSbV3uEjDiAEHZH8ltcM9kIk1BDy02rLJRyXvOjzJ8anWQqc1kgjSGwM4uz0hsv8mm6XAxhmLm9DIb4w==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@types/stoppable":"^1.1.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20220106.1_1641516793136_0.17606084332317895","host":"s3://npm-registry-packages"}},"2.0.2-alpha.20220131.1":{"name":"@azure/identity","version":"2.0.2-alpha.20220131.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.2-alpha.20220131.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2f87b49e7309b52c161f780b8e97165f917bb3a1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2-alpha.20220131.1.tgz","fileCount":173,"integrity":"sha512-WtV7Pjwn79T5+qQToQw6JBE2T5aLkp/dQKrhVCM65iNZJx+qQFPdhpHO0FiUkuiaDhV6mudaey72a6U3MXT+3g==","signatures":[{"sig":"MEYCIQDlQymVRbM85LOWmsGcx0gRNeN+L58AHKh7KJAAfyDgrwIhAPOwhntwgoyR8jlWDcSw/bs8zyu5zuIVyefCVj3KAPS6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1166532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IQlCRA9TVsSAnZWagAAe58P/0L26NDAHcckrHHBrMGd\nNyuUuGbij235ceySOzOWSmyUWRrIyF2wU/1vL8O7S894yfZgwftuipm/v3qb\nR70mgMEBnDd3Khyp/fPMYGpCNxQONeC6p8ZuTj4jZ+JNVOGOAg70oMo8Fkdx\nX/pwF1GzKA5ExyRyAxn/O5wALMMbnsK4DOI/sMdvRc8FJet7TTqzGC6W5gJo\noCZLUmA2RuhkINtD2mulkI/qtnS9suv+DdnU6vEUyQp5Rx9L+FZtxnzri41g\nSksQX2VRMH4wyFAW0/1ZRtZmjCCHG2tk7xL13q+hKGgG7i3MVZ5oB3abN6lW\nekQSR/RlJDX2d1z/eQHCySguXYm+88hLV5EJCbDgEqmXQQQr8+LK8qWz4OWe\ng5EDb4FoX1qOjfx4ByC6nuR2IyZeN2Ygz5kxsQ/BzNCYk1rmbhyiEh6P21LN\nITtoekuRUHW+UNT4FPY+d9pSVNGlMWFQTF3+lToE4NbS3qUkhJg1oVgpoXci\nHuNegK9hEO8YBPNGF26NHhl8IU10I3OtUvaZGSt8KrZDvO2EC0acskXHFez3\nz9TNuwkp3eKOSczdf5Pa/fXHW7+IxRjIv4b2s5J0h0qY3seFQ8segLkNNbGq\nJbOHSEPXzutmiwUjQJJAHvZeITDnYxJgh9YetzSG4BeyixQPuJ0uy6kJNvWf\nwoIZ\r\n=AhEc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20220131.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2-alpha.20220131.1.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-WtV7Pjwn79T5+qQToQw6JBE2T5aLkp/dQKrhVCM65iNZJx+qQFPdhpHO0FiUkuiaDhV6mudaey72a6U3MXT+3g==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2-alpha.20220131.1_1643676709016_0.9421508115964905","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@azure/identity","version":"2.0.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8886cf02ed12337a7e5f11acda17326037974d43","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.2.tgz","fileCount":173,"integrity":"sha512-4PUd5Iich6sJUKw+RMhn7h2Lh2ie4HzaNwgh9vvYRTHdd9qI40h9K+fNBh3SAkc2twcmqdW7IrfzOgZEq7Tt9A==","signatures":[{"sig":"MEQCIFmBqlBId179B2IecF0SQ76JnaAzrDjcgQPUj/j+oOzvAiA7VE8DxfadefvTcqMpNf8C9adp5Azbqs3i3fCgKhvOOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1166433,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/Iv0CRA9TVsSAnZWagAAXHMP/2LR2XPMled3ZMGgMPK0\ndK8X0h2ccU/NfKxxn2rD+trZcbm45s5jefhh6faF3JfeysRhfdSbye4hYkv6\ntsM3JelCH4JJYrP8fr9KvmHF2FirzP7zdF92iYNCwXPSViK7LCZP+RF2WBmH\n6GSPwwVeeV9jd9YTSXGQzp5Ig3UPaG/AsbYUo4vFDwPX6PfAr9+78Uoz6fTD\nW16ZJjC9oKvrK3jpgIgd3hxIYiigrXtRjjRnVGLRMHmgnlqi+gK1mYa6fVUr\nIliqtkboBZ4SPU/ABAX0sI+4mymsL+BWXX+s6XPgL3u5nR20+T17UBHh/i3X\n3cb9DFlGvnfyFbpf1+zh1QrvRVj28udc1lRZX9pfkKQwDz6SAWDAWWcVsTtC\n53e82OGDh0Kcya1MBvKOEPVJh7qRzKLUfpsEnuE4F5ZcZbbM4rgg7R5a85qJ\nSEHPAROJNxBSyOiAifsaqi3S1efFDQ/iiuLamnIXUhEO5SwpesWm3kp6be3l\nCuLCIkG0+Y9wIGMhZIIM28Amrm0j4Fd8mFCiakp6SxMBpOZprARv2N7BCZdc\nH5sbL0uEZbDWpfsuDcBSBWlVUBUwNhxeHMtK/jcUDUr3d0XUWtoDsA5stVF0\nAbT1UdctS3hcAin2wtuGp3JKtv+gKaomvHTpSriWRcNMwFxmkzBv0iGw+v+S\nx9hi\r\n=iHhz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-4PUd5Iich6sJUKw+RMhn7h2Lh2ie4HzaNwgh9vvYRTHdd9qI40h9K+fNBh3SAkc2twcmqdW7IrfzOgZEq7Tt9A==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.2_1643940852405_0.380253014732169","host":"s3://npm-registry-packages"}},"2.0.3-alpha.20220210.1":{"name":"@azure/identity","version":"2.0.3-alpha.20220210.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.3-alpha.20220210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cb46fd71d467d5f148883ff516263db817f8904e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.3-alpha.20220210.1.tgz","fileCount":173,"integrity":"sha512-LkOXrw36JNRv7Tz+I+ml31a6u0YJAbHxK/YFuhduRrXIAqw+9fE1AB03++/UtET+IbiUM6gmwm4J7wCLjdL3hw==","signatures":[{"sig":"MEUCIQDpswAAqQHc4vjXDZfpYNsLr8fKpYeqts4iPclikOK6MwIgcmz2i2b3DEEruLuJzzzBRWVJfGK54IFjynaHbND2KPQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1166610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBbOXCRA9TVsSAnZWagAAaEAP/2BBBchXmDPNMPR5Z0Jo\nbpX9LvOa+7kqW7Op55qEWjyHiTtxQOkqJwond3JZYyhRSY2NTFxdW393BgWU\niSt9gpK6mBWb4snWOSgvaMeYETeQ0Rs9ko4WcE7Et7P9GiwEa4kiOK5nYgkU\nbFTnavGoWQnIXHEZwJ8d1r72PW8nqFGIFtEbWcRd4XjwOmt5V/s+E5mkycON\nofGlim8YiyWUbyiYuFHO21WhHCYiDXeo4+At4Gsm/QniH3hx/mttdZwR8Kq8\nwzLPmxpVEgc5wwAMBx6KYpEYo9srCJBbM6LPbgeeL/BWKT8SEO0/ExnJlZ+y\nPP49jFmPUQmDqPR9vBsWg7/iz4/hfN5hZLn+EgWAOx9rtkGLh6VJkPo74DjP\nRU28VTVnalK4F5g0HDu4qos801Gm5d9YvhfCcFLc6x0GzPDlk2d9Q1qY40jy\nhs5eJNdmjVpRlAa0UcplLUyIwbzaz5DvK0WP3H2+li+s9wHpAwJwnCjQcvQm\nWZHJG8/lFKprYUn4L8CX15NJOhKnqfodTmaNYCknwhdU8V0gLAIgLnFKeapi\nrS591M5orzMOkz4bOPEi0/tczH1yVSfOedDYUbcECNvYoGKxx493DoaoUI6O\nT44m1FHwiTIzfJy2+sGSaXxigmFwzBOlfZe9pi9msYnxq7XUWLM2DhsJQj1k\njVNk\r\n=HunH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.3-alpha.20220210.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.3-alpha.20220210.1.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-LkOXrw36JNRv7Tz+I+ml31a6u0YJAbHxK/YFuhduRrXIAqw+9fE1AB03++/UtET+IbiUM6gmwm4J7wCLjdL3hw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.3-alpha.20220210.1_1644540823739_0.5334172015994381","host":"s3://npm-registry-packages"}},"2.0.3-alpha.20220211.2":{"name":"@azure/identity","version":"2.0.3-alpha.20220211.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.3-alpha.20220211.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3867a515601298b5ceebe367ccf36557136044d0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.3-alpha.20220211.2.tgz","fileCount":173,"integrity":"sha512-0yw0BqSUSA+NuIYQ4FAAB4qS2BtXoNaAxyzuu8yL4CjN+bV6jLF/m+ezApYZ4jNdV0l0PHwoclH/6Pa5c2WMRw==","signatures":[{"sig":"MEUCIQCEfKyERRIrZAHEwGvYaEEI1BEZzP+H5iW2jlkE0Ahg4AIgRlj6fQkRDOiw9qNsLcexbHkyb6CKibWyf3bGj3Lek84=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1169291,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBwZGCRA9TVsSAnZWagAAUhYP/1z48kf1oCYnbFbRJaO2\nJo6XRscifGQDhIoMmRs3VTTgHE42DDNhU6cxS4Ahvk58rQjX3+MqU1QmGeaj\nAB5JeBeS+tk/LIg3A0FYnjduKsEPgcB+hnHdmgUwByF15gO8jZL105LhbdzP\noqrwPWCWu4RemQmgQRrnMhb3yQTf4ESb5/1fdYVaQvFlxTKZMnyRnZwUmFQe\nBA4jusuhd3X4CD4QtpBt0JGXAA9bMhBxRUCTh37+xn1+G1MSAVI5p2JoRPK6\nON3ZtdmBj49S1gLJz/M9TVYdqq+CYX3pL5RR65OeIubncnzl46s+zUpbEMjb\nprPLJwoeoEOptRxwh02ZRMRrMEeXNbV8vqU81YSHmN8KbkhGxXhGQbcmjlRr\npCtQGBPcKR2Q3lDLadpUcCroO6i19o17Oi+dE/0kYA7mK8BgVBlNXxhwPYcD\nVN3JyslLtKg+zqYkxmT5UQ8fOZk3cPJk6cMYfo64wiZksYLeTM9kmixIXu8L\n81usQpEpa/OYRY702dxr9P672KwKql0t+YTqc3HpZdV1vmAJ1C88IDiXvdkF\ngVSYMbHkTcCSW8E7ekw5rxWcmmDm8LKkU1jGfKGv31fYwgOSHjgUO/1HYuys\nFvLhirNo6Qs6w6AMZuM3ASX6Da23q5ykjLaCw70jm4PSME1iXCBtS4x+IPsj\n/gBt\r\n=7Gcb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.3-alpha.20220211.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.3-alpha.20220211.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-0yw0BqSUSA+NuIYQ4FAAB4qS2BtXoNaAxyzuu8yL4CjN+bV6jLF/m+ezApYZ4jNdV0l0PHwoclH/6Pa5c2WMRw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.3-alpha.20220211.2_1644627526631_0.19180364870037692","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"@azure/identity","version":"2.0.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"286e7b145b29bee009ef10f3c2900122dcc1c947","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.3.tgz","fileCount":173,"integrity":"sha512-MFW2QS5dWm2U8MDTSm0sHo7pcAQtQtJhKVVcN5wA2ownHzmHluXTGFK4WdFiXzUInhZtqYA5CH+OGHTGs6DTBA==","signatures":[{"sig":"MEYCIQDEQCqOAqk0kzF+SQJEgQS2Y2m1cjhk9plqZ0Ef4RoXRwIhALCVLwZJBeijgDqYIKhFB6LxF9AG40IRMFcRnvlVYO7N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1171298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDaIUCRA9TVsSAnZWagAAD+IQAKEVKkGxT2/mniCtyA9B\nkHdBjLZx7IY8v8VpDH8YhpeBesX6SYW8qYbxPV7BeWcrMMMc45GEwQR2Kcfo\nZMoO870gATRjLxKccBMLXq2YCx9VOu3AUsBMHo45rsN7odmXL6y96xE0j4GD\nwpBBJLETYBCiWd1FzPjCED8RHTAYgsEtusZHrnW+LQk91NWsklNH+MOAnwqC\noecgrEKOBf5WmwCdQiJk52vdv7lxEZzOnxAJsGb7j06VhNv/sy/qn+oVh3Dk\n0WHf1xe6GUe8gZQtPp/pR9Wu4AMjUQih20QXAIVwNxXn3XRyjkVkgFDURbA9\nud7yQDwrloig5wt22kqR0utgNLHzUrNRwnWy6W9VZeTkkVj8iUAk1ZeTS03f\nGfDxpYE7mLYztc0aAq78n9iN5rYWiaDz+6QPstwQI5W8k/mAsg6/miWjHuAk\n8V4p2HHPHce5fem1YE8z0adq+JQC+D1JbxFOnHwLgFj2gd1MdIesMTbDWDmh\n/Kx2zfacAZvaGeGh3XVRtB0dhpS+5BHMfQro2+VF60Jv6db/onSg+b/YbIVR\nFAkuHZ8d7AKP9YsHonH8ZrHVvY1qDc29WewrEDvdtnm+iR2LZXNwsavaTK3w\njQYTSO0YjWSizh1IHdiUfatV9KiutLLAJkCtwRkbOfxyh8mORqx7oaiwekBY\nhmdS\r\n=bD9s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.3.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-MFW2QS5dWm2U8MDTSm0sHo7pcAQtQtJhKVVcN5wA2ownHzmHluXTGFK4WdFiXzUInhZtqYA5CH+OGHTGs6DTBA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.3_1645060628397_0.4086245705312852","host":"s3://npm-registry-packages"}},"2.0.4-alpha.20220217.2":{"name":"@azure/identity","version":"2.0.4-alpha.20220217.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.4-alpha.20220217.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f22210ab460350abc2bafdf3f48230b17e73d70e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.4-alpha.20220217.2.tgz","fileCount":173,"integrity":"sha512-FIXvtP8KWhAdHRD1nsVQ41e4VAjtxRlkcxgWSK49Ox8msv6wP8I/UDmGnEnpx1inZLC4Lpl+uprFZ0vjNO+wpQ==","signatures":[{"sig":"MEUCIQC+/5IW00XfKHV5+lndsEHtZqKO7ryMH3OKdg9Uk4gs1wIgXPsw7/157QvZlvd9cDP5OKjn3qnLgf621FWOYLrYQkc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1171475,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDu7UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8ZxAAlUmEru+K77JK9puyt4tCBrm1fd/eUS9EcmRgXugxZ7eERr4d\r\nrXXIynAhewlUO98XyU060sWEe0TMiF50ydHVzIHLVRGa20dmuLb7OCDWjUMh\r\nT17iNUYcwrmOsOZumWn8OAdgFYq8dkvDTfgzCQAq6HeH6YPOAGH/bAveqYM9\r\nyOh6tyhZSxPjJBKINo70Hh6gdNKFy/yh6fEea/eHL39QDoiXD7PvhGBbPMg2\r\nrx2CjtQM38vAh9oS4o9b7xXWAovnZXfNs5QqdvNzlNJR7RVMWYPSkhU8/md5\r\nnTcvSn3naHwkGxZCvyOQp53/yry4RByuaNfeTlVsFT4F5+YkrDY9BD0ap3JQ\r\nXk23cuJdCOTuGUrPjV2WHBwipzDXGvtKjeVj9KeMrQD91gHBxzdagcEABhbn\r\nvzZ+O8OdLHwCDKCTPUKMfrFXeGPZZOVtr2XMHgYAUuHVL+kZKJqaXh3m7J9J\r\nS2E631D/lLEO55w240FCIQJWR+Spy380WcXjmZHjpfqOld3bqsEol5oGT1lw\r\nyEdBXmd+zzAS5qoFq1ZBKLPAKhqfKTF9eOh4z91VnxRfx74PqkS9FFa0+u6a\r\nQvhYshhgAG00Dnzri5mGZfDxmu65qKkfFxxImEzWCsAkkffslIegLu+HuZcW\r\nyq9ISSPB/MUmUm0JS6sna1R8E/fqHfrUD5A=\r\n=FrHM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.4-alpha.20220217.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.4-alpha.20220217.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-FIXvtP8KWhAdHRD1nsVQ41e4VAjtxRlkcxgWSK49Ox8msv6wP8I/UDmGnEnpx1inZLC4Lpl+uprFZ0vjNO+wpQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.4-alpha.20220217.2_1645145812155_0.31260891496462095","host":"s3://npm-registry-packages"}},"2.0.4":{"name":"@azure/identity","version":"2.0.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f5cfde0daf1b9ebaaff3ed6c504f50d7d7c939a5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.4.tgz","fileCount":173,"integrity":"sha512-ZgFubAsmo7dji63NLPaot6O7pmDfceAUPY57uphSCr0hmRj+Cakqb4SUz5SohCHFtscrhcmejRU903Fowz6iXg==","signatures":[{"sig":"MEQCIHelY0cHWVBAIhXR6CztRoW9pA0YpaSy5ufPjFBKWbAJAiApIP5dWvjLq62IWjuZrqP9UNq+3Eta4ipJjMEljp//mg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1171564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiEDaIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrITw/9Hn+B9DIhXjBPAHMO/kt3Bv82f0180KuAcouYcmlgrnRxbAsQ\r\nTYl7knm18U20bxPr0nq3qEcmbBeQy3aD1+vt5TS93ja9F0c33zko4yUPKqtj\r\nRgT/gSuT4X2PLjJIR3SQzDerxEzZ5TxIf+blg1MOgwAUIf/KrPgPR59UsMRv\r\nTXegrpAgJRmFOqoRtL9a9OwfoJmBZwsj/DxYDafLHTIh6ooZkNoxU7tYY07A\r\nZ+SbkxORWttJ8/lGjL8VMI6cuurB7GdoCOogx6sRJ7GeCZggiXCggTvNCEW9\r\n3G2UU2tpMx5h2WlztMlFM+YUrvMgq60qK6iSHDwkbllj1wweIKz6xiKGWLno\r\nEi5U7lfJ9lCehnj3DKjCeh2EWUgc/hskMkK2+XdS6BHbSHZP3lgbOVgie6nU\r\n946XbsNwprRyqkByuYsUVrg22VqWaewKfsnjSxd9S6dp9z2/zi2P24qKd625\r\nww8SIs+v233gtFep6yho5cnWHfdcb3ypAUZ9GCsU+qlPm6hwYT2lhT+0QtKq\r\naPXEyJ1+sMn2nFDIAObBhpLP3OYlDPRMStRux473G/V4oh9J3pjtazopvSBu\r\nKWrC0paU8kjhvaBaEIXAJG3dv+95Yldbdcp+u1UHkEz4wFyrFDmsrBId6HvG\r\nboJ0TOrkf0o6b+L1VMrxmQ6P7fBsVpCnvjA=\r\n=JPQq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.4.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-ZgFubAsmo7dji63NLPaot6O7pmDfceAUPY57uphSCr0hmRj+Cakqb4SUz5SohCHFtscrhcmejRU903Fowz6iXg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.4_1645229704464_0.06524575588783632","host":"s3://npm-registry-packages"}},"2.0.5-alpha.20220221.1":{"name":"@azure/identity","version":"2.0.5-alpha.20220221.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.0.5-alpha.20220221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f40c112b62d4ca3fc5c6ceca89408d8b5789def6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.5-alpha.20220221.1.tgz","fileCount":173,"integrity":"sha512-nIpdAieTBzNuf+YCKl0Q9mCAzrtnfj17NzEUhjlz4Sh+oDJtpiJr78g1fGGkBA6zHt0PL9rdBwrrTihIQI9Hyw==","signatures":[{"sig":"MEUCIQD3d+T54lQGQF4aFuyxr0wCeZF0J4pFSpSX6PcPnLiTkQIgWGsFm8LBgHmiVJzv4Wk6DYuRZsXEY4z9T+5TpVGnjT8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1171741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFDREACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqRA//cEpuvOl1j0QEqAA4q3HZ1VsI10vda0jZZ9D84obC8NFW+NmQ\r\nidw65eU0qHGtg7lgsL5EfdjTZJPkjhdr42qgMrhahtVz+3OaG4zZjGeRK4ft\r\nq0/QltaIPz/7+Xccy1u6tCczyjtkRLAV8TK+oJ9NrlO8LmUQW/4MGKGTDfVZ\r\nOvWGwLK4/AaCiFbDFKB5mB0fF9NNdYPNO6Lf+DCLuwXMFzDVaVeFTTdH1rB8\r\nMYJAmmiZYKZFGlSyIb2ADTmoioYKaTvDXoMWjZdEBJk+DNop7KuPKRuovD2F\r\n0svJDmWawp1JXhyhZcCS3p7tSiNq5PNKPGgdvTSvIJVICkh5SmJptbzGfjsB\r\n5iqNZt1KyAEXy1Lkh3E39qiOMwmMqvlFU77vq1TGXvooExY8kaFu82ef6A3G\r\nlxEO/RmZs0sCHKIF1zcLa87zNl2EpapFc8Qo1I6u8Ubfyxk2EDjKb0eCso86\r\nyg9MOvC/OCNPotERYucB/sLxLXpZznprCyt+CLfAFegH1R7LlIOlscOm9IKJ\r\n2qvhWWtRnJHiybqJ/9hx6QAXL1X6herMcwFSBk+MQfCelpjdi8sUMaLit3id\r\neb5kFXExPbLLaFglHG9IiMf2Or0EzpY+lk8D0eCxpXW+DjsJCQO57pW8cdJV\r\n+xAbOoZDJHvqIO8N0dv/7P+cVVyn2qRR64w=\r\n=p8Xp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.5-alpha.20220221.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.5-alpha.20220221.1.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-nIpdAieTBzNuf+YCKl0Q9mCAzrtnfj17NzEUhjlz4Sh+oDJtpiJr78g1fGGkBA6zHt0PL9rdBwrrTihIQI9Hyw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.5-alpha.20220221.1_1645491268490_0.3214010828643603","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220302.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220302.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220302.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d81dd709f72518fccea45bded979757e2afbd142","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220302.2.tgz","fileCount":173,"integrity":"sha512-ApcRfK0iUQmo5KOInguug+p2xze2BMcyUqSAGBy7izwC7qa4BiZRY8AGR/yFHLRxKMf6CLVnoAEUapSzuwV8RA==","signatures":[{"sig":"MEQCIGSUtYqsx/adCAajocjwUB2nwAomeqULZRfH22T2+xcWAiBLYY1gPPU117lfK1rYw/tx1UBmmscjNm4fVy3NNhPILQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1192260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIBH4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/dQ//aYXa6sy5BIRkU36ChVpbjIKtYxd7ex2tI+bxDLzJQqbRZJd4\r\nnoKKpcRRqce2OpeAGSR8DMsNV/BCwnX5SXAkU89re900lXIPeLk5K4nBu1et\r\nePVpdcDOgNOGxJGCvvQWuB/KQp+lOpr4PDjcbryoD0dShqaRv9zRA+Xn4p8e\r\nD91+hFQZBJDAKEyssA1BtCRA63e1OM/aaw7Pw2QsWeek8zK/2POWVsjs9xp0\r\namunpzI/hDU1pCT7JmSiMOVHLgIXSTZJPz1TOulU/1rcSe+PpBOW3NvC+ByU\r\n1P7qDZzzxVIxhSPWJhDaWQeIjofGxg0L95gRcyNqDqDH9FpiygD/9UCAsGgy\r\n7+kyvb+Ewgwp8glFqRBGrpzALQo4RisUq5ZY+418E+9S2cS+1+q3pWpYOHCz\r\nEh7wEZ9sslJflTP3wPhHKPkBC05ZCkbf5QSkUStTbMTQLu56CxkG3jQLtSY0\r\n2O+1jb5boT8EpXDHr/+JX68NmCQFhH4tW6s0VWbLmjbXDO+/tgUb78YDwtnc\r\ny1QZsZfBhjcbTZS+Z/bFYEOt8rTEnrO0Q5XkMLY9NPA5kIOao+EKKAwBB4p7\r\nE65asUxEHI9mWVp8lBk3RcDTkjnJYJ2qFmbV3PkY+QdSCQdYHw+4g+YX1kqx\r\n9jf+2htEj4AyE9q2+lDDo8hbdOpcvYx9XK0=\r\n=Iu/B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220302.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220302.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-ApcRfK0iUQmo5KOInguug+p2xze2BMcyUqSAGBy7izwC7qa4BiZRY8AGR/yFHLRxKMf6CLVnoAEUapSzuwV8RA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220302.2_1646268920199_0.9776228706578611","host":"s3://npm-registry-packages"}},"2.1.0-beta.1":{"name":"@azure/identity","version":"2.1.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9bbefa09e463e83b123740d9dcd3794bab8811b4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-beta.1.tgz","fileCount":173,"integrity":"sha512-GlSwGhlrKTPxCh+2ENtQg6uqmu1lmZMjrEP5FZ7JcMSHt/NBABTT9167hvwQimc2YzyrzAmJ0wT3Taz3P6S6RQ==","signatures":[{"sig":"MEQCIBQ2mZTTO2pGTKIQqeTlyKMT6UhG6bnexdMnh3lhYlgkAiB7LEURGdVe7jx1dyOIApczS+RoMjMHMBrSjwyKcdASeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1192190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIDS8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVxRAAoK734iqOKbNtHqlwJKum2CabSymuYNiPzKlPYd183XtFl1a9\r\ntqymP/7cQr0KPeA2hkeykBGPkqXEseZGgQKlq1JVO7sIpRFE3iODIzRpYiKV\r\nrQkJt5LR+WxYmWnPX7fGbWwy9DpsdnHEfQZx5n/fdqG5y3Nr9LCLuGwgPu6M\r\nDsTTgm4crlaA2p86y81zMbIX0Eh6GJDZRVSdCTIDyixS/g+9yEUNlYNw9F0c\r\nBnC1QQpcee7SyUdW/WirMV9XONKmifVca9hGlyQMpDcq77Wx/AJgWNo95BO8\r\ngeipXqNptJDGSUySQw3ANBahA/4xi7cpwzuh1fcGR4JkGnV9zmrRc9lnz9jd\r\n2M1+dJY02CHmgeqIIemWGhH8Zk0FjyeefNRWdQHOWfle9OcGubmVX3lcVL/z\r\n4j8uNAX2TiNjt3nMnKnFI/VQwkt7S+fOfl0GwR0l1ga2nXHcttIK5t4MJNWT\r\nn8zLHphDjx4UhsuyQC9LUAH9XlU7UN9wFReKWEYpaTQ0rWdQn//d/ADjtSZl\r\nAmCLyU1Ik/rI95f/JHt57gtibukMT5mhnQSHwDN0yVOzpftpUQatSVsGxz4T\r\no4DSxZHq6xZBbfXrpTPXXA89WBvrW7MC2wmTKnsYFlsPec8fRKmEgBqe+oFV\r\nenfg1MfjP+6e3mJ7wtf7nEqsgpuV6Gyidb8=\r\n=z+lv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-beta.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-GlSwGhlrKTPxCh+2ENtQg6uqmu1lmZMjrEP5FZ7JcMSHt/NBABTT9167hvwQimc2YzyrzAmJ0wT3Taz3P6S6RQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-beta.1_1646277820686_0.16000007334540145","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220307.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220307.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"576800f9a6e39fb63385a24148b968584836a776","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220307.1.tgz","fileCount":173,"integrity":"sha512-OA21MJtoCLvVdeJbmXKNTxwEzpBVeABaM4aHfDMpo7N9+eoSQw/DJBWEzMaMIjXo7MVrSES+N4FEO9ss3Kb8NQ==","signatures":[{"sig":"MEUCICRAPagOuYJx3a+VtgaFp01638pfCm6eG/OqD09y33LkAiEAwNAfS/gk8lD0pBQtgOjSOvwPmQhi3zyK4zROD5ACWKk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1209219,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJqkFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZ2g//eELaFvsL7ili7wRQsNIX8S8JQT65QHeVYrrmQg1Y7C3AvBt4\r\nwawDaRny2CWZ3MrF4n0I2bVLFlnClnBc4uJkVPWKMebHdPoQtNkL/r/Jutgc\r\nmPqZnb/UVrxyQw0JVpVJt7ohWDvBgzlnE/bn/9tjoeCpdbJBsm+dJku6hOF3\r\n6GpWtlYFxCplaJd2MmneSXjvUMUl+QaEMhVasmp6HI2WyoQnT+J4zxH2Uxv9\r\n5UraJuHXOTtDosro9BVkaXUU8TRcxdqNcg0CyH1jCxuBDwdVsNF1x23Pem+2\r\nHKNJPP6cmy/UtWOKUPY4RvU0d3w8fUp11X7eMFaNk9kOcuN92/WkwloWeZBA\r\ns2K4hk7h/OPSpwU8v/E179fkk8HFMVcYGlrTtZsLBne0WVRC0OXaUXKzmhZ6\r\nAnccNIIbyLPLk3eDWWxwxN8aUyeOv+qkXgjqUnzFIMuSZs3rhfOxYk3B1vOK\r\nlQEChw2/L4aQbDh8LpB3cONDdkEgtst3S85vK4v6LLTXdO/M0tFUaq+532TP\r\nyad42DRaeMLP+GENMjRalhdYGZ6Y893CkXqlE905cIc6sKrXsK1NFwrSbg/1\r\n1Q672I32YLzxMkwiSgqLTS9KhmuI0wBxri9GSnRMWfYb9cg89LJfGzhiC7QX\r\n+Wu2dE829QnRxP+cDq9V6MUIs+gOclbMobo=\r\n=whK5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220307.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220307.1.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-OA21MJtoCLvVdeJbmXKNTxwEzpBVeABaM4aHfDMpo7N9+eoSQw/DJBWEzMaMIjXo7MVrSES+N4FEO9ss3Kb8NQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220307.1_1646700805648_0.24812615213878675","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220308.3":{"name":"@azure/identity","version":"2.1.0-alpha.20220308.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220308.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7ed78ef31e1f30c10f148824d816e6f1a00e4bf8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220308.3.tgz","fileCount":173,"integrity":"sha512-kHkIvIHtnSKvpKbI3zAG+OYFb9QHfJcsowdIgUXfoXMcchmCordVXx+Tz+iBtfBvavwIzS+Jz+O6U7pyMwivPw==","signatures":[{"sig":"MEUCIQDMMmkuIM2zvcqqPWgVyzA5czx9JzDnY6PmlYulOBaOZAIgOcIunI0/LPe/AFyy+Hhwl0I+Kr7SOPoNWLq1PhyjP7E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1209456,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJ/ujACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0Og//WegiVVQnFu5C1zqLGTFaOOFhJzY9/NATKKObgjZj3PsXv4qo\r\nB7FSg0PBRdfiw3IN8zrkRU2vTHpycMoj0u5sRMzLq01SesgJxEXryTNI+wRh\r\nU7seXy8EvxaniMYwHuJVxmS2fXJTeSxsIHyVvAB/oZZZ7fGK+NLAg+QyM335\r\n0wSjdh8Xxva+lbtOnCj0dop2Dn0e0Ixb4P+ragQeDI1LY43kjZyans9G2gcY\r\nN0Bue1UetwRwuKnx8lmYmKaJE1GJ0JhKWH3US+uNToW83acDLXjARZ+Gb+NI\r\n7m7oXo/BmUvd6bQ3s4t0lz+CSqHQ8R0ej4heu640E9wZ5Amryg4mzeaPsI0k\r\nVrzb0DIjUeH5vZpdfFkuVSZ+T6Uf4XquvFrNBLkSHEMir8Vo8K0atZmE6LLF\r\nvd4eaQ3B1ybeLhel6FUHZApBHocgMjPAZYNbykrcqgoQWxrLeTmWQXiarAVx\r\ntffoGc9om/YcSnjHibxbAR9QQWRq7PjSWuclniHDUty0nEtU2ckDlcazz7Cu\r\nhAlm5q9R9rOaLMZ/tv+LxPVYxSiaOWuBNUCGGKD80QDMyETpZq4MO6QMTGB+\r\nXkxpAS/zRoNYtZG1kLEh8OUYSFaRD4SwFNF5JHaJ/X6nzrRAcejPlosRZUhV\r\ngungeZLiZXGyDXPErtJtEjjmtQYRkx67ajM=\r\n=5jlh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220308.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220308.3.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-kHkIvIHtnSKvpKbI3zAG+OYFb9QHfJcsowdIgUXfoXMcchmCordVXx+Tz+iBtfBvavwIzS+Jz+O6U7pyMwivPw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220308.3_1646787491175_0.44764964993053913","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220309.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220309.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220309.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5f194f139dc5530c309aa074de08e4e90644638d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220309.1.tgz","fileCount":173,"integrity":"sha512-Ph4rUXiAIVxispfx4iq3Se7CdrfkkYmyl1xpnEYw0PTpPHnKpLOYdQZILr+Z0ELP+TMXuM9VTkF/LRIh5nC1Sw==","signatures":[{"sig":"MEUCIFzkf46ZnzgHVx8Bqbyimft8sh9aafIMNJyoZ1aqRPkUAiEA3/hT4r30aNrNrQuFvVQxAk/qrMXjsCp/OtdVORHg748=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1213046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKUywACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnfRAAmNagRQ3o3QXmgKy+O8CTiVWel1AvET7+2A+iw/RLJk6/vxz6\r\nuz7jvzasjoW5tZe6aWilWo2pXnAIV0mUW9p9ihF6KLiFjsjZVcwI/4yLuN3i\r\nX9mQuoKZU46nOtnH91AEFP6RXugCExbsXymkSA1yoHW6JueI4djjZmO/xgpg\r\nSOIkr1EO1DcvUCkNFCdwttzMsQ+bz4cUwUG3EeRSEAlo9HfRhFAnH0DsJTtv\r\nbuHtisqyKnrCZPZr16skiVai28ICpPurrgBM55E9J4vhp0U4qcCuB6V1jOJU\r\ndpWXK1tbKal7B3+7mGlraGtQbrTM70B15mx54cly/NMe2YypXmsX3M6d706U\r\nm+ft2o7DEjBRMMxiCTWqP3FTOfZpbHq5L0mzf4TTHccY24z+5W4Gh6XbAMdY\r\nm4i8EpmBImrbYbjKBM/IR/t4rRJnlyPyHpyBQho+Lb6k3RzLmcyPtk1cCfW3\r\niGrbJIz9IbB0MN0mNLtsumQmT6K8c9VHFDZWYWAsPWKsihNZCD0GW7JicfFb\r\nxf6s7D5SdDkoTdaqMLBcVq01BIjHxk4iL1hDlD76QbrWfl1S8j0bcZpqPb3X\r\nbZM4qg59UBygqIgV/e8QPXQDntKO8jehsuuZsGX6KrZz0QihXNLEmRH3j0lJ\r\nqJYRHOcAWVg0n0cygIMKlAKgcXaF9A8Igpk=\r\n=rCf8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220309.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220309.1.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-Ph4rUXiAIVxispfx4iq3Se7CdrfkkYmyl1xpnEYw0PTpPHnKpLOYdQZILr+Z0ELP+TMXuM9VTkF/LRIh5nC1Sw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220309.1_1646873775887_0.7278958076338156","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220310.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220310.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220310.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a7d13c1a9076b67ab183fda66bc5cafd2edee865","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220310.2.tgz","fileCount":173,"integrity":"sha512-dkIfgto+uHbQ+Oq8rnXq3a4BfXzYfVqyFErNLse78+zIYLnqqwT8rpZ1EMzaJz20ZP9vcSiwlR3kW2VQ5b+q2w==","signatures":[{"sig":"MEUCIAf/UpWR8ztGkOt/ADGzIyGN1sUd/OYOs/qS+fn1rRpaAiEAzNJdl/NukfR6mexwIzpTw0jz6rCvPffEKekYHbj6wWw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1213100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKp5OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSaw//VJOFh55/ez7w1qA+uhayptS08OtInMAjSOmHLis4y+DU82Ct\r\n/Lf0r6Q0f/Z8d2zKnQ3+fsn39XDy0c1ygQqWpCF0yZjSPIcnoaOPbm6D/FCF\r\nqB2NSpKO4b0SdjaMFpQwmivT7gThGxHN78p+lEO5b9/Pf/bLYortiEwEvHQo\r\nJIhy8CAbMq5zg/oYHQe6uivlvpqOypmzTbzh+fMS/CBJovtSUP53SO4zaVhh\r\n2FAHQ0U046efIVbUz299EvJYIPx1wpnNxnYg8Uflb8w4JAYyWLfW6heTL+Of\r\n78hobXZKKW+aqutzgTzO+Dr5/lwQFWNkTnRH3wTgPUfe7fDdEJujv6cJZHvF\r\nYCnp77fNyh6Z+nH/36IQ3GLRQGoy8+we1L9b/M4iN2aup+FDeSTPCQwr0rSg\r\neDjD+YCwij7sLS9+Kx4huRFKkddDHke/s6cdiSke4N5g3PDR06Jza/XlDyyR\r\n+csyb0mvjYpkzEeSiZANzOUnEjUQnlB040TjL8NV+/wkrTLxwWsmoaeSmynN\r\ndQrTTF+7LZW5yg4Jk+Wd1wpPG8sr4JyiQY+ZNtHHotqVBFVze6jTlbUzsG6/\r\nvr8+PFGpr7Kh14FQViBdYIerQ5CDEC7BAP+BvdMe62coGvLd8WKoEeEfNIAa\r\nxl0n6tctl9sbUgLDQvT+McqM7kEyNM+31bs=\r\n=Y7Ho\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220310.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220310.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-dkIfgto+uHbQ+Oq8rnXq3a4BfXzYfVqyFErNLse78+zIYLnqqwT8rpZ1EMzaJz20ZP9vcSiwlR3kW2VQ5b+q2w==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220310.2_1646960206093_0.9256749886443894","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220311.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220311.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220311.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b756cd1f09b9030ada3f9d78fd303bf047829df9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220311.2.tgz","fileCount":173,"integrity":"sha512-xq8fRptsaCdEeQvJcpy6QUydH+dtB92ovoUxcGaIztV3Jf0ebxze0Y+0RXri0Tl8R+kNqgtqEEIeUHMDGiWoGg==","signatures":[{"sig":"MEUCICPg5YYYUVPyBJ9wKM3jkIfzRpgHlhBK/qcZpN+2VK9ZAiEAvsWiziajsiYtGsBnW4lmQQx3nMtfeOw1ss/+8PgWLuY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1213100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiK+6IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3ww/+MFDqGjEmI1fG82ZXp9NJUBTnTlGrymppE2z+NgN1tHajr7xI\r\nltaoL2oEpTWICz+PZ1TGw9SOQ3LZp96/Y5N0R24RbPTPWKKXPUyMYO9MVsyP\r\nYrS34NqQgDjO8cUYzmqNGiN+2+2bXfOgbffHR9P+Tibo0S05YPYnG+gy9WCB\r\nbgLDbmSI/prjdOxcF8Jan7wbLuVyHeIyyJevve9Yrjj5dkp3pKv0fagEUle/\r\nNOASXRNimKpfEAe9bb6NJGmJStEGusLQMdKiZ8Sx+KUc9CX+6cE6Pz5SdUpu\r\ndyQJ6xBjcphN+Sx+jBLBeFrsP8B/qS2FtAJBAqC87K3iacBdLs/AVssARL/A\r\nQKJAAGeqNVCwOJewgoTpAc1akBPj+SglmQ5POFpE9sYqsAmth2dTRW7vBXRl\r\nUtCL+QEIB4jfXOUNvkS85PEfLuYNTWD6yQ9szyOsEw4xquhkwphqXL0vcJd5\r\n7UyXrJLVHY1KsIECZ6UFUXQiFm1ftrwhlQXkuosBgqo4JfMyaybWaupOZA4n\r\nu3dzzOOEAOZWx1rSKHO3t9oqHZ7MWkuceWYAFnS8HMdh6Q9anTZ64YLu2ATA\r\nmLbE8Sk/jhyLLnbOYOLK/uHPInIdg1ZFi/ZjlQ/CHHa4GYZY4liMy8M+pzi8\r\n5ON1UwpYPSSTWGX5lxI3q09T/KDXURvrp8M=\r\n=n8gn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220311.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220311.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-xq8fRptsaCdEeQvJcpy6QUydH+dtB92ovoUxcGaIztV3Jf0ebxze0Y+0RXri0Tl8R+kNqgtqEEIeUHMDGiWoGg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220311.2_1647046280423_0.34974165329458895","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220315.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220315.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220315.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6ee912009d0595a2a249edee6829ce6502491409","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220315.2.tgz","fileCount":173,"integrity":"sha512-r9b0g7owWxs8YCIRx1R/uv5+S+5dy6rd++uwYqfJEbAFNBsmUGsKOoQ58Vrjy5UliqrM43SYVPD2JaRV6kgw6w==","signatures":[{"sig":"MEYCIQDTYX2ULQ9ivP7lvN+2xFAhtr/2b0iG/TQLVB+iPZYV0gIhALZ7zdJByvpZUse49du0DKGKgPN9L3+2EkSgBpul8jIB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1196119,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMSeUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYIg/9H1ED3Kw/IYjEWzAFoL4bvK/YQuI4+OByZmBjhtGUuywn72Hm\r\ntPG0TCE9351WTrxLEG53zeB/mztF2iYk04Nl7liL8irbz5nIXgMEOCv7puOq\r\nFqr+LqQvUYfw4JQaJr5dDUBv0GR4Tc857J57Vmc2W38J7bnEiqQKkVcfK8gx\r\nxnR4AnCkFHg0LImd0JjV3tTsrTwdhQU2/mvxG17u5h/fN7LdC+oApvJe+08Q\r\n/zXawg4RFzJeUHuwP0sw7OkDb7NiijNQZ56ZwQu/b3ZgfYNOqVLDhD3rH2CZ\r\nQ4tF8DBR8ltUjftFnM+DUy05bUGOf4ZoukCoQq4fps2MAMMxtB/lWTpdN+D8\r\nqkqYcBWpAOGlzVV2cakViHjRmJSwG8BKdopvDmPIqj/KegS6B6SiXALunPDW\r\n2X1+Wk4YL8mWnIiD5YMuQnbEYP4+8EcXTx6KArD1cAZuMVyyV90Ddor/f9yF\r\nTtnWS4HNsMnztGcmn5jdcA0lTggBfD8oac2tq3foh8Qjy/xvGlzvjsAGkr37\r\nxCwuLIp3CRS3FvYOW9RFMUQDwJchAdTEWqq6U56ob5XG3dTh9Jm/91tfzsgR\r\nGhN/5q2PTyHGc9FPoBi8IdYZx5Ps12fTt+SZp0kW0oIjSJ2ABDJ1nMTOAfR9\r\ngRMP0TZKoXzzQAJJSzXZYi+aaC8mtKxO7F4=\r\n=PgOk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220315.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220315.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-r9b0g7owWxs8YCIRx1R/uv5+S+5dy6rd++uwYqfJEbAFNBsmUGsKOoQ58Vrjy5UliqrM43SYVPD2JaRV6kgw6w==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220315.2_1647388564099_0.46116168809780644","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220318.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220318.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220318.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ed9830e5efe32abd7f6cb8f45628b6e32dc6525e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220318.2.tgz","fileCount":173,"integrity":"sha512-vJLpPlGYBSK8f3LiRJBLiQ3TMK/+J9Szw72GhMVjGt8rHrsHRwsOWz5OlcAsDrTUYXOZLEA9Iwuk3MJk7BRBfg==","signatures":[{"sig":"MEQCIBrnJHeAZu5Irjhyp+Mbl9c87ISCnqiqZftQXu3PVNe6AiATrHGcHYdL2WqJQgWx/4uf/Ce8Cm1jnzl3B4uRCh+fIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1207606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNRvfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/3Q//cQdirUBPeB166HwXtzcbdQvKjg+l1KVYhDAP0nzL1ybe+qfi\r\nD+o0KUuOR7TnXhLpVmuzKTSUlMAzRWXWncH/gdL6+CJJah80VYrj7QCQZv9b\r\nnA+FjIrhxlqz7ppaFYDfpSasE5G2yExeqjy7gN/Pby+90oG4Ig+I75/7XvQL\r\nnDp2NO5LvIP43uRKrFL5uD4PbZ+JZZnSzCizbzXd72N99RPDKHbxQtkgcCfh\r\nP8RYi3IQeg2RL6pE7GXOkGLFlkKvLMMPBhm/2moBe3n56vghBFSaYIWFwNoR\r\nDrRMhTdW2mVjkI8hv/0Br7tTugva+HEi5f+fv6mNfGrD11ASBFYzQ7sQ2win\r\nA2WViWHnXSe3TIu5v8CowOD2I2M04Lo518oI9nQGFidmG49VM445L7EW2v3M\r\ngWwRX2scy8ZdAPq3idnv+fVMitejfDWbIK88BVDsuQbN+RGjxybmOHPyFY8C\r\n9N0C25tDFp3EgTwsfbPYZ4iP0MhqjagIpbC9aFIpKm++lWtSXRlAZQyMtNz/\r\n/Cr0laxv6YUAUnapfwcuYfyVlMMeGN1gob/RaFzA+Dkn1LymI6vGIX6pDMvd\r\naz2oYNQR0asyD655PtnCpmN0fIN3oXsv4LwwP5nIN9o7b98MyJHZvaf2TIf3\r\nkqssAep7DYvacoKD3fzc1IyChBtlkVimVeA=\r\n=Sstz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220318.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220318.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-vJLpPlGYBSK8f3LiRJBLiQ3TMK/+J9Szw72GhMVjGt8rHrsHRwsOWz5OlcAsDrTUYXOZLEA9Iwuk3MJk7BRBfg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220318.2_1647647711183_0.028381391152458857","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220321.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220321.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220321.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d22e93ecf8928bf6ccb98e81f01a5356096a1e1a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220321.2.tgz","fileCount":173,"integrity":"sha512-y9m6W1ExCKXj88jtmyKWVHfg0QfdudYUbbPjbCzqXp8tRBUOvLC+YhlTPs7AVbbYYYKakfhyyXaxPUixj1cN5g==","signatures":[{"sig":"MEQCIEFoefv60cO1fGJt5K4LGO4ZodXdYyePwtz3w4NSY/JIAiAIbpRWh8KXzSC1XGJjbo/RmXTgMv/Q/PDuGIEJXVVLeA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1227169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiORBjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSYQ//ZeMs7Fhdd1hOgtGDpKIw011Jp5tzSmtH0ji1EJDefJs45DdJ\r\nkptmLwDxXmhscX8Cp8LXct7AiZwU240x0w/oGalHlDqGPmD6EfTi5UnsK1lG\r\n6Z9LME2USaNJY1wkSCC9TQCbPjizIWxbmhDzfku6SOfJz9OFvD/pqSgp6q6P\r\nwwDATLZ30tt/k1bfNroHrxs7BSsbvArQUwt8ijTFU72/HCiDhSjx/Ay/EMhn\r\nkd3OgnbGKtmvt6127nAl79BAHyO0+xpEjJeqXMkx0oG31W2cf4Tkz6l2LLOC\r\nP6yUIF3VWOkr1IHDB4690n7CohfhXwj0Mc8FPgkyK32NOshvGXyveWBIVujD\r\n8ibtUokmldCy2ApSgrnElhFxkqv1ngNO56k3U5bC9AgyOkGJhnkIXPrm3O0T\r\n+8WaWvPCkJoBd6vLu2NTeWw6dUSliu4JgMbkiyXbTW3X6X7FcCeZaATqHuLB\r\noPoCs2Gx9h4VQEc3qLh/kG5oGtWI8fEbGaYJU71x60sqBPYVsI551AX2wsg0\r\njzfmm8oh/oCQDhslXHGIyNiBycwnQaTlveH3pcjUms0dsFpBCRNeEYiPRmya\r\nSTKDN8ifE3LUHqDBJgpXdXQXOmo9VpjDKS1xhbZ6r7atlqZj/DVgB9f2GwDG\r\nO1WYYSSJczfaQmqs5PDUtR8WAYSZeeCtI/U=\r\n=XosS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220321.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220321.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-y9m6W1ExCKXj88jtmyKWVHfg0QfdudYUbbPjbCzqXp8tRBUOvLC+YhlTPs7AVbbYYYKakfhyyXaxPUixj1cN5g==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220321.2_1647906915013_0.763994029609792","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220322.5":{"name":"@azure/identity","version":"2.1.0-alpha.20220322.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220322.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d31329fc0cf345fcfea4b9775cc604f9a1c025b3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220322.5.tgz","fileCount":175,"integrity":"sha512-VKBjfd7I921vgTxfRpbz1kVSmGhPzdFZNARRTvLUTf8r9qvfFZ3bvFdtn8XVVRHuVM3+Nm9NtqXhvE0TEACi0g==","signatures":[{"sig":"MEUCIQD/tc4RFITl7Sk5KchVRkPP64jJiqprD5PMFZtEHaupHQIgc1dH286nFa/ZPJdQQzMnZ/y0wQEFpy0UDIQ0jdztNpI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOmC6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUdg/6A2CkPA5dneuG0mEc+WlZOZHyBJR8Rx6xCVFKvNkoHxKr+o1U\r\nasPBiu7yofg8J7nUSwVBxjYuz6oHl6WBWE4bo0PuFURtHndhg6fsc0nmrZCq\r\njSo4Wv8vCwc+iqi9SGZO6WH+Ch6346T2Zmsxfe74T+KKsqDseOS78ihdnqF6\r\nl2ohVVDfGgD5DJ5t0uioqjGHSfJzfE+pB5bXKeTPmCTsW0TO7syIQ6sTpNts\r\nfHY/68n+giaejgWBkAOFN2iJxdzemXKb+HdFUgwN7KnWlrjeGf4OpqgAxR4p\r\nyNiQ6vAWS6bSoQ2S2U5boMZL9i+i0jBXGnpxR56oD7aG6q2YuFb2wG30Ve7N\r\nj+1yANsR2pf/BZ9gCmnad+Tm1htkoiwViDiI4FYScUTBwii1IFJig3mkL536\r\nN5Tk1QoHXozVvKmywJuegQJERAMnucZfpXsZZbkolhIrvD0M4T41nmPveySk\r\neQrrfvx8d8avJi92RCq6xvhJPr10LDRQrGetyasA5c4SXFCG57FQjZV0GnJI\r\nI0LaBP+gquTiImopTqM7yO/iEuk3Dwo4bYoFSG1GVhpid0715GUhcmZBPE08\r\nAMZvPFqLrZm//28WfdGQ0ivFG2mthgAOcU+DnQ7aMo0+VUkIH22jZuguQsXu\r\nYUBM8WODW/zLDP3xf68UEXrdKhwpN0tcYDw=\r\n=HCxl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220322.5.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220322.5.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-VKBjfd7I921vgTxfRpbz1kVSmGhPzdFZNARRTvLUTf8r9qvfFZ3bvFdtn8XVVRHuVM3+Nm9NtqXhvE0TEACi0g==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220322.5_1647993017864_0.8209662687735386","host":"s3://npm-registry-packages"}},"2.1.0-beta.2":{"name":"@azure/identity","version":"2.1.0-beta.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2c6ba64a18f09977496901461df79e7c47b43353","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-beta.2.tgz","fileCount":175,"integrity":"sha512-X5ePKE++QmkdOCgBMJQ6yktRMqIog4b6I5OJ5CkAaPjflo3EXjnnJmNgTzoDBgt30HgrdQROGmVHdW/eN6yqjg==","signatures":[{"sig":"MEQCICpv1qCCOxZWf25rmBKpcrB5JgLQ+NXinA8OUSuxEgWJAiBa0sprep6Kqn09yUFc6Q+gCWA0233L9wTqRLoN/BnpIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOmT6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAzA//QNeA/DnkoDWdhMLV8WhPPc7nrBcuu+zkksMQD8MbdN6AvUeO\r\nd+081V980bdiDuN5zGVBZtYqxSMKPbfn2nLPUoxN8qhX6jDAa4x4bC5exDjo\r\nMAo6JHg0qVPRilIgykGEABJ6lbJ//H2bwdGHLQTDSgRGJyhgBA/yFBsemyYu\r\nTdVRgw8QZfmW75QNEoKtJRwALD7T9Hq4AueMDPsIUzZiX5pU5l+GCcpE/0Tm\r\nb4HbgDl0wrMJkDyoZ7wp4NsH75TG7UrtvAA4o2cwt5MkVHr9rjzlZ2oq3NUe\r\nodQin7s7auhga/KY/UNMRP8bTnSVK7weuhXewV1vCO4uIvlX0TSI/JFJKdmB\r\nhW3kZ+ee2oZ9o3nwA6P5fQrKsEYxXksFVWEyi09PIbCrEcCJFQluv5q878Au\r\nCtY5/dL79XrEL5OHyUNOMmRaz0SpEoZIMIY/yyfmfVCK0B2vicwy89AEPlWC\r\n57KYuTj4CTGa+DsidjApGlCkldPi6Wew8znzv+hCbaaah+qstnN9GeLJjwuw\r\n9k3OlisM8WG7XrwSmB0F0t/RlLJEezLhE4PYKoojGwxnRhCJ0k7yGXdi9/M0\r\nsaaC9PfqzKxrbpoJupiEp4hGus0sntnOpeGogu8NhJJ0iphcfq3ZWjwmMv4t\r\nqQgY+REplx5MSmtEZJ55AQBF4MxqAIiXY2w=\r\n=t+Az\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-beta.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-beta.2.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-X5ePKE++QmkdOCgBMJQ6yktRMqIog4b6I5OJ5CkAaPjflo3EXjnnJmNgTzoDBgt30HgrdQROGmVHdW/eN6yqjg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-beta.2_1647994106122_0.5770458292025502","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220330.3":{"name":"@azure/identity","version":"2.1.0-alpha.20220330.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220330.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a72bc2c2772cbe634a453d5cea273f966e16e76d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220330.3.tgz","fileCount":175,"integrity":"sha512-pQzCUIyaLBXCpUl0u6884OdFMJHvCuMRytE+UAD5hJFS6j2nIqN0JQ5w+Jo4hLrqHrFB3hAHvc4Ftj+8rCuULA==","signatures":[{"sig":"MEUCIC20Uo9GntonWBayI5kgD6hJl+MgwU0enRoiW8FTs12EAiEA6iclX6ozP8ojoxGfdfEBBZr9X4DQ7hFk1bPE5qIjG5w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRO0AACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqa2A//WuPgtFIEflAZTYDCVHvHbDUu7o9i/zK4ZwHdGpH2TnNGRvDa\r\nUGmjfDCoX6LGznfTn3ZQGiKBq/lliGdXKjG4vCLg3WrzsxMFcRhjoGghnXkC\r\nKOGpx+RBAI0SDKDeYm9Ml6Rnn2u7pmWqPPdfyhLKqsjtmmCK01cDMK1cSqwd\r\nPxworJxjpty0q69r94ln7HyB9vfFVoZj0962Tz+LbiUWRod037YEtfZXQ3tV\r\nJLvmlWhFO8nC7oP3sa33pqb7XWuzfGqVjtnIqamXD5Ux1ntCZuRUmTJYf84E\r\nOMn/5IYKG5mzcgE9tOaeFNHt7T6dgy2Nr6mqjXNBLDq/xCzkvmeWZX1ZCWFl\r\nonq78yM2wNqZdI1OXslsLyf3bduSCeB4pQWLmf52iHnqmJLqqeXtab3N4y17\r\nJO6oqWDHqsUBKSJlPx03kru13fgnUxAIeHTsj5B8cBKae1BGKxsZwb14rkfU\r\n86/HpQdof0zrPonhPqrx8hAQAEWE8Xt27isCosNIVkt40cuO8bYVu3m88FVY\r\nzOWmuDu3Nx+ymHdAlOxDFzkRrj5IU5F0b8+0+cwyG6kvpl0F7yTWj9VfX5Zr\r\nawF6+Z2mu5P00p1PQ31T0f6k3VaYY6FD8+4gO+dM+9C2lw5mI8afzJhoAtjc\r\nJlpSDVYszNG7dcahSW9RzOt0Bum4M5vE46I=\r\n=QuZW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220330.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220330.3.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-pQzCUIyaLBXCpUl0u6884OdFMJHvCuMRytE+UAD5hJFS6j2nIqN0JQ5w+Jo4hLrqHrFB3hAHvc4Ftj+8rCuULA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220330.3_1648684288288_0.9915344884118329","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220404.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220404.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220404.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"785a632ebeaf23f2f8f4f9174e8b8a3ce1da83d4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220404.1.tgz","fileCount":175,"integrity":"sha512-vPT91x02KI1kJwHjCF33f3dL5ssWKQe1Nf5qR6qzDf132xggySIqEf+lJf8UyMSQOEEUoCQxYxwgLrpCPutZag==","signatures":[{"sig":"MEYCIQDhHPknaMkjLx9zIAYIvpuw+v6X6tv6P29r4Jj7iIyoiwIhAITuiUDsswqUB157ilfIycdIC618/ukdIlBFIq4jpMxB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiS4U8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGnBAAnL6DNzo+5yh/0ve2qMqpqsTRW/3nf8VnsPOhrVtv1cBluXlR\r\nhAA1syECj5fOSAVEZ+LS+ALOJnUGwZRAJkpWEBCFrI0EUX+nTIY5HRFzLfUv\r\n9zmnCXXW0pYfc13eF0QTOz7xdBMOLptzbEZGqCtjKs+y/nqpX4zuAZIm88Ep\r\n3AAhcvhJGaLTLr6tQv5NrsoN8KYL4U9w6Ld66pQHk3Z6MUcGIo/+u4Q/zQfU\r\nOhKIAenyrI4KcbWnSS5g7DiX4eM/WchlSZbbX3K6RVQrcNEMquYCCehC8Z70\r\nAzZQ9ots2o/zYz/Pp8+ooAsM2l45o8gkP80RhU98Raz2F+p0Zut/+bNaOo3F\r\nTEAf1ikZS8Wt9MfVKuqXv26QUG4Kgkny3blFiQ0i/SX3UrjMbOEMtP98zC6x\r\nGY+AK7MGupNk3Ufiqo98J7fmE75+QDVs8rDnpj4a63c2i3rom++de8Zxdj4K\r\nl0AlFdjlPOhXRArmEF+5+/hQ2LRcpUtQqWFKaNSMcCVPn6nA9JH//64ju9KC\r\ncuCUC0DJSoIqvV3JZ8kVIgAvC9YtYymj4zWC6JUtH4uKi4JToe3rT702aMa3\r\niLK0jx0FEHQqdGC1Ogw8p7FhfGUh13INrjz49RIKQalpfL72RtcTMHcjnGyb\r\ndrkoxA3ad5wI1ZAgBb+JUbSUsMGGHqPbAXA=\r\n=wO++\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220404.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220404.1.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-vPT91x02KI1kJwHjCF33f3dL5ssWKQe1Nf5qR6qzDf132xggySIqEf+lJf8UyMSQOEEUoCQxYxwgLrpCPutZag==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220404.1_1649116475807_0.8334663097039152","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220412.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220412.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220412.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"05ec14ece0a97ac46a9d02d453acefec3399ecc9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220412.2.tgz","fileCount":175,"integrity":"sha512-tv3Dh+WBeretlA0vmgMN7nmw2obWlENsr7oA3HB1SKs7sBL3N0xhms606GzPwNXUc5Bg2mfk+WvQo3eKfbfBdg==","signatures":[{"sig":"MEQCIGlJLwEaLXIcmbzDsdBgEhocsyuCq/a4Z4VXUD0KoID4AiB01rzKLoQtEdHK10KFAWQV5GHALA1eGbrpMmHMdXGk5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1250856,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVhJMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZyg//TFglHndy9XsZxjCUzRTSJP2ZqCXHzUIvElpArti7y3B+lQrE\r\nXdTygjJMkFlJ0r318qBuYWNqAOD0bCgya7nC0GrA7whyOOGjPU4Acx7m4fII\r\nL0yMtlVADGqjsA74r0xUIxUVQcGP1/x8QGuCdMxig4c2nXKXNXRCcDd3OZ1t\r\nWBBvig7ASPCia96EY/yA8pkroMdhF4IbsSdjekJJZaSQKyWgyzpsYl7HfCOA\r\ngNGF56GhvSKZrmfora01GNg1EsydYvl8tSxmeLL+jeT/bYD71R6avefLTBl8\r\nCxY4c3Fo7GG178Udbm1IFiBM87XxTsGqWPxZKTvT3k6sifTrSmasZik1n22r\r\nYEiGmNSM3t99MeGQvtISmPYzcYYRFMMdjjZoYuJ74riPM3MHfkpadoleJHEH\r\ns0nBuAGYrKlwTLLVJfGKYnvQ1mS7KtxdF0E7ybsgCOfL+cFyFk25LZokLsLA\r\nZfPAZLUTEPKiVwAuaawR9hgJovgHpclnU6rmOsCm+Bf0Yg+LSoDQxQwJLONn\r\nGZ7jpa3gVDhJnRDGS6ReJKmXEY3xPzErvhX7gn47dOfwTju+RLVqL8Id4FgE\r\nkrx5WaZiAX8w9/Gsnrs0uGBp0r8kkTn98TFY53gFX3cwJVwOEOA7fEAX/2gp\r\ncwk0/r7ERyRJyoIA99gXC2CQtsMT/AXP5dI=\r\n=sFKU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220412.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220412.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-tv3Dh+WBeretlA0vmgMN7nmw2obWlENsr7oA3HB1SKs7sBL3N0xhms606GzPwNXUc5Bg2mfk+WvQo3eKfbfBdg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220412.2_1649807947755_0.9974412066035654","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220413.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220413.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220413.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cdef73b61221e19ec759d3d1fbe09f8598f6dbd5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220413.2.tgz","fileCount":175,"integrity":"sha512-V21/rRTsnIYWf1s+Y9hXbRElTPWFP8/Tr8TLyzCAgPttrvxX8cNVHnZpDmmn1TwaxeQjXXvmAoaMi3H8BOxnVA==","signatures":[{"sig":"MEUCIH+rTfncr1JQchEFyjDlPxFYtFCPFd2oBMXhbN6nG4+DAiEA6z4t9ifciQvV/0sANV1EIUlMRMYrY8TeSPQPFTDQA5w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1250869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiV2NlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogahAAnCgVO7cgTBFyGb6Q12Rh+fSbRtN2fmvb4HXU+VOXwqmtlNhU\r\nmDK1vb9BmaUopVMVL/TnZiRM7mTCW06BQAYOdw6CR7OvrGXkB96j2gnVUyn3\r\nLU0euyJYNjFj6JrfWjVKAZRs7PiRHqg+jjltyFkBa3zFNWRpOWaV7kcz3vPG\r\nLF5H99T0FQSyZZM4lSqfzLq06tzuzSFIpbO5jPAbos3Ua+onLPEPlcmWpvfC\r\nzKFMAbyWCH113ZYTG2OQTOarndWtF9hHeaHaP+bVpSaGo/1otHLz3YB382O1\r\nVuKSQaX8SGE1N+vop1N3ugF9Ti2LibK1WEtW4lhzA/VwCWpkKiTOCPj7//6b\r\nU4+vtP2EcqXTISj8ryaSx0TfqztgnQz7pHRvIgxDa7fU8DiwkNmra03V9Bwh\r\n91UnmWxYrSbKrD+IiAlUUTbynlPyb6vIxsFqfaox862acSPSRThoi4Y6qRt6\r\ncPQTE/IrlvixVDQcNDG1JuGKPYJ1vYMQypLZs9ohzvXbhU7B/Z72a8xrYXeF\r\nbXCBsOKBbsQg/zka+cc0DpNGr0V4glanHAm/J8EYvkue+HrUFTRgDfhQAoHx\r\nNJiRjnU6jf2YEu6rKjryQEGOUFxSg39IPuVoU8B/GnkmLPnuoQNhuFb/Ps2p\r\n5acFyWelb7r2tpx7Kg7wV2HXiGoHYWXDnFI=\r\n=zw5J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220413.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220413.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-V21/rRTsnIYWf1s+Y9hXbRElTPWFP8/Tr8TLyzCAgPttrvxX8cNVHnZpDmmn1TwaxeQjXXvmAoaMi3H8BOxnVA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":">=1.0.0-alpha <1.0.0-alphb","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220413.2_1649894245333_0.2881519851954175","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220414.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220414.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220414.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b665a358a1c843f933751d9d7ca290fb25c761af","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220414.1.tgz","fileCount":175,"integrity":"sha512-Z3HqfRJCoA9fTlicYZL8PL/LGcqvgGNnAd3cyfYqBc3BZrsYPZZFHq8rIqzaRup8pQS+oeKlDZogsmSDI+/7TA==","signatures":[{"sig":"MEYCIQDXnmIBXxNstnOhGCjs7vZ7+ug9Alkt37kkO0+jKUqG8AIhAKRwT5C5ZDzO65WYz/fLFqYeoBjj8k3Xwlwz7j6Q6+YM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1250849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWLTgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrijA/9HUEazKSyprXImytdt0m62m4pxBlzg5tJRQEd13U8wk972Qwa\r\nKkjE8RMSM8d/xuWDN2poolnthkkD1IUMl17joDBnktlnIQyWhMJfp12fq9/V\r\n5FzJlh0ADNT+NBee/tvqQNV/pQG9EWR05gn7nam+fUEQUnQlo1r2r0rYXdwD\r\n49pdQk1LdKrZ8e+mA3mkY6bnVcLhBS4EBcQ8eh/uYClOXKE0/ZKBo24/dZHP\r\nRupJuGeRaMOrHe6Lg3IuNDnJzdzy82mCmqpyPlR7AMNZ/5FYiyBZ2q3na+xf\r\nKKVeNVPQDlHTp/cFa9HYxpopR+jA4Bxpayz1uv/6dzkDIe+fTpnVAkMeyICe\r\nlka9+uf6oavmxBqXbRO5C3O02E/AAltbBEOOSc5d/IIQ5lxPscpS8hyB0Sw/\r\ndZHgaIYu3cjhhuzW9ZSY5Yws595wrGgHF5XWhn95OsmOXc/BuUa0fJ7JYpcN\r\nXqaWRNuB9iehtEY76w49O5gZqcSvrXXc+SQA+ZVBV8USC7x1naw2CQ7UqScR\r\nkcZQ87owfCYHub6KIc4WTsxR76A0RplapEShgiT5tbO+u0FCrezSloFoQEmb\r\noBRtj0XDoLtGNiqE9zL5Ykthjpeyn56v12ZL8kUc7RaaJf3o62uTbSEXMSjA\r\nmzlN331Aln2d/m6Y9EMonfRu8tDGeUznEn8=\r\n=RmXx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220414.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220414.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Z3HqfRJCoA9fTlicYZL8PL/LGcqvgGNnAd3cyfYqBc3BZrsYPZZFHq8rIqzaRup8pQS+oeKlDZogsmSDI+/7TA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":">=1.0.0-alpha <1.0.0-alphb","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220414.1_1649980640584_0.44316740812979427","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220415.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220415.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220415.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a6721823d9d2fedf722092129f34e056a898e54c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220415.2.tgz","fileCount":175,"integrity":"sha512-7lwv8Y3YClz9xOCtb3E+LfsdzyeVVZoayGNDKv77Mm4YD9nV2zBNa6+5k469J5VO6zhal++8R2+jwUFUyIVLlg==","signatures":[{"sig":"MEYCIQCKlxFxPUgOoc+FqIL71NjBt1AUDhGTNxqmjGBKTHZjIQIhAMfL0e+NZN6jr3C9+Oi8/Djz+QYnk9gQBmzuLJMdHXuI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1252289,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWgXGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozJQ/8DSV82jAnny/3XuAGp9lUrZjXV0GAnOTL8Jt7N/dd9qYiHinX\r\nqM1V2tYxSg+RyTJ9SrsvUyq921PK4SOv/JyoUYtsc5kTBjdzKt0qzcetABSf\r\nbr7G77kHl63gG6sq8ak6SRsUaTv6plwRJ3jx71mfIyCAfo8VjOsMmvi445tL\r\nGxdPBE2rBxWu6FJcs19W3hvlB/R045HzGvlxrUHYN6rCy+cleQxlMD5Hast4\r\nzWROTCeiNHf2fJsjFkulLgipoEXlBjMEb8oGrxLdJyinHX2THVW67JUX10a0\r\nYbG51k0TD3IoRPlfogr9pEbNWcobQQ5kf34Zp0UQhLjbknayKEKmfxOn8sLF\r\n0yKibSNQMjuBHoC6GHewnZF5EloFjdIfOe7NpyBFPoo+u1+z3NwFYuUw14ii\r\nxA15lQDeClJWk0CdRpElxuCzeBLPkUmlJbEjIiuQAcXVilCR0EfdwmMMvmUF\r\n+oLUlMcjouKjCp7IogfFSc64cRCy7SV8jtx/WNlvGwDFxGvVlqjsCHK91pES\r\nctGmLn4pG2ZZRtBCB1GxSmVumG8PSpdBOQz3pPEFFdJGe/Nr+F3yic14CKiz\r\nchyIxNEvjXUmWPj+9hUBUjjgEK/66AY4JhRuHAM4mItVtDs8cLK5K5exT8DX\r\n3tNXfzUhw3Rb0+nxH/GtteDbroJ/2Qy+h20=\r\n=HwWy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220415.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220415.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-7lwv8Y3YClz9xOCtb3E+LfsdzyeVVZoayGNDKv77Mm4YD9nV2zBNa6+5k469J5VO6zhal++8R2+jwUFUyIVLlg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":">=1.0.0-alpha <1.0.0-alphb","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220415.2_1650066886447_0.8951773885714809","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220419.3":{"name":"@azure/identity","version":"2.1.0-alpha.20220419.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220419.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"031143c1eff4008fa23e3c38d424e2fc2cf32a58","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220419.3.tgz","fileCount":175,"integrity":"sha512-JcpJ26D/K2kCL+pF7zvAcYTBK9jwOul7+/OJ8aJGBxpm2Owy1/Izg3rR8NUsoo+GbmMJ23IuWPQEaoMq7y0PCA==","signatures":[{"sig":"MEYCIQDYdkhblKcGHHQ6bxj7hJPuldyI7pbFY3zJn2JJwL6rmgIhAOF7eWgS4Bc31vt/fL4jKdBFx9jFZnmdvmIt+/0rZSCD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1253712,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiX0x6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvaA/9EIdKOeatxQrRp6ynEd6Yc7NXdyzGRX9fzguuTJ8aE56ULXvf\r\nrTF77xV5UbVqNgWpgpLPrn1UATV26Ws1w472dR6hKZlU2pD+ZwNpyIFvKk6B\r\niFMs9XXNijVfk9XmX3xEPnwHIULBGM74detQEjM2FzE0iOQO6QmU/Zh2W6Lm\r\n0NlckMTI41wQWMhjtkyzwtrIZnBbHVHSLM29OKueBdP569cyj1c9I4Xe3AAO\r\nVnFFWIJ3HFwBIjYzwO0iLXhjmAV8ZGgV1282o8Rl1ESvSFvxjaj0u1UI2AIh\r\n+BQHjkXNt46T99JyHJvR/vt6GwVwhr5OPjK29FZ6FVsnIYEUeh9cx6P5yfQK\r\n+ktjMgh6gMfc3C26ZT+t9CZ+dUDoT5sUAHBWHJiVVZ/ySo4Y9w17LB/tcYCn\r\nUQro7yYKUekmaszlLg22anH0tUvcF8LeEhKDzhN23KgFCNN17AL3gHRCuQt3\r\nd19istxBucdWqUIENdatBUjks3rd6tL6/Wq9eKsqhe/w/l1JE9miR+vgF1P1\r\n/kgqkp5P9RBSs+jJBbL/5MYnhsVsPVIIO93xeWVlUq+rOE5rKWi3iYy+AOIR\r\nCyhWBdK41gLSl8rnCS7q9rXcBUwC8EcFN1vhPFeXSC+WCkKCRgMydbuBYH12\r\nbp8prL9sWLf4EoJI+O3PGtqYstPrxLiRlAM=\r\n=4Gtb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220419.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220419.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-JcpJ26D/K2kCL+pF7zvAcYTBK9jwOul7+/OJ8aJGBxpm2Owy1/Izg3rR8NUsoo+GbmMJ23IuWPQEaoMq7y0PCA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":">=1.0.0-alpha <1.0.0-alphb","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220419.3_1650412665700_0.25034846511782005","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220421.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220421.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220421.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a44c5d058be1f01803e6a6406bb5013ce4788b30","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220421.1.tgz","fileCount":175,"integrity":"sha512-BOjPzTa80FsLp15WAfs4G3AnWALVHDMS3g49WiUgjGaPyoC9NT8sUKUx05g+RY/7V6dfPJzpsF5R+x/lh1ciFA==","signatures":[{"sig":"MEUCIGt/2OQyKGCCOXfp5iDxRAgCqEfpFtfs8x/+vR66ENpnAiEA7q8HY/0ie7zecAX8j44p95+uQWjHDMvd2Kk1Om7Ielk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1254565,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYe+eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXTA/7B6mRbPiSa0w+PgPw7vVawqsiGDCvNFXbqdB3tUq0gGOGCspp\r\nhHJggu25yLMP8FVvCF1HLKEw+4ei6vSUSFVvvABGP4qf6zNetLHqMkoTSzlW\r\nLRlgm5AGylHo+IeosZPos/Kjrt8lp1qH5nBODBWvwIfR4da1EdE7XOrOE517\r\nWO5/EJ9tRhITVOzSIn5ihRsli5sBKrEon2rM6r2JnKYYqlp9N26GmBLkkd3c\r\nBAYqrFTPIfxSF+coPJyIvljKN5lIGO56RHdruJLr+msTezarhxr3/nIhFOig\r\nEn8/ZAgxwPLTkY/aQ53ci/NEmYUaN8TUaGLZL7dCtaHElsLkik1kNVsaLkmH\r\n6cT8r+aSAEYZDb8VfATPycS3cjWHPoZxgh32PbHUPGuox4W0w6f68fQ2m4Zx\r\nWdZ361F/AuRAAcnJR1Vpr4pp7wYE1iXw7djZ779M3h/9wSeTTTzjOQ1/1T3M\r\nRRiR5KbbPqLbyrM4uEex9fYmXbrmTuNMIk6gBxs5ELknWs85d/IaFXKHcMFm\r\n5rBwA+KT+Z5XI0t8FdXDMTNSIVOGXnv57k3359Ub6BsM/GuNJ6Z7YOxU9u2i\r\n1Uat4XZ551JbldYbAxTy71XROWWMhl8ind9/xKx2zaAMBRi67QJPhs6084si\r\nD1DbCFfLnim5oysz3akIImK+tJV2fKUYdrI=\r\n=E4Rp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220421.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220421.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-BOjPzTa80FsLp15WAfs4G3AnWALVHDMS3g49WiUgjGaPyoC9NT8sUKUx05g+RY/7V6dfPJzpsF5R+x/lh1ciFA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":">=1.0.0-alpha <1.0.0-alphb","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220421.1_1650585502512_0.41606160147714144","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220422.3":{"name":"@azure/identity","version":"2.1.0-alpha.20220422.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220422.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6891ac2be7b4f6fe03b1c301ff5fe5971813c463","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220422.3.tgz","fileCount":175,"integrity":"sha512-Ux3u9pWVzjTdNVCoJlhg9QvUltLVY0ZdIr9ZzaZbq8KpRfiWnswleqeRJRJTHli4VKTPeT5GzKrJFf537N7MKw==","signatures":[{"sig":"MEUCIAZiHOlSOINAsX4dOllBnIedZWgGyxilQ28A/ME989X7AiEA/OQ5LRJh5w+jtWNVqKDGlg0iMtRgLKYVsV3lJCmJSHc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1254565,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiY0DlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJ0w//VgzjFW0EFPym9+4J86Z3qs4CNuh1DcBEUiaVy5dAww5r5ug3\r\nHJNQ0Zj1EybV4+NaftGRvNiydcDypKQe6OvAfM5ZzlKwx4Azun8X211ymcba\r\njeif5A1PQcjpAcY6tgNLOvaro1tIfWEWIe6csr+aD6Z7UT4dDTfRLVVW3q3B\r\nP+6rCHpM15DCOP///MLpiW3T8IxFqNLVAHy/2Xd0ovUEj9WuZVot7Cqu91Hu\r\nkxWi9eZhIsYsV13DdskvSUp0ZNYdBtqhHtzvNAqgbi1yrSHXIuEvFsZKhbHh\r\nszPUrG07RMGBN9MPKLNrfYOui9M9v8gA0TpFugG5eRF9W3m+J77bxM+1gh9H\r\np0nBHhvjqB1iubgldw9KqpLbhXCExD/H3PhH902tmtlzvLVkLESbURlp5sD/\r\nxIjCzxWsYO8QWTZv4/1Psgaa5eAvpAVXI4hcTkgfJzsDfED4NHR8+Qmzsuma\r\nL3BXxFW19gBQGN4Ggc6aADxXLJGMQleWktRDWQ+2GDzA22uVC1KeCIQCaL/J\r\nfzq2+WQCL29AxNSJ2BEWQu+YFXYyEcKhAhHf9qXzRwJL43V7d9esLVeAAZcU\r\nIZYijiXR6bnFX9qJIA6H2xZtiPeB16w8KSEyreYSr2WRV/eIVjmzuriin7Qx\r\nPxijc3x8EyAcbx76VH7Ap0agF85tgvwU0jg=\r\n=DYZT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220422.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220422.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Ux3u9pWVzjTdNVCoJlhg9QvUltLVY0ZdIr9ZzaZbq8KpRfiWnswleqeRJRJTHli4VKTPeT5GzKrJFf537N7MKw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":">=1.0.0-alpha <1.0.0-alphb","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220422.3_1650671845436_0.9876059780382829","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220426.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220426.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220426.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fa634ceba3b8d296a3a317b9781c96e70a946ee5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220426.1.tgz","fileCount":175,"integrity":"sha512-BdemjwU2G/mBe2YMMtMT2sgLoN1tsjEEaOL3f9CR8EGjxBS6HM6zPMBTgd0DSFQhgxaSJdLmCoy219kX2scNoA==","signatures":[{"sig":"MEUCIDJYfBwhpgERhpWtI8VqK5zGp/g5l4nNqysiyJyeGMsgAiEA8j7JmLF3QMYjz7J3tVfdP5uBxBxiVuc3qxhVLuqcToU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1254560,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaIacACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpClA//RG9RCGDghCo3pcwRn/NQIoEzNl6Jw05WzBxppUOllAeSIil2\r\nZoFayi9/fwplkWhOf9uIOwRVgWv//XntPmGJoerp3uQZDhTp7menmHCRnUou\r\n8vpqtuR7TUbyHOPQDUM0L01/cDa27aYf9PNm7DBfibwWMwSYd4sTMKsv/8xg\r\nM4HGnvMtHAsy2GpQHjJrqelgAHtBZ4IVLCYhD5PneDa/98+nL22dEz388oyn\r\nq5QbKp5thL9NHH4BYLL0bqnQiie4BeSYcCkqM6PSdkdmN3qcs51f3Rb+1rdG\r\nsv6XR6hLg4zzstcbb5HdaSjFSuMw7VOjOBozYaeIdUJHTqvQvGCw+XW42hMr\r\nXFCfHCMLSOv7zJc/mdtMfL7S5CFNCu9EIorKnQ0r3bjjN464YHoJg6imtqlJ\r\nA3b6HGBf+kTEhkaNJPNI2kecMov62kLt6aZwmW/yuPsrL6FwvBL9T2PqmOZw\r\nDdnLKGei7FEwenuNbfk83kkxVvFN+a6/soXrJJvIxIH9bycIrthCsrJ3Sw+j\r\nSbw28iBZlIM+ea0UwFOxxG8cy5CjhvU+K9DbWg/q2rf3w72GM0yvG8DfuDwW\r\njul+OyPHKGGE98TpdOL0lNs3mioEPVbaGPLfxeoUuRIfHbutagspq8qQOLjm\r\nDxxwFvJuQXOS/a5KpJq+PEkBjqefsMGYynU=\r\n=cKqf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220426.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220426.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-BdemjwU2G/mBe2YMMtMT2sgLoN1tsjEEaOL3f9CR8EGjxBS6HM6zPMBTgd0DSFQhgxaSJdLmCoy219kX2scNoA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":">=1.0.0-alpha <1.0.0-alphb","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220426.1_1651017372438_0.3798925233744659","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220505.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220505.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220505.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9467ce85ac33309e23909fb9ecc770993f83e678","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220505.1.tgz","fileCount":175,"integrity":"sha512-DqJl2rWz1TaQ+INaOBsLT//mk0kHvRgVm3DjxXMpODUzDxLy1FS+V/NzKTktL2IUIvZU1KBm1TNNYtaBJMRxnQ==","signatures":[{"sig":"MEQCICX5ck4jNEkJVNeAOteq5pDCSPvWsne5CKGg9PUeszaMAiBdXaRl3WvlrQSEK6y65+OtfmwgAREoRSZB2ztyd9MnHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1254540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidGOkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoeHg//U5WWN9tTo/M78mCkM0P+JbDizx9g6B1wLgUCJlXteELgpUTo\r\n4/AglJ1UToEIDlLKDLvUiRsAXdjtgRAiVhZBWnS3ekCfGlRxR5xjWG5KPgQO\r\nQ766BhuMDy1vLg9GO1O0mAYJ73WMojpc+S+1+MI9KXfOPu4AAF4NEvqMImsh\r\nycBesT0bQxvMB+htOeCLzLz1QrVz10xSyPhV0E2uuYwcYtqTYoWpt6L/EAdr\r\nk/RxXcm8ND671QhE5AX+gq/6YGA8G9ZQEpNQoAxP7V8M0MtWlzoUMD3bGKWO\r\nIUPkfuaIXD+GAvG6pEyAy/mrqmSNpH8bbRldcQyMRPungpQFr86qrYf7u7mS\r\nNk3gsTHyiqwlyec3W09tJNSdawPOLxxdWMyduPEhOJgnOHX6qmh8wC7wAwVL\r\nB2BLeehxlHE+LYK1//ekE22aNYBFCNd6wTb1I+JfmgqI04PwLhwpJ54cGAK4\r\nz0Bl2iaG0Cc7/yuIRKFCS5jrKEIdJ5QPvMzRHll8wuvPmyZYIYxQpK2d2CLl\r\n+Xldn/3ES1RHqDyLNQv2DNi15fSV/o9nuLj55Fiv5GH6AgfIrubRoU/tqnhs\r\nJze+pFPGMsJLcOrZwKz1JOMWG7GLuuK9/iVe/ZKYsZ6AZFaUGFrGhZ/FnvuA\r\nEOMQQQMQ5vB2Bb+RDofmey8pXw38dtAgS7Q=\r\n=YWh3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220505.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220505.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-DqJl2rWz1TaQ+INaOBsLT//mk0kHvRgVm3DjxXMpODUzDxLy1FS+V/NzKTktL2IUIvZU1KBm1TNNYtaBJMRxnQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220505.1_1651794852012_0.7565730983323762","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220509.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220509.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220509.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8fa4558ac37f500bea53d1a41a1da9f9cefabadd","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220509.1.tgz","fileCount":175,"integrity":"sha512-Od4kbmU7zqViIr6j1P4JswNgjdqs4AFuLfZL32vmiFj8kFuhnfuSPkF0vqA8aJpJzc9k1t7jKmRBTzKsKuSRcA==","signatures":[{"sig":"MEUCIQDl9HJUtkVk6qxNwKbjF9rw0T7sCxJ1Rw2YWJ09jvVLGwIgS3M69z1l34vrFlRsxwwekhZ3xn10Ta5UhonhIi8jPjU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1254540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieakcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPBw//cNV+XFsZRpP3TKrX1T0S62H3aZboNB2g8FFE0wCV3u7gc/mG\r\nBXEPqRxvSVpj3j1M/9On3GrzU0mW0aHTTzu/tQVHwUbijaBp0LH5Y3ww/4OP\r\ntiFjcRHBT3zLaagYXe/k+PonyzaqCXsk44jyXc6hNpQGie8S/YLKd1zNQp5v\r\n6SFoUJZwfIklreztyofHmxmfWWeFITBtiKoKrfmtx5PVk66Np7QsDWunMrfs\r\nzItiQm1lGOuoHmByfK/4KSjDQkh4VA4zkdFFO1Vo+U7fr5VnzbTEp+egdnMO\r\n+hes91ymurq012QbXhA0WjcZgsQqC/Uw43CTUcvGQCgl2+rAm0MlpkwDCIdI\r\njTzP5az3Hta+wiBSs5i9MlLQZtf1wKhe6vCeQOcs1cH5SmIM3UrwQNEK2I0W\r\nvcZayGD3acC7UBoRsWB73Hr3KwEKBoDF7GDRxqelpyCD4mo9O/4N1oJhcVNE\r\n9z54x16cvw96r1+szmOPoR3Qe2Hf61Sw9JIXkZeQ0/RByzjlBtELxGmqGI/T\r\nEJD+xUacn9YfnVKpsrcboHaNeCKDnn8pjp8oZg2Su2xocfFYcRu0MEeIrwry\r\nT0XCYq8Pd823gudwjiu8d+jHIt1XTLM8KynOwOgbljPLbTScwu4RgcGDXFdB\r\nhWrhEfNv3qem3kIEflrKK90QG7jLGHQuhpM=\r\n=YD3+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220509.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220509.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Od4kbmU7zqViIr6j1P4JswNgjdqs4AFuLfZL32vmiFj8kFuhnfuSPkF0vqA8aJpJzc9k1t7jKmRBTzKsKuSRcA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^6.3.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^13.5.1","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220509.1_1652140316600_0.4044262116833939","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220512.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220512.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220512.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9007c2fa7ffd65cae5002d82c43d18ccac87ca7d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220512.2.tgz","fileCount":175,"integrity":"sha512-plojfvUIfc+zp0zwLsrBzXfoeQqTJ2DWEukxDO2bfAOZnrW/m+QkpRUKVfXX599zV3ffMRXtl89mp95yi53vpQ==","signatures":[{"sig":"MEQCIH0Y9R+b4UBzPsiiqsXmQP5g1P64LMsqHDFhbjuLPHKNAiB3lN6B/FDRoa24eSZHzNkdRA6uzx1LgoG/TR1oQuSYSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1254540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifZ39ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqAUA//Wi/mwp0TTkocepcxHOMNHGZ/petJjtnBhh7BgiHRCI6eK2Af\r\ncTAbjB6HPGD9bFnmQwhKI39TPJDcY5fJs6wFuGCZeSYtTGzEV4orbIhdAES8\r\nVMCqRlD8PYwW6WwAFXQ5rhBnHL1iupJzOpyxZf92+FKiGsYpHheoH7yNhZ3y\r\ntQuG1L1+KCqKFct0nH//EWiYy4cH9U8LV3yS/8k1M55s41CmGbUcQwwujka+\r\nySIOB7uO7gGiRh7DD+ZfIp7hSfcvU/8UbaabUxriByHsLFxgcwzLfrt6lqwH\r\ntJlydE4O4eKMNrIEwid1F1MvdQQWrcHqDQhHc2i4RiB0WMxPIRa50ER1IyTV\r\nPcn0zoPDcIXLD7q5ebRQ83QOizFNjd6WijmSAuI4K81F86fF95Ac4oHtdT5G\r\nFHvn+otMyX03jP3t30PaPDz558MJWrXFIKZwmypyVObUduhnIc8ejqwqgqHj\r\nolPHOTEkU9AR8du2MzzWl/19GKAhVmEO82AXzv1D42gR37niHWra5u6jFZ78\r\nA2g4c+8HVNpZcZISofqrCk284yVRsjmgNL+S5JfjZMXTgcGdhs3eSluEFgrx\r\nOSk7SkzNhDa4IIY+R2P3RfZLO3Gk3TugCneZ56vQUKp9z2h2tRpwcKFQsts/\r\nO3Z6Y5wydbROcF6usPvjoxTkYxFU9gqtC+U=\r\n=AlO9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220512.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220512.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-plojfvUIfc+zp0zwLsrBzXfoeQqTJ2DWEukxDO2bfAOZnrW/m+QkpRUKVfXX599zV3ffMRXtl89mp95yi53vpQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^6.3.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220512.2_1652399613729_0.6619399663412822","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220513.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220513.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220513.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a5f90ad1745d0072d7fe1aa7412d5425a61eaab0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220513.2.tgz","fileCount":175,"integrity":"sha512-4ymuzOIXOTLNqpgPCGs0vQCbtUHB1IluMnkKS3MkAWtCYdHJsRnhE5lDyRPY8yiDmk6nYa+Q4Ty6EPXNkYsl7Q==","signatures":[{"sig":"MEYCIQDeoH8U4vXwZqmsUNh4BXqTppjH9JiJ6sJcHuk40/SuvgIhAKEnePJeyNtPbNAFC/8RHqZo/4ZB5oPnRpd+Krqw7Qft","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1254773,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifvEvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQ5Q//SMy8sS5yks5FHBWMEk7A7dJn9hqFlk0V/9hpO0ArMGTLzqrG\r\nGISVOPGCom/i6fL7ubOkxAcJtIRCj08EpSQ5k7QlHoL9yMmjMFc39nHNtoNW\r\n658qviVvVd4ijMztMHdomTo0qeCeGjTYUUyWfJ2hoJxXV351fi522aVQ7zMv\r\nW9h32LqD7PwOSPbr8sVjT4yCTyOGNOTOANId0BN+dQDELHi57bytaP8ZPhYU\r\nErqZ+hMd4o3CeffwmRBdXoD9Kade9HuvXAcA+LTNTmLe5EVNddDWDSqQTwHE\r\n+DbpS1LEEjOe1Gv+s3HvPN8/C60MfrVGYuCMhLJZtIUO5DXr5balfi/15qdf\r\nQF/DAjyQ9zV/HnmOOFxLeCylpApMf5SJzqhVrdk3nKwA9v+tDmbjdnOISReL\r\nGsIZUbXxmNh1iwon760bgibRd/mftUme2WJRgYVpDWzkWu0VCugURrobisSO\r\nZ+ii3g5cjfdtYSGm0vu+bVRlpFUy0T8M1CY4Uk/z1d8eW7AYw5UX7M7klikr\r\ne2SYwo+sinjD+TErNo4YKh6pWW6pwBXrT0ZmgRNd7T7gCAXdMuwoevQLcqOY\r\naDhh08UG6wiJrdlQg7/TacYEfqGMLcwQZ9ehJgR7TFhntdCpl31ZeZG39bOa\r\nDYcVdt6FE07WOpL4flEbztO1Qn/ZkjLFyjQ=\r\n=NgYW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220513.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220513.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4ymuzOIXOTLNqpgPCGs0vQCbtUHB1IluMnkKS3MkAWtCYdHJsRnhE5lDyRPY8yiDmk6nYa+Q4Ty6EPXNkYsl7Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^6.3.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220513.2_1652486447500_0.8978888490733221","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220517.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220517.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220517.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"66669e4c87d14758bda7e89286639b1288a3cfd8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220517.1.tgz","fileCount":174,"integrity":"sha512-RCjlUTPZsRmuDtuzPM7pHLOoyjjFvl9+AoHv4trV3CgJH9ephtbN/C6gfOK9qdhh6kvSSjrCNDRWWWusg9jVwg==","signatures":[{"sig":"MEUCIQCyffKGHMFcXKeGokcUmdWa5U4GGkE8bdyDyYCDAKMsyQIgOMBGiBlqLyenh6f4M+Lp3F6vf92Y+982AEV7FtVorXY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1203256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihDXAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTNBAAlVHgWfUaHoX66p7eyl6ec7W5psYv/lYVtIr/VVd3wCdRbAB6\r\nZcFQgkHWhPXKVPXOCYP5ks4C9W+QUT/l4j6Il7uy0I4lYYurHW9Uiwb68fLV\r\n4xpYkaPChGe+hn3qcC0p1Cj61Nk53YV3VfmRmPxbrfW8Wo81V2VQu+x4Z6ms\r\niXKLpnrdKil1dmhsTLDCcreqgdFIWKE68E86Lq2bkXejXFAhtjB/xggIbr28\r\nVUifyJE8sqBMm+EihNGvvhq/d2GDJqlsqCEnd7QapZuI75G5S1sXIeyEDN9u\r\n2c/RDaeELNp1lXW7r50CO1Z7PmKE64JKN/NKmxBHiKVEfA0WUVDpCsFHdrBE\r\nwH23mL06OsThexunisGDLLlsLhfYGdVjYjUq0Cnf+nnOjyP6WGjWhAE5K5uP\r\n5U/ezA8KJsACyV8RVSoW5NlM0wLqEwSI6zi9O+AYZuYbpOBKhBxFuTXYkDYW\r\najB3pfET7+xtiv7+EN5Ito6XTAVIj0B0HQ2rg5FaWcu/Q2IBskE5mzsAqFjM\r\nkShpuq5cbfpVosZna8GQP4TEnQTcqOW20yE8d5ydx8JL0v77FsIHXjQojTET\r\nprFTkUAQwdYoGM6ewlb5OmSGkXTFwVNN57/IhqBN0x0LwRheqalnREE4iGvQ\r\n4zvBgCK35t47r3OCIWCaPBKccSfMy8KN8bw=\r\n=kv06\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220517.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220517.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-RCjlUTPZsRmuDtuzPM7pHLOoyjjFvl9+AoHv4trV3CgJH9ephtbN/C6gfOK9qdhh6kvSSjrCNDRWWWusg9jVwg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^6.3.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220517.1_1652831679873_0.3993139936009671","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220520.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220520.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220520.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2f17a72509588257f1e67f2eafdf6dc4e1f9c369","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220520.1.tgz","fileCount":174,"integrity":"sha512-MJJK5qsx3Gf0Yb17AughgREGbW/RAV3hbwsRs34nkYP41HNl0G0pNxcCRg1bUn6gdqgSPSb7bb3skXZzv7Z8Kg==","signatures":[{"sig":"MEQCIG+E7CgczPYrkNd+xukTKT9GwzHOwzSwdmMldqV4lu+FAiAJWqi2e5D4B+Fhgd6b5pZqF1FzmCQVgeCg69DtJysOMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1203255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiiCquACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjnhAAjU970GGhKmHm4b2lmIMBhc2xAbcHVnaj+2uHAFLFf5+AAPzc\r\nfP4fWq9DPoyAM1RzrCOe6DEBIFRkNrzQwJNvzBnOIcuf55TWLRzSgAjD+xr2\r\nAI0jrql8D6POTqidC8Rh9WxMIPocTHGpTJqcaPXdo6QUnpKkgmyGMucJ1WMc\r\n6s9hpSrvD6XyUsSvSTQKrqQbOs469kfCNadT/fe/8JgqYulE69bvHCtVHneV\r\ntLEfZreHPDcvLSEDJ/gtIeZkWr/F3W+IqmrCxaUnAV+qe7R7DMXGB5Nvq6JO\r\n8mR9W0IHPPn3JtHwPUZ/9HlXQCs0460yq+fnYlleEkKPkXAAB33+a1yuvCHC\r\ngrRuZuOu3lx+A1BViTUO0CbJ3a5oC2QWqlGCqpChO/wGPmjcBt1wk+xrr7Xt\r\ns1ia+tEccTxsnMtzRNGP0R5wh1NCTwoBD71hCuMGk5WQBDTtYI+R6d7CnEzW\r\ncyapX9BwvtOYfaurJL8QoOP14YiI5s6cgjMxSY2I+c9c5TJQWzekawSxPrJc\r\nA8PlPDSJYuyvJf2diZvlVqDMgFZaa1uh6x5co9TEcwHc3ALhtZ1GJCfGKJvx\r\nS5JHr7oehVRO0K9Ijsyx131e3x7/UvfLfkB1cN1Q8l5Y6OG3ELk4qc5Z6e5c\r\nvcO4ffKA0GJ1VaQLfOvG90zGrqaHbLLJamU=\r\n=ViAS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220520.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220520.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-MJJK5qsx3Gf0Yb17AughgREGbW/RAV3hbwsRs34nkYP41HNl0G0pNxcCRg1bUn6gdqgSPSb7bb3skXZzv7Z8Kg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^6.3.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220520.1_1653090990252_0.3006931944181852","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220609.3":{"name":"@azure/identity","version":"2.1.0-alpha.20220609.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220609.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4a06d9edbf746d62d23a91470cc708e78a189333","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220609.3.tgz","fileCount":174,"integrity":"sha512-pGP6uFAB0prypM37876e3xjDx2MxTFoRRjNb3JAQDoyvi1AubK/xv5byHwXcZNhCZAIV6tWafjTTk31rZv/ekA==","signatures":[{"sig":"MEYCIQDUbq+ExNmG1WYAyYJlO87ZCNzHqd8nQez5EzPSx4HKsgIhAPx1W02vAwRFe5DbeFBJgnWgCfGwMmNE+ZXq9Gndp//S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1204782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioocbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5cBAAg5u5BNyhSydbfvgOs+MsgBUUfVL1XrTLvyxxnD2Iz6T/KslJ\r\nXXseD1ayfJ19T0MawnK+LsnUOHVTCNyAao1umOisIaNFw0pTxPeifma0pJyu\r\nHH7/XtSjvo7I06FVArgQ3TETmGnrVRHL4xkQqHA8VPArwjZ2BVtMqmS7LnWp\r\nzndxc3pjaSBN+1iyv6uUSTkk5fyU42ZCjBvPTC3Mx4XwHSdepi8CI1peH7fC\r\nxdcQHdsceuHImgsm1swloDGE9aQ1QiwOr7RfzHOzA2dzwwx+W2q9ciUw26An\r\nKYFFWEujcDJ5lsFw9MOVIXpT36m6G49Wcbxy8qUN73ZeEdgD0Ut7VKbVTPfj\r\nI0pn3vw3MU8UA8Lq2ypX9FZ3haEP72HG0jfWADmkhZX1bKtt1ZFUUsiXtHt+\r\nB8d3nWpjl67MdVrOUFvqsyggx2ZpCJMyvsaGaWz7CwT24meF5A0668wjl0hU\r\nfyyqy4EH/cr/9IGt66vuLfwR8mdxVTfyyEMLTZ5SLwxEyL1PzGyCxkhIz0cg\r\niaICbkc4hOh+oD6JJBKEnG0+SenE9Hpq2hTAbD7oHpwoFRRc/rjUSExHMwpj\r\nM9lqaHJt0Dby1hlXT1HTh0OnGBTBC6NnJwmDANp9910UUARdZhKu3TOLrp9K\r\nI4e3Dv4YvfkC2/luTHtt2qOl1p2QMbSe23U=\r\n=53MJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220609.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220609.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-pGP6uFAB0prypM37876e3xjDx2MxTFoRRjNb3JAQDoyvi1AubK/xv5byHwXcZNhCZAIV6tWafjTTk31rZv/ekA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^6.3.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220609.3_1654818587718_0.2162389077920861","host":"s3://npm-registry-packages"}},"2.0.5":{"name":"@azure/identity","version":"2.0.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.0.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4475f1222a3cbf5c5ddec644dd3fb293256703d3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.0.5.tgz","fileCount":173,"integrity":"sha512-fSQTu9dS0P+lw1Gfct6t7TuRYybULL/E3wJjXLc1xr6RQXpmenJspi0lKzq3XFjLP5MzBlToKY3ZkYoAXPz1zA==","signatures":[{"sig":"MEYCIQC6oTJbijYU3hafwSqO9hVFcmxtRyUgHIWD1wVwu230QQIhAJemFkJR30Hq2D0Pd0RPVPdCxK+fEkCzB18ptzu9yGec","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1172191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip74LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGSA/+NqEF6UneuO3HhCd+UeRre/4Mbo/kXIicg9ZG8PcF6UIkC+Uq\r\n4CVfFeoSzc0D2AsVYOT4dMgG4cNoGEAItfwKpJwb92ZDXqPce2WwH8GSFGY0\r\nOGQCoCWZ0a/GDaQZNX7nxYK5Dp2koiIWmiFTQmy5Pv8sDFEnk58IvBKCcc1b\r\n8ftOF3jcTJZxUW0lXa721nd9OEBts483xdXhCYoAKnDk23piosbKIVgXgthT\r\nIq+97Odx8WRONvyX/TW1+OqRi+bSfDILhzIqSzDVNe+Q7+g5EY5wUkjvV2lF\r\ndYz6bhmrOS+jaE0MQlq06ssTG2SEdaCskIVvaORIQ8p43y706PZVdFBUcc2V\r\nbcznKU56vw3jAcFmHoOy6qrfUmrr7XcoEvjP8lxmnnuG+GPoGhjvn17quGjA\r\nYhcgX0bs1uU2slQQQ2iflv+ssjjeVe6iHZCSLZR9PxMdbgee7YextiRj0y9v\r\nXbw41gsnkT8LVUs15t44gNS8R+uMV4UPa4voFokxdtZ94HMqQitafZKyagvz\r\nSP0Z0ihTLat0/XCrLsbOKwQUPOCjK78ggODFw/GEIzW0zXzW08m3VgDKqlgg\r\nEqbvM221E0q7DvAgxf5YnS7xuOwRWR6uvG9HZQSBxQsfulG3x0f2FW9vSMh5\r\noA4DGe+qY7yP/kViQjhm4q2X+FG1w6N3DJI=\r\n=02ii\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.5.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 300000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/public/node/*.spec.js\"","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --no-timeouts --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\""},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.0.5.tgz","//metadata":{"constantPaths":[{"path":"src/client/identityClient.ts","prefix":"packageDetails"}]},"_integrity":"sha512-fSQTu9dS0P+lw1Gfct6t7TuRYybULL/E3wJjXLc1xr6RQXpmenJspi0lKzq3XFjLP5MzBlToKY3ZkYoAXPz1zA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0-beta.1","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^4.5.1","@azure/core-tracing":"1.0.0-preview.13","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^10.2.0","@types/jws":"^3.2.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.0.5_1655160331216_0.4531160232678537","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220614.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220614.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220614.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"132cbb7e9fe0202309d1e1205b636484413f77eb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220614.2.tgz","fileCount":174,"integrity":"sha512-Dc5LU4xcpw0ajWEihrD5qlp3hqBOxggVvV+yV3jpowv2992B+fAB9bCVchDrqI0x1XglLvpNHtKl2lYMFf/KFQ==","signatures":[{"sig":"MEYCIQDXgAfzYabNG6D+wGdt4eNiWKEVn2F0aKxGz+MMDAZkBgIhANJ2zyb8qSzjfxfbOYEdbIlh6vKbXlKTQYZnSsO71DeG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1205275,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqR95ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDWw/+NHyTw46BwGzyXgwFnyZngkfRrKkpbzAdJOycRbNAU/Hrn/jw\r\nNqDjT38OnauT6yBFiSSQGe/Tzvc6yWUJ7iR0j8rIi7UO/G5hjRSynoEz5rU1\r\nQdSkEgeEa9JSAc0gwgrcajB7uYwWmZWloqUROgWoWRbU5TFzjkbRgWH24pf3\r\nC9A5t+uO0UuGapNDcnXkou6PyHcZU6F1hDcbnVblkCmXUEA1GATxaHNKymCY\r\n1eslLnfjzLxZxvZyepZGXvpsADLDhollQ17DdFSkCf2ZJiaTamjNPLngA1Uc\r\nssXii4B/v+XIKhvPuJoc86SK62KDQKeD1h/BDPYqCHPqTnahJ9xaVOXr++mX\r\nQw4t+By/7O0ayv6ud/gHq0B1vsB1ccILqfbJx8ZIPFUyzAMTMp0fElePCKoY\r\naLiWNFJPAfUDXlCjLM62Jt7rUit6tDEKZvkjvZTmCEb5Pd4P480VrjngEwLD\r\n7sA3sGy+Id1PlhUbm0dCL5Q9zdQ/UVINpUHqtVhEjV/oxECPNM6dMHATAi3w\r\nflhSA8mX3TGNnLtM+p5AHVk/dRiV39gqxCTlWQClH1GPxLYy4jxfqKoM07TW\r\nQYqfzOAiqeK25renjxPobKZaLJrmN0XaHcthMy33qrGjgCNiRYdxxfO/Yvyh\r\n9PKxb0NnvmF9aTiwoC5BWbtmnxNRbtHgDNA=\r\n=TAnN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220614.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220614.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Dc5LU4xcpw0ajWEihrD5qlp3hqBOxggVvV+yV3jpowv2992B+fAB9bCVchDrqI0x1XglLvpNHtKl2lYMFf/KFQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^6.3.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220614.2_1655250809318_0.8961149182868462","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220615.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220615.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220615.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b98d89e0c98712e9d1dcd4e738252fc53ea2e06e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220615.2.tgz","fileCount":174,"integrity":"sha512-rb3JFzqWXGWTXSzOJFYnGvFuLSuFXCD/U28iFYg09K6TckvbGEcNYBS7MemKXwjy5pJYtovm2ronp+VravCtoQ==","signatures":[{"sig":"MEYCIQDDPR+H+ykXmy6v1x/TaSceuq7WNOldqM6HJITdV+AWGQIhAMbY2NUhI9y/LGPTVgPIazMWZtFBawxFFogFzNsOeTty","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1206341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqnD/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPEg//QbgoP9VPm1e7fzCy64Usr0SOA7s3+wckmxztrc1R+Osh6FBP\r\nun5Y84/Jg8YuRVMp8URXg9AQVk/N3ajjNyjaJMVumA/bBv9StmNmiHSz7zHF\r\nWLn5+ehjt73VDW+6yFm+FOXdhPwyZ4rVN+kd00HyDw/j6ZRjLCRn1v5I4Xy4\r\nzahYaMpjvG6IBJ/Rbda0yZBaMgIuo/m5n2CAhYXIgBXdKbOurWEgRBm+IIss\r\nnHkzmu7qCRNxGMC536vnT0ZLkE6mWGEt6DYeS2yM8xztoO/Oo4/Z8HlnKswj\r\nZNFx7MzaqS1LXS2Lr01T/PKM7yh8AWugerzpySLgA8wfyRG3W3JkkTiWvG3V\r\nup4eivt0RxP/rFQ6SFE0M4m9PAEvfJpGAhrn9AtaPVnGo9aVnDthpZ5qGpkX\r\niRkGbDHeK2AqPw+40Cuw9fBxuJ5rBktRKpQgwARkEzNrmhPwId/+ckw+ipQZ\r\nmAlxWxrUjvaPMDrOJkexxHAUglz5EaTAo4HqnCCrDtc+cTgdPlSwS/9VENTY\r\nqk1YjBTYqtngmde5CD9LwLMWBIyfYbCjfoW7fI6y2k/7m5DLL7douWfmxzdq\r\nFTHbFaQOkhCCpbNvCfkQuCOEPRhUmSniQ8X15xbthXPgYNyIUdbQP2ZKvpvI\r\nTJWkF9aw9A376IJFMU1EAV7LAQS3ahpvSrg=\r\n=coN/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220615.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220615.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-rb3JFzqWXGWTXSzOJFYnGvFuLSuFXCD/U28iFYg09K6TckvbGEcNYBS7MemKXwjy5pJYtovm2ronp+VravCtoQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.3.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^6.3.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.16.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220615.2_1655337215329_0.026590284029102795","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220708.2":{"name":"@azure/identity","version":"2.1.0-alpha.20220708.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220708.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"eacaff3eb90762f2b121ba83222ef9c9c9ddc6e0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220708.2.tgz","fileCount":180,"integrity":"sha512-539851vvclVUPvwdG1zmEV/IEP7w5+DSbnmChl57Zi7wZMY6u5ma6UGXhMjQj+ZROK7oYu9un+mOsK6jhutK2g==","signatures":[{"sig":"MEQCIAdw0zIviYAjTahCj2/mIJbwl7X6qs3lVY+A3Zxac34pAiBWT70i4M0bPjhhBOonNeE7hbsYdk6WkL/blZ+VsyXEwg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1235539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyMNdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprwhAAjCk9H19lGCg5hMKPjXsyt3Q8nbuXWox0/C/ITuFCbB+z7nry\r\nHyziYGsSmL9PNOE2RlbxrkA5Lkxfybk2v25Hyze2N6+8VnM0Ms5rPSOTLFyY\r\nlTzao3uF01NU3+woeZ5F069aFNIm9aTIqFPhrRusbbomhemDAmT7AER2PrX4\r\nvVMI6uJvw7jHNG+VmLsKk0HXrMakjHoVDgIvkkq1/dbElLOj6S+GxQ8OguTP\r\nvBPKcIfhArwnEMVqtiECudrBqx7kdeeTj/cazmOV3sFcSAPMy3GcLwg1gUHR\r\nf7FJVU3++/9r82oECIicLHrRZ/uWlWPoa353InOm9nDmEFGWEFrUrGqdK0aq\r\nx0hY8i2WtH1PZtHXvmBsIb/li0ABK7Nq4rppdWuAWr3f24VkVAnj1dkk29kI\r\njO0gvVPyKUhru4wVz33rQimzDwZqUN6GArVPEWUVxl5NFWBge8J8bllR5vv6\r\n2CUMKgLPUx3Mp4LSTWakmGubyYUMg/m7QWO2lUqIg39UZuQebP48oTCXaX2D\r\npWQQhBJgy4pOh/HCAqsYmoJ1ufXvjhx7PJt+owxMAWbn74ca6aV/WXCnmzi/\r\nQAr9jkzoirvrHkKBj3sgjkoYFPZl9DWE+b+NfSwx1O6kwbBpq0WhuG5F8kkl\r\nZ1OdfUItZIe+JSx23SlHs2TgH2Owe20dRS0=\r\n=T785\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220708.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220708.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-539851vvclVUPvwdG1zmEV/IEP7w5+DSbnmChl57Zi7wZMY6u5ma6UGXhMjQj+ZROK7oYu9un+mOsK6jhutK2g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220708.2_1657324380856_0.38821253520238863","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@azure/identity","version":"2.1.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"89f0bfc1d1264dfd3d0cb19837c33a9c6706d548","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0.tgz","fileCount":180,"integrity":"sha512-BPDz1sK7Ul9t0l9YKLEa8PHqWU4iCfhGJ+ELJl6c8CP3TpJt2urNCbm0ZHsthmxRsYoMPbz2Dvzj30zXZVmAFw==","signatures":[{"sig":"MEUCICKFQyJk/oSPqHWo4ePdesNncGeEA3Wv8Nbob54f5L4qAiEAgPD57w8lX6eJQZMblO9gjMsnYmVDw3wCEgzOsSDZlyU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1235951,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyPkrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7jA//Tpt5+dZvuGR5qVtDLnTvYK3TqaaUhOGifTHTTOyZX2jsuYMB\r\nqy00Bby8dorZ4T8CVOTPdiK0ddYWfDbxCZJKdQOAT6Nka47Xgtj1/lTI4PTB\r\nvFXuGYzj3fuqJCiTpjiuYkJE5DR6eupjOeq/Ncv7RrsuPwGhJGaYOjXelU4x\r\nJUe6/TUAd6/b9FdWQwKsm3pUVsC6fNSEAvW3MXq8ZKQJkzjqPzhvTqwBqH/9\r\nn4z1/KKtUrzByBAj7CuWWeTc40+pV090rhCz7JPO7u4ynR6Dj3QmiGjQzYYh\r\nejOrUegNJ+MHllAtPJ94EQNLLH3wWX+++qwXlpARg092qxPsK/pjoz+7WMsd\r\nWd9N9XUv58JZkdOAJ+LE68za97YngLeNHex5Z65nr9XZY4qH+NrDNZLDccGB\r\nl+10bDZzLbwnP9AVAzbdHojQl5y+aTFMoKu0WWzaFQ6WpSdK6HODPkcnU+kv\r\n9tRaxYGGBkd42nxQa7S6k8sV1d+oOZciHPN7a5SoQGDGaeu0W8HWGSow1t/i\r\nCcvCI8M6k55+k8XoMzn6VPkfn6m61d6Bbq0d2DYBy8gBhiOkzVq1ETCdD7IB\r\nN2YYVdPUBARqGzpghukCa+6mIbWZtxorckGVxWlLehgDuSoguOOGs4mlDQ3i\r\n92jXSYpaocL1nfJ5vcuOM3/yDp0ySH+X+6I=\r\n=AAtJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-BPDz1sK7Ul9t0l9YKLEa8PHqWU4iCfhGJ+ELJl6c8CP3TpJt2urNCbm0ZHsthmxRsYoMPbz2Dvzj30zXZVmAFw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0_1657338155116_0.8871284102862584","host":"s3://npm-registry-packages"}},"2.1.0-alpha.20220711.1":{"name":"@azure/identity","version":"2.1.0-alpha.20220711.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.0-alpha.20220711.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2442fece59bf541cceb9f3a5710d659eb2a18436","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.0-alpha.20220711.1.tgz","fileCount":180,"integrity":"sha512-UO5nLfVDuXp5pPJBHCBHNduwKMhTI/qSwTVJm8QCqKnpZieHAWvoSW7p8r+HU5tYAQPcTdtm3tRaZF4jgT7qEw==","signatures":[{"sig":"MEQCIF38OCXhyLkyzJXKsJp9pUxTrhOULfe34tQjSoVewOcpAiBSZYfqwPv2yPTEMsEXw4saWsyzBfcVGZ011CoGWNUxzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1236028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizLhDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmruvw/6A7ZcItHgEDduZraVWuNxGfC4/cI3CUv9aD8mZoIpu5SmtyjX\r\nK0/PGBAOjxmU7AocUEHE2JtnAitnNKQ5k12Sf/cw1WyACTO5J/CghDqtY5w8\r\nX1sVJ3U8MMpLSRCbrIFq56+CUkcA88oLmKDYpvQCGz4DTqV2xk+pCK/7AxBM\r\nUhhbCgapPCKNwvDcXMclzQqYKfsOqmRVIfoywTyXCdnoVAQPxSGdZsH5mlPK\r\nMjTTQpSYlyrajjNah5nFLLcfP1Ve9qS3oOLmYE4nFoFagfcla16bNVyU350L\r\n3SBXZS0zMXhV0ttVYIKdeE99HZIlunHIslHjhyyjhuHzOVNdFcIetEF2240L\r\nzqP8aEclxhdAZ/MKbjYmb/HVYaJDhGGvu7YWhxB9xFrRCEoqA26K+pW1yUdc\r\nr1SDSlSNnUCz9JK/e8ICNovY0erOhZu3OjSscypWmazIuIP4mR0yxLVzqDM6\r\nxfj/7MPGR1f+Y4jtrSVwOb4rqzf88eUMJ9PFiK5088jeq0n+NXQ9A1x3aE97\r\n0lv0Es6iWPjrCSfN4WQmJBsbsgVNHUQMx3F+WFxq34ovRSmfgx670cFd5oLI\r\nSX0lUPxt/JyKOYDPRoIz6fhsdfdVVp6KA43V/s18/VE9krZgv/NM1Z2ly7EC\r\njNBxEV5YrpXrq7V927AlQy2MThOyy1WQFiQ=\r\n=oMFi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220711.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.0-alpha.20220711.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-UO5nLfVDuXp5pPJBHCBHNduwKMhTI/qSwTVJm8QCqKnpZieHAWvoSW7p8r+HU5tYAQPcTdtm3tRaZF4jgT7qEw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.0-alpha.20220711.1_1657583683310_0.23283918306676687","host":"s3://npm-registry-packages"}},"2.1.1-alpha.20220712.2":{"name":"@azure/identity","version":"2.1.1-alpha.20220712.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.1-alpha.20220712.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c787d545778714abacee2b94529649b8b6fbc30b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.1-alpha.20220712.2.tgz","fileCount":180,"integrity":"sha512-4B8dHm4FXFi/BGoUbqtwXTqwOvpqTZ6FA1fgFn5tG86b35aTiJdzJRP47vXeEkFyURXN5OgjIl7dowEw/6W2vw==","signatures":[{"sig":"MEUCIHbnE9M4qBFSnNsdR2hzZKAkGbsOF+unzJizjhhB/0nZAiEAnGQrWEA7eOrfv0Ova+NXEBZOeeLwd5qlwZn8e1oBqs8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1236028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizgnoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9Zw/+KafURXVDqZ9VJVJPmrZNkGuSeiW77RI4R/pUysR/+i34hnvE\r\nFlzeEPzYfdtBDrFuk9D/XFJwfrN1zYq17SfNPxO9LX1Wj0mizLm5nSZ06ktX\r\nTyWd+aGU8AYMcA7vVl8JnoIX8very0KkDosu3Ys/h35bp9fLfeLE+Cg9a25g\r\nlUH7wtI8j13GulSIZkAcHLnnqAp/Mv/4fR1HKIAydmXGauJUGaiTjuSEQW7k\r\n968E7oaBAJYtBpak9AFtNNJl8mWN6ZUwWUEvHSQRAn4rZF61MQ7GqG47/dV/\r\nnxf4VeN/fkIVca6BYWKSnnDMLo9IQhp8CNHqL5lD0Zm/7aB14+sX7mISHJJL\r\nmTQL+svvJBgOpktVPnwzd6rnaqm0LZn0mZKGhgP/cXmpfoKEdylo45ibiufX\r\nA4nAxZ1LuYJxYh4q1HjmRfMdbTZ2MS49fcnNhOONPAF+WRsyM3AdLxWAx4YT\r\nndptJKcluWtUrBfR6djp+CxZpcyMo2g5JV+x/oSDb7dROL2179zkJwbPwqZr\r\nTo3BHZGnugyms9cIrKWPkoZH3w7gREbO17GFqC6AxX29asBGaoNaHM7W1S21\r\nVwQzGONibYrRMS2269hdb9uwGPpQVPCBRN2Vp06Mh3cR3KCEKrq3PAR84uua\r\nLyvBgNhs1tdbnHsBST9q9OQ188U8V1X7s1A=\r\n=yv5Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.1-alpha.20220712.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.1-alpha.20220712.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4B8dHm4FXFi/BGoUbqtwXTqwOvpqTZ6FA1fgFn5tG86b35aTiJdzJRP47vXeEkFyURXN5OgjIl7dowEw/6W2vw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.1-alpha.20220712.2_1657670120307_0.575691812306391","host":"s3://npm-registry-packages"}},"2.1.1-alpha.20220803.1":{"name":"@azure/identity","version":"2.1.1-alpha.20220803.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@2.1.1-alpha.20220803.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b041149ae3b9c64dbdcef61c7d11efa0289d6e82","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-2.1.1-alpha.20220803.1.tgz","fileCount":180,"integrity":"sha512-4ssKB2wz+d8lJ5/qJNTz7cdBziOizOy1d5NTWBlKGO15b8YttEP6sC+KHtyPzWCP4GxoM3Tgp/7Hbwcmhr5Y6g==","signatures":[{"sig":"MEUCICqWusIxekdBA41OpJdyBahrsEDPh0k9aicIOlE3/ELFAiEAlZenlF1NXW8KFk9onwLOpYYt6FAdFgzvFPcNDlH2HGA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241056,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6wq+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqwYg//XBVoQ/VpMcw9gQn46zP+icCsFfWypnh8HenJHvMTV4f9HzHs\r\nMt/0K+UpUfekm3vz1Fbadfu4Vh/f4Xh3bhzi2MbybH46/R6ot9jnk0MI48W0\r\nvcutXxneM+tNiLV2P+ek8b2rHBLx7Kn9b0VHaTz2oiFhMTAbElZsspi1P4xW\r\nWY9ZagbZMrCU8YqEYZqa7ZrOBwmiBvHFn8PxddXp6dG5YnCPK9Ek433lqyJY\r\nFo6JUZfnRZCmXmm/6W/o1+8lsTWUsN4cSc34V3ATcC4sK/ra95TMo84IHE+s\r\nZKmTvEbw16q9mL/Hs6hMor1LNW/4Nh8fcd7JyuB+VRgjIEHq1/m/6PqcmAnw\r\n7Bb6rOnYkMuTlnW6+pwerzu8slwVtFutzw6nBL4stOjjbWXEmZfmTvA7ADcV\r\n2dCBVklszb0UtHjeVX1ieMaSZku3n57ZoHx4b+97mj5dbsGwnH7GgPsZjm3u\r\n0/ydA8QSljUBGUzUX27Fi9dPHTlf80cjpZI9B4P69Ornj8dWwPhL2UqTHlMb\r\nFi+kYaBRA7d4mKh8mt9F2kZ7isIgA7snmJNn1JY77esEVNB5jX1wraQ3YqRq\r\nJr/jszGaBWUD3r/LHDhoQuadZG58+kS+1bsiJVElyT/t6nXyhjbVNLtrH2PZ\r\n/5Zxq+GHub4EsIC98W28vsW9mLeNtfqMF1Q=\r\n=wAOj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.1-alpha.20220803.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-2.1.1-alpha.20220803.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4ssKB2wz+d8lJ5/qJNTz7cdBziOizOy1d5NTWBlKGO15b8YttEP6sC+KHtyPzWCP4GxoM3Tgp/7Hbwcmhr5Y6g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_2.1.1-alpha.20220803.1_1659570878183_0.10862465155278467","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20220804.2":{"name":"@azure/identity","version":"3.0.0-alpha.20220804.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.0.0-alpha.20220804.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"73a0e55061365c6ec8de79c35d5a97d42979bb89","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.0.0-alpha.20220804.2.tgz","fileCount":180,"integrity":"sha512-pY4pXTZ3B6++RcWco85DD1QZEPO0AtaOvgIAsHIjIxh2BJ8OCn30HtZI5Wb5PBWFmH8oShdGYR3Mw7LEvHeNpA==","signatures":[{"sig":"MEUCIQDyUyzwWNyg8/FsShKCscU/2affFK5YfiF0Q2+AFWy3mAIgFsPtgSDGXekhaO0UhnBqy6G6wRsRjp8qS9PBou0DU24=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7F0TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqnqw/+NUyY+bAzujTXyH4VP32nufyJcSdRPA7kQ7mHabIolL/TC/Iw\r\nc1qlBwq/YX9zWU705kR6swLUTm8ENY1dq/3Z0lElYMnMT/V+KukWZVZBhFcJ\r\n69FUP8UaeTQQlm0HfNhDBCR3TdU8ly0nkBqzRInHaN4kfjTYEDddmrmDRlYS\r\nljKMoiMC7BpV7iRdBzvsdkbJpFZ/YrXAm1k7aNG8M5UszBRX5GxYl7w6Vh8b\r\njTjE43ngcs9a2j4IYsGzbxbip5eCR38Sa3AGb4knc9zI/45UmUkfsitGBMky\r\nC0jBb4OtLX8MqOIYQD1jzY963SMgRr6EcCAXa42yOUCPdx11r54Lp2adawQb\r\ngEJkqAxiMMpAum/Ywaab3obn2y0XAIniNy9HXpeOrcTPMnJjixneYrIIAJh+\r\nAA6JIvZhpR3iVEpc7pR2pqBh4Smcg4HyU9lYViCnh76asDH08blKiS1Wsm0E\r\nhL8Hs3pdmYzaYeuahrJ34aHI9x/UG8UxSIHBZo4hEKJnSBuWSVfLNh5crDuA\r\nSv1nPF2CoanTfoHB5LwnGH9lvaQHhYGIbrgbz+T/mWDQLmoWIPjLmI/03bpu\r\nQo2A6Oba2kHCFsWNKpcAem3wriFh/QPBBH2Ghv7LwhTirsTQ54rsz1/MdShy\r\ndbx6oc1daVgAMWBTvw0KH740t9Em/satKuU=\r\n=BW+q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-alpha.20220804.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-alpha.20220804.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-pY4pXTZ3B6++RcWco85DD1QZEPO0AtaOvgIAsHIjIxh2BJ8OCn30HtZI5Wb5PBWFmH8oShdGYR3Mw7LEvHeNpA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.0.0-alpha.20220804.2_1659657490668_0.44126201019343414","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20220809.2":{"name":"@azure/identity","version":"3.0.0-alpha.20220809.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.0.0-alpha.20220809.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f5143ea5bc61fb962c985ea3e38201ea7f45dd32","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.0.0-alpha.20220809.2.tgz","fileCount":180,"integrity":"sha512-tUyebPCIxB3YjE5i6/gAEw5hW3jtZpp46Yxmiqd2lK3RsD55WNatmrXzxf7qEWAp+xoAO3nHlgU3StmiZMYxnw==","signatures":[{"sig":"MEUCIHYs2gEG7vDMrgw2Kbb8/ah/HfuIkjGC9638/x01NFcyAiEAyW3oCXK0HDlLTeoqGggHibAKcgt8S7WQGBD8vbP/cxE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1237792,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8vQvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmojBA//Wu1O5y+Vs5iDZYWSPoPli19MzQLSdRD6kPAWJM/09xWxY9qL\r\nL7eBLGzumBIMpmJPzJGOI0YbOWg4Mm95PpV1Ih9lZST5MvzeiwgpVByaUffm\r\nPGoM0r/OGEUB3sOu3uyiiHtseLf0JNHeM/8mibJcVAM/he5cV0U7jsW8RA3K\r\nV74aFxDF+2txYtmwGl/ShqvTLN5pXNehkH2G2M8SsLwB6sbypVa8ilYdaK1f\r\nop5wnRKL626sM30tmbf0zBb8Mk14/qi3FzFI/KKx+lc57Cr1+U9/22yb3nTv\r\ns9FqGpnZvgmmxtqLbgLnezwz3irWt6nqUfALQ364exJKXAJtd4gTKG/YIk3b\r\nUyR8azIRhRzSEsh3WgW2rHRzuDDyLUIgCkYuurEKNUU3fH7kw0e1Nq5F881b\r\ngHZfemVUg9p3bTRyT9ZCX7RFZe2K0NPy9fNDC79D6ZRQkfZhcNol3c3zcdOq\r\naHv+cyk3rNFsNZwKSxdfSUzDAyNiwzFAUlA4bJEkHgOKtsU6cvgEQlsMc5s6\r\n605tG0qHPysNLZR0NPrvlYLFMibCbH8MjL0zTIDzWqrNsQvTf6DuiWsFKKqS\r\nENne38QwUQZKgoo7jlnMxnrHA7tjC956axsvrTwGstULseqabEdJAeWWZc/w\r\nzSeBdJOidxDR+4/Pfc363ugTfs6Zz1f8EeM=\r\n=2Sbl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-alpha.20220809.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-alpha.20220809.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-tUyebPCIxB3YjE5i6/gAEw5hW3jtZpp46Yxmiqd2lK3RsD55WNatmrXzxf7qEWAp+xoAO3nHlgU3StmiZMYxnw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.0.0-alpha.20220809.2_1660089390770_0.5773501567675736","host":"s3://npm-registry-packages"}},"3.0.0-beta.1":{"name":"@azure/identity","version":"3.0.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.0.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1c25c80e13f05d4a99c5c03e4b1f6eb5259747e3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.0.0-beta.1.tgz","fileCount":180,"integrity":"sha512-eUFsbY2/IG+ATQTnFxGmbr34NBpszC+B8sucaM287dQXqm3cc1YKh9/Bj4uUAgiRCXiVxITC5gb54rdD2neCoQ==","signatures":[{"sig":"MEYCIQDQHlc42MgzyN6CsxYwEfY5DQjKNUoyYM1Owxbla7mgLAIhAPGqBNOPLLXTQhDSwUe/PsnYVQQnoNUD+yaRKG3rdxwk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1237722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjB/ApACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBahAAiAgQWFc8CgAshPwgdiWugpygPrfpgqG/nNw/rC9aZPZn4l5y\r\nJaKbTIUVwwbiyNp68N3yI+lgjgKyK3VsQ2KBCCrc+8zCYb6CSpEVmy3JKUvd\r\n5ZwTJIY4K/N3PuNtuzQRSz1AQrR/iEPJYspwSssIMEOz9O+emRhgqzovxFpR\r\n9roEDTfbyWwgp3O+N9AzcAWPOdNel8p6v0HgwXDQvrEYuBQ/FPLJObay/prE\r\nDuxpdpvhibihE8s/aee7QNsrmO5RYQdiz/F0d74qn//ZcmfUIHU/86SBBdNY\r\nGYEPREy/J9UFNuZX2Ia2ETYSB/azUFuIbpgkxUXTMlysIZu/rS6XrMqg+Cft\r\nHt3uLElzej1hOyCjk2ojrBleKJtK95UH6b/is+PtN4Fky+ZQwhYvbazcBWkh\r\npFnooKdeme36nh2TvKtPQDVPAnSvzGpqgCrmfO/hSd9574pSVFGTRHMZUqtK\r\n9XL+TBfBEtXSLPAG3bxogdLlPQ8aAqyeB/q06PL3oJP+oKR9Kn+wbzWkm2os\r\n10EazBy67T5o+Saoa3Z9P4LeQrhBPPCD59BNkWBzVx5R+XL/aOrAgwIF87qR\r\n1EcaP2ujkUDJi/xVqPg7fr6cqjv1TJvocTjXbdiKdB8Gn3JsxFXLYaXVJej0\r\na1yBE+yc/1eRwhEUBFpH/9T4WMFu3uO4c38=\r\n=6xFu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-beta.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-eUFsbY2/IG+ATQTnFxGmbr34NBpszC+B8sucaM287dQXqm3cc1YKh9/Bj4uUAgiRCXiVxITC5gb54rdD2neCoQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.0.0-beta.1_1661464617367_0.8727354507611296","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20220914.2":{"name":"@azure/identity","version":"3.0.0-alpha.20220914.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.0.0-alpha.20220914.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6424a67b4e104a32b30d00fe41f84c4c6d1a54dd","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.0.0-alpha.20220914.2.tgz","fileCount":180,"integrity":"sha512-xaZhHv7lERKJEzMLIQOTVQCcjIPWKSdbppXR1KA/2N/DUOQAe3zyhPCgtx0ewCa3A3H1WtZuxHCLTNZpM/GDWw==","signatures":[{"sig":"MEQCIDtWRfIEHx1oVC1kV5Vq5Vb21vDmU4V0D6/O7Pf21JTOAiBpzwM4b26eOacAse53CGPY7M4v9r9ik10cXP5QY018Xg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1236646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjImmyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkVA/7BjyqHDcEycWHT7zlk9sy3qqIuOd5hFUBRC8TLixGtQMcRFDz\r\nWPwALaM5SUDd688MGC9uEv+TIgfQ9iSbM/i/z5O39KQ5sNdn1gMhnEF0vEbG\r\nD/IA9JFbFNVwOFtUBP6m+AM2AWrheipp4iMAVPLDtfCDUl2yui9qm7fd2B4V\r\nDfCn9vwcjkdxlt2xNqRutfaSSFOCCXaNjSpiy1vYIC3bql5koh5n2dsR9VRl\r\nJxxIdfcItX0tCRxCbIbcxGGQ++G0jaONJ59faspokHJJilvOB5+YcGY6EASx\r\nn9cDHnydcdRhWUVC2u0l+ZQaa/wZNtq3WKTIekXjjpa0oAk6xo1VDNSW8Aa1\r\nMfCTIps70R3lYO08uLH8RURYVhfTtg/zWoqJcaAaGMOLEAoTL69EYiKJ9KPQ\r\nJPqowDIfUJ2I97plvYxcCUAY8QAQY7FTiGh2HNDk9YacjOH8bw/Osh09t2FX\r\n55AOIFCM6wOcch8lXR4eltAyBITVqL3mjfUMTG32zli3JT4ZIFAP9kO+CV2z\r\n7sJB0D9j+I1jDXYk28HtTpuXhqWzb3L7IlEY4S7m29RBRz26a9zWZfiPKqQL\r\nIOoBIYgSVeeQpE2FoFAsSAa+ee9djNvSzoC4+3T+2drQA4jPpGT2sBhC4oDu\r\n6F7HfMzH2jvL4C4NXwyR7JA7jvqLTPLCxy8=\r\n=iceN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-alpha.20220914.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/util/validateMultiTenant.js":"./dist-esm/src/util/validateMultiTenant.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-alpha.20220914.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-xaZhHv7lERKJEzMLIQOTVQCcjIPWKSdbppXR1KA/2N/DUOQAe3zyhPCgtx0ewCa3A3H1WtZuxHCLTNZpM/GDWw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.0.0-alpha.20220914.2_1663199666597_0.6531560702672452","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20220919.5":{"name":"@azure/identity","version":"3.0.0-alpha.20220919.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.0.0-alpha.20220919.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f535fdc9397f1d11ae5b7f4bd7cddfbba5c06645","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.0.0-alpha.20220919.5.tgz","fileCount":192,"integrity":"sha512-YmOwvHFlq8Afgm0DwsY86BqVWI6rNX3nfUI6VUtBUOmBVgDSYa0rlsLfs8/yZeJ56UA3IGq57s5F/Pk2Yrduyw==","signatures":[{"sig":"MEQCIAHdoQQ5X9yGCiEd+9QXnanFd7kFRjwwnGVz+9V4vmFzAiBheWVNlp3U5bCXbnUqoLYbwTtIVLu2b3XMh8yuvdtVxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1270105,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKQIxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqO+Q/9GR+WWpR6ywzdMgH+yLvBOgAQe4GhIqshPVjjcEcI3yFuNoVZ\r\nWWal+2s+X/G54nj/iYPCWgqypAo96ZqkhwExzzPfwJfdFr0MXyY09GbTqfUr\r\nUV3tqGgVlLm3g6johftNX6tT9Sv9UFe/eIaK7zoGIonH9VhnhHZuTW6VcoYJ\r\nHeH31ADoP74AiXHhyS2sEJC6bsPQenQbXm72vLovm0o0cIvb/IKLHzRPq6wd\r\nygA/5NRWgdlWxdvbCHJNfyH7i/Z775OmF4fDziuABuLe/4bIMA6Wt9DgUcjY\r\nW9yWetJDWTxom5aholNQPGAIXjKydVgF1oP+980DSZMYfubdkzzMB0+ACFPd\r\nDhZmch+4NdzSeadz4/Ac42F5HB2JXr15yx6TwuxgwmR43eCM+dfffsr2YXb2\r\nVptPjVuaERW6i5ZNJ4HRIjY0W1o+SW1ibHwqgrPcoTe+ozsKb+jkY+cEyZFi\r\nCY4IXjjCinrd4KMku8M687ME/Ig8LrMY+B/7GNMP0l19eCFGAsBo6z+lDo8+\r\nPpi0hX8JPogNqQuWQ3Q328vOPW6G9OC3II/LNTpUegMcpqzmsFoS+kUJFBy3\r\nkePyoAXj0N1rdlRRrepaAvJJcrfotytN2+xsYJGItDslL/eO1OLfT24wdQGJ\r\nR+wP/zM9MpN8AsjOl9tERb1OO1gYyjtSqTg=\r\n=zv7I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-alpha.20220919.5.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-alpha.20220919.5.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-YmOwvHFlq8Afgm0DwsY86BqVWI6rNX3nfUI6VUtBUOmBVgDSYa0rlsLfs8/yZeJ56UA3IGq57s5F/Pk2Yrduyw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.0.0-alpha.20220919.5_1663631920814_0.6280609910785324","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@azure/identity","version":"3.0.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.0.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9ce5296088a3c6a53e818cc2224f95d333e83a07","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.0.0.tgz","fileCount":192,"integrity":"sha512-MAwrefZE6T15wJe/tOA6dffdTNCh+S6DOQe2otO6drEEVCHDF0zb+GItlK6kQzD5hPm/YueFCW6sN1q6F4XYuQ==","signatures":[{"sig":"MEQCIHOJaLdA26pXhJXt3EFUo1aHWvch4rBuk3X+0V6yhr91AiAOEakv5C+xPFwFO20XdxYvA8hspxdeLyH8jMaGNbEerA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1270028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKQKrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqcpg/8CdxpehMVdzxj8Z3cKCpuinLrffe+kaEcQYqq9Rt5fWLche5g\r\nSd6y28yst+WNVmnGSzyY7FCW2bYBraEWMqwCjlEOE1ca1wlEd4EgHU2n/Fuq\r\nD1JuKvt3tIrvgzUTdYbkaCKBXVEhlD/bgb8SHHY0ziHiftlaccfGd+FxBXuL\r\nsdSteT3ZDyDwydBi6BE833Y26DVrqBPFxZ3/VobmbYxgr63UvqOZgCnTTVmm\r\n7MsRE/atUbV3DxZRnvSZPux5Ti+OKEcsLfMY5eJePoW6kFzzmHsihTpH6GD6\r\njQrL7MHNT9GgPz7Ynu+ZamKY8fFWAJZj50W5zry3Ticm6d1OELVSu1UP9boL\r\nhuOeZADJEgA6SThu7WQWPbRnCpJFXxPLtxox5VZsczjWHxmVJwlB/OrMUyrW\r\nRqvLjE9lZ1jI8Mc4BA51ivgiI7AISjLYHFNsP0sD/BT6sBcwhoYm+GRNXT2h\r\n+J9tf5gtS7uypv5NAsa4uZk1J7brZ+j+4Nx6eWgptIqv6Z3FQiM9J8vbNgEj\r\nRdp0bOVlhoB+jtoVoPtT2AwX88JWsFIgrVlR33+VCO90OrielXBLge4ILyBZ\r\nyIOqxoa/+HK9VSSitK8V5g4nIf0G7Be9KcFRRXw2xRhcLkKCAa41I5pRvpUK\r\n5tJePgzpmzD4yswQce6hCkQSGKjM12coG8Q=\r\n=qYD0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-MAwrefZE6T15wJe/tOA6dffdTNCh+S6DOQe2otO6drEEVCHDF0zb+GItlK6kQzD5hPm/YueFCW6sN1q6F4XYuQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.0.0_1663632043545_0.44635729042058214","host":"s3://npm-registry-packages"}},"3.0.0-alpha.20220923.1":{"name":"@azure/identity","version":"3.0.0-alpha.20220923.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.0.0-alpha.20220923.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9d38b07131f4286e092a36a6e92c114e51543c48","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.0.0-alpha.20220923.1.tgz","fileCount":192,"integrity":"sha512-rg5lMSvQ1u3r7wKhHH2pvO+6tHLZ6CXk53/Uub01xOYKP15ShFvuWFpPnPb2bPb4vNm4KoqGyNznA/v888avgg==","signatures":[{"sig":"MEQCIGN+vMZ2l3/qjIaUIv13sNFD84/zbtGW977vCleP+GbXAiAvUtV58dIw43lJjeloTCMutEdCC86YA1tS1XO1vAPoKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1270105,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLkd8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBvw/+KAXBsjROPTkXdR56P7xObpi4UlJlafzp0xN7oN1es8H5KEtV\r\nsU9A/7RLOJzDPQiUxJFqZfIAc4K7mdNrBxOUVfaY164CPkcFX2Gmm2OSIl89\r\nWLKGccclvuwPHiK+G+o53Kd2sFN4rUiTm0ofpE0fVICa4kCsJFjdUCkNHJCn\r\nyEXXBM+AEQkIgo53ychbM8+zbozGAtV/iRQId6Jzmv9p1+3dFboh0xfNSw79\r\nb2+ro5GNqfpWAhEZcNr3PiRVT0jTKqrvAeP0rNraE7D4hhThymQs+zeCXk0v\r\nOcRqOCKCP6V0Sg0BCsLiDEbPHw9vW+7ihZVpmsCLMDKWGnr3q3ZiJBXQYT6Z\r\nsBco6ZJOu3OesNU6c1ZfphgD+GcbpBhIhSQNoenIQOPBJFMTPU9r5dfziO/x\r\nDw+zQajOGf+UfdfqdL4gHOjmKbYYvDAft2x+aU+sVlak4+TcKOrO0Lv/4Azp\r\n56qzEkf84uW9ffOJh1zzZhlpFxKud/PDk1dLtFgNSDFkUHzFBbd2wPgtGQK9\r\nmmb1CcHFFOPLu+DxXyUNGwf/qWLLAuwsJ9ZYSMlofyE9pfNP172hpCz26WTN\r\nKba/GweXigoDiZShsMx/cczsLRD4yq0dKnD5zDAMYeEVaFrz61rUJQPuuqfX\r\nbNvD+695CiUa4xD1zMUeRiNS1Z3dT835F/o=\r\n=JOKo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-alpha.20220923.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.0-alpha.20220923.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-rg5lMSvQ1u3r7wKhHH2pvO+6tHLZ6CXk53/Uub01xOYKP15ShFvuWFpPnPb2bPb4vNm4KoqGyNznA/v888avgg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.0.0-alpha.20220923.1_1663977340456_0.25879096229719223","host":"s3://npm-registry-packages"}},"3.1.0-alpha.20221010.2":{"name":"@azure/identity","version":"3.1.0-alpha.20221010.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0-alpha.20221010.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f0db9d16739b2a794c04b1dcf886fd9d6b4da3d2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0-alpha.20221010.2.tgz","fileCount":192,"integrity":"sha512-9hoeqnaPRLiU6RfIywfeLiU518ipYxhrTmUgMQ5d5gECJNdNgXj90QOIEwIW83cVLi+lluwJkEUbLytp8FQNGQ==","signatures":[{"sig":"MEUCIQCEztHFgfwq3fBSDzoPBDQ7SYZp9F190OGnqXk6T2oemwIgQhwscfkeZS25No3gP/9yr3vnzqD0ypccXK35Vk6gFkI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1300615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRLDVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLLg/+PD8+gb3bgUeZdCMQqISP0VT7XpqI8VBCeKd4IQKqm6XpH+im\r\nDyKi1aQCN/0P0w+fOuz7TtHhVL9XJGnj9Z2Y0YjJcmYE8OlByEsxAik9gLE5\r\nbyEZ6dasG7njbS3H7hpachwpq47SEZaCHuhejrCYwo1WPyXAJZPNyQpLjx5j\r\n3fJ6git+GWY0fcraJ2J3DOsR5OiZWqqr1ADYIVMGl8CR2H21m8XiFEaO3Cgs\r\nypmcYs3Z70SBnsMaOgFM5OIrKjQgMBpl/IID3l+lB30xGqsbgbnsIkRSYfhO\r\nbq8bunnK8PtABaCUrWdRw/WgzA/iH9ZZP8yvc0IErrP4bl8SD0rSIXEy8A8x\r\n3bWrkERUS2b7Xusz5/NvQbQOQpG7mIFNnUOhOCpY3s0LL3uATXpti5XBZ8PB\r\nTAFNoxLfM+3rgkBB7gtNRJ2BX/+upGHS/xXP0KveYQo5/YeIsf7Nt/rA4D4N\r\nfPeqLV7c1tcpM44BT/0cQiayeSFrRrOHB5BWKnv5mQ9DSy2K7kz6BghAHhH5\r\nfxBo4owhV61vHovcmX+btxSGqDdQF/fNGGnSK6JikxtrhC8v3TFaEp7wUNum\r\niV65z1INTRKj+qHc3HUPGXB4D+tAh6CQUubP9D7HNnlgMoAsnqYHxwE6dLAQ\r\nh+kc8m3U9GuUB+9wDlE/c3qgmmVH9Rmm9o4=\r\n=u6mf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221010.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221010.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-9hoeqnaPRLiU6RfIywfeLiU518ipYxhrTmUgMQ5d5gECJNdNgXj90QOIEwIW83cVLi+lluwJkEUbLytp8FQNGQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0-alpha.20221010.2_1665446101229_0.9163566811140835","host":"s3://npm-registry-packages"}},"3.1.0-beta.1":{"name":"@azure/identity","version":"3.1.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0562c5092648c60c54e0bdf4986f1b90c4d0582e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0-beta.1.tgz","fileCount":192,"integrity":"sha512-t4YvJaWo9Vfiz9j5Ap7++mpFgy+ldYT91hXnRcIg0NXAQPf6UuqUqK189gGVqsQOHrtGeHbrMCFQmVqkKy0k6g==","signatures":[{"sig":"MEYCIQDkpqFgrlqLqjFvhiwyLqORFto6dRkLImwwaeN+ADlwZwIhALJXReXFPFYmbSvdpseeiTIM+XwdAnBk6n9hoW/x9bKV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1300545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSHDoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpe4A/9GZ0A8d3A9S0OdDUkgpqWJPStfnzzzvTStjpUZwsfG5NiGBwF\r\nLvGxQENXd96bq/wAFRly058BXI2J6nzoALLQj2XqDaZG+zWIWl/mZkYI1otV\r\nbADFqNSoi0+/bFXNMteGzV0SGh6GP188QjnRXMewTRc6rExtW/xKXNQpLuwz\r\nXTALWRNZrO206+21j2W1A4yLzIqrM7Q/RNkoAbgo0cW4q1GQucidQ86K/EPV\r\nqzJZFsqiz9X6Tu7ehvRs6QBD0Hyr5dZPC6caNyno5/URdA1b/8VOcJ2j+Faf\r\njjCvaSd+AplIOZc0acdB3aqFp2QqJl2sTUvbx8GxHwSAXS2Bx7v/Cn68wQBH\r\nkCMqTj8AtoHiTeyR3PAATYvBa4HPRDDv/v1C79GMgSEDNbeJf2YKAruB0F6g\r\nVUxKjjuRwkoJI1fwUsJ5QaJtQ5np3XAO18EEEJGf2yE/RTlA2BVx99w+Mtbg\r\nvUhRp2UJ8fm91LRq6f3Qgaog23n8t6j6ZJ3lafz+J3Of3HCatgdhNV2QVzrj\r\nCUzdJFXnGasl5aHFZ/QCsC3IurldJz2PnjlpU94qtB2s06WP//F8wDZ05Cvi\r\nkAScpxuUZDNlsCdrDBmC6BavE/yA9mN6SD/Pe1r0H4JUGJrwjc8gMLrY3b73\r\nqaCptVJRKnf92/mljMVXOfJS4016qB+DdE4=\r\n=I6vO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-beta.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-t4YvJaWo9Vfiz9j5Ap7++mpFgy+ldYT91hXnRcIg0NXAQPf6UuqUqK189gGVqsQOHrtGeHbrMCFQmVqkKy0k6g==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0-beta.1_1665691880677_0.6994988074050408","host":"s3://npm-registry-packages"}},"3.1.0-alpha.20221013.3":{"name":"@azure/identity","version":"3.1.0-alpha.20221013.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0-alpha.20221013.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"03b461efc8932896263e29bb83f8404055482c2b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0-alpha.20221013.3.tgz","fileCount":192,"integrity":"sha512-U4nrxXUP8CgLOogkqAnn3/A6TpLGtp3RZUySpUAEKL8iyNiwzwkugGtPIppD3d7LLY9Kge59t7lMXuST0w3+NQ==","signatures":[{"sig":"MEQCIQCcKgJd0c3RfEdy7Fsx7iN8W5j3Yqui8EkeoeHJXoHaRAIfQn0AarbuLTZ6XTg2Qb440Nz3Pu9whFeWZdmLlp2lKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1300615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSKslACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4lA/+IveZoNtx74sNzxV1yiICucxA3YGCiXbvD34HCDZeFwG1UyM0\r\nd85nL40uk86PjINzUqkBpCpDLigwiuFmFW+hZr6KbiUvzOjyeSijTamNo3pp\r\nsm7qjVQlwArkHGAuh3qDONh6+9GKdQpSwjni1ewUdcCDPLHpCBBffVPgsXUq\r\nfawru7cSihu+rqIGw7D4F1wdqGI6xKJfHiM7XoadtWT1RL3C0Og5NVqo/5m2\r\nSxmY4xBXiPHlqzWVnRgiOaFWYli3fmtoGo9bYnaGZsi+pNeARTRhDgE6zH2v\r\na48efKxyMshfE5/YrSVBkoQXZWCjiGAk9zMPe5i/rY1y4ot9wxJ0ilIWwCPi\r\n/rTYaHIoFqljED35fHVcUnAaB9xEUrTlT37yVpF0pMMGFqBkpombOueswHZG\r\nr8jU+nx5FKzUK5IQApyV0mObMbu0pz2Wdeb63H4icIosIVL9LY751heBBqkh\r\nMVCchELXKwNSNvND+Pied9XKx0aG4kDyXYWEE9747EK3o/2vaH/JXJqcnbqD\r\nbMsv+RQBnv001rGE1SuLKU/KqIXWVGq8GynNcJHYqEKiem9aQPZrzNgMNI3a\r\n6Flx41voPFf0WueN2xWlgfcfzIWgCTDQot8BaLCH64FG1nA77Dr3D5iYxTa/\r\nm7xN5IN9JeRL/Jic7UmW0yuZOe3uzGoHbHw=\r\n=axfh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221013.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221013.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-U4nrxXUP8CgLOogkqAnn3/A6TpLGtp3RZUySpUAEKL8iyNiwzwkugGtPIppD3d7LLY9Kge59t7lMXuST0w3+NQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0-alpha.20221013.3_1665706789646_0.5400661767514512","host":"s3://npm-registry-packages"}},"3.1.0-alpha.20221019.2":{"name":"@azure/identity","version":"3.1.0-alpha.20221019.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0-alpha.20221019.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ef3344af73f3af319723a1931db80893718f0a10","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0-alpha.20221019.2.tgz","fileCount":192,"integrity":"sha512-KXk6Xn9Nvfailk061/BEBO7geBkayjyX2c8mgnSnYezP6laScDlfM+/FLjAVYc9Wlv0ZutHQ1hSMg1N9BPDo1Q==","signatures":[{"sig":"MEQCIHJofqDzFQ9JvwQVdnQtXhpAb6qJZIGpDxU/K9X76p+xAiBUFE1KvqRgBSbu0xRjzAkA6Xspu9WJUuwrTqhSqtSKXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1300631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUI5KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWXw/9Hf7PKLjzEn1uUkFJHMGga1QONlEzRe4XBxrxa6KkaavqP5Os\r\n822nIKU4tBgQZLp2S4Fh7dxS9U9oBwkyvIrjFEA4WzXPjgyw2xa7hpU9iq8k\r\nvaOs2qipTG0Iqse9SHNOOQ4Ra4nAoQzJ3Sh1nnUTklbxsR17x4wlQJ7DgKQ6\r\nam9/LHOpMtoBhMDQOmTFGpJhU//9XjVmVn3WsySuLEeWHaDqBzunRjD4/w3O\r\nQkrTBqtHwVovwQcF7tDzEe9cVYhHaqr1uB9KjLzOyMgkgx729JpAD9mm4DTg\r\n9HY10Y0nJlmEfjUs3cA2ygLCZDKrc0xcw5olRDxBR3Dmu+qZK65QSaIMkmUX\r\nbpWXt8UK/kNogKV0i8VAsdySroMkAYXEy3zB/puMZZHOd1wXYzZBeay/JxXq\r\nkSJ2UD2mFHXonCR3ODg9NGdPMWfIylKHygSmrU7cmehpdbSK/YtrTDLOVLPF\r\nwWLPcpyOusKkQ5uSjpN/518VsGEBM+DIzcNvRtU6sdyDVcTkkwN39WMAtE76\r\nAaF3FIT+pd1/W7RLIClQYrGOV4bq2V2PkqRGrBnJLsmnLxSCIIuETpaN7cq7\r\nTEb4kstl75YL0oFqF69NTr4fO7rcqgn8Vt0/tDrV30RJ6L6sZ1mfujqsx8Yu\r\nPd5I/fus0TQIRrVsIJnfY8hgS2Q+EYW7Bo0=\r\n=dwSR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221019.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221019.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-KXk6Xn9Nvfailk061/BEBO7geBkayjyX2c8mgnSnYezP6laScDlfM+/FLjAVYc9Wlv0ZutHQ1hSMg1N9BPDo1Q==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0-alpha.20221019.2_1666223689805_0.5170259977954919","host":"s3://npm-registry-packages"}},"3.1.0-alpha.20221020.3":{"name":"@azure/identity","version":"3.1.0-alpha.20221020.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0-alpha.20221020.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"84ae186aa5e786aa848b2c55864b3a66c1a36810","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0-alpha.20221020.3.tgz","fileCount":192,"integrity":"sha512-xSMs+RnUvZaO/XlzD1hF/pLCxDJqBa/FRtaQVvE9yTN8Xkc4AU1OOjcB2jnJVlHUsLLtxfgvchqy+JPN7eFqNg==","signatures":[{"sig":"MEUCIQCuYyvFws5lCKNHox+VQzaN1DZtkNS6rB9m2OojyOotYAIgaVW86oXE94JlcjGijwN9rrdhyXGUDSiVwqk+c2VWEgw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1300631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUd+DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjqA//bbPrjoYhSSocawkQvFNUqjaiGOyhv4619W8ehtbm/PMZKy3w\r\n82oir/7aqTrgRzoXlZdk+4Q+FkIX4FGgleAoNUeRypvypg3TapMUkD09tmt3\r\nM+/N0RLbc31vKCo3OmMaSDVCwsGVyxQH7eSzv7XQWv1SiksynyVKzfv3A379\r\nfh6hy9pniRkhdqHEDNs5tFcigJe5oxRCNsueLEHA2B1Xa8IJvUCCxmTqlAEo\r\nLu4ctVAyZn3YSu3yrr4KfDqiKFPCXKMpRotmH0Ukj+5LFHE+4lijMCMTozhs\r\nGAG64E1WPGPgU/CdHUEyGH93tZpGfuIGqR3G5UNGYH7ARmeP5OuN842YT/6z\r\niauA81GJmmqvYUyGfJuIF40FlWWzpj+1ABTSTD39cWS+trmZNug3wbhc7Lrm\r\nywJjrw1WDHtz/NtpzG2mYyWecGrmvzGha0o6futjDFjpH3kCnRjJZxEicUo+\r\nmWI1KaG7l7EUQYXmMVfD6xyLZQ+8/ctSVCxxLPSNsA2HZGFofnXPT2p58xwI\r\nIOLPv9Q5HbXyRnbFlJqlgDsUUn4i2jBiut+69JJECnnhJInBRpX5HPDJnZxS\r\niCDOLlBXxipZIeVQvNrVOj1igG/vphSp4+lJNsh/MhBCzDbOUhnWgf9D1KIr\r\naSvifl9JeX9GTpxjNlWJvdj/bEOlBdDdcV8=\r\n=/Yh4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221020.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221020.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-xSMs+RnUvZaO/XlzD1hF/pLCxDJqBa/FRtaQVvE9yTN8Xkc4AU1OOjcB2jnJVlHUsLLtxfgvchqy+JPN7eFqNg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.2","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0-alpha.20221020.3_1666310019238_0.6764927143857182","host":"s3://npm-registry-packages"}},"3.1.0-alpha.20221021.2":{"name":"@azure/identity","version":"3.1.0-alpha.20221021.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0-alpha.20221021.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e37b288cb8f3cdb74e20ae277088b7fd674edaeb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0-alpha.20221021.2.tgz","fileCount":192,"integrity":"sha512-p56wF66yH0gTZLCLIb8cPll3TvIYRkCK3aoQ2aUFK6MQBYl/ncPH0Vgc4aA80LP3SK18EfpvzBoWGbE01bdLKg==","signatures":[{"sig":"MEQCIDe4agz/5n1JZnKt29wBTBfUbrjs/TDcuEdgCJBJ9MObAiA4HLqIKxQbxBEoTyxzMl+fazgyAa0y4hiAXDFtRMNhMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1301396,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUzE5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpcig//cgY91L0Sz+XWJzkRqMZJrqtXAB/KiKaVVAJa3mGooDCtvh+6\r\nmj1IZIWysdW12mvWnkc6iPukUTqYIpVaTCPwjJbCH/gzdgEbY/nBAhArUR/j\r\nZ1Na8aMn9d5to0QgzGYdSC/DmuPKbPTdCFz6z6fh9mYw6vRcgNHb5NcItyrP\r\ncv90bqyYA9liz+cvBNUsSVyA53sVHV8q5rYO0z7EIo8F+QyJgJgejIdcheVG\r\nrJQBcNKrcxVitQF7oXjB2oO87Nw/jyedV7/fHMWaQQu+nb8eaXtwy759CeA7\r\nIxfHa0itGereDQEd7JzxrBMFkP9+rgf1rZhZ1mxB3wURtrdKp2B0cpNmKbzP\r\nE8Q7E3rS6vyI9qH/ap8ces7OASaxJmZCTb03SL4w1cbuxj4m2vak6Tqqg06d\r\nStHyviEaXS/vUlcAKqf5zbV43bLvuiI74+u8qV8qCsknaN0X5Py8dCug9yQC\r\nZUNxciNJPnlyIEC3A8Cg2pF5lIq6N1+U1eP88XrGx/SvlPCqonQ3EUbh2qHC\r\nQbrm7tYdKIOWBHnxMWHRQeohhuOxM7Xgkusc8VQEn58tN4a4Rsd76CYT8kHt\r\n+juOisbkTmRC6TiqNZ37JSWzyu9evZRqfczd0sSY+GutV7jclv23sv+4Fhk0\r\nZtRlJ13JR+mJGWGv0/7OZA8XP6OR45J3Doo=\r\n=k7d7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221021.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221021.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-p56wF66yH0gTZLCLIb8cPll3TvIYRkCK3aoQ2aUFK6MQBYl/ncPH0Vgc4aA80LP3SK18EfpvzBoWGbE01bdLKg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.2","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0-alpha.20221021.2_1666396473475_0.9384775929398792","host":"s3://npm-registry-packages"}},"3.1.0-alpha.20221101.1":{"name":"@azure/identity","version":"3.1.0-alpha.20221101.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0-alpha.20221101.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e46ca98701e1597849125a8af17dd3f26984d453","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0-alpha.20221101.1.tgz","fileCount":192,"integrity":"sha512-ibW8fPNI5EaWTlfhGNXPG5kGMHHs787vdNHw5DegTBbq4AuQf+bDHLE8zYefn6grxnuqReW/GQyclhQ1TP9qvw==","signatures":[{"sig":"MEQCIG0xRzIAYWjo5Hv6++IGDyT6rOkLCKnpqJGJRApdIBdeAiBLuCyrOk4wTcD1PAgyJ3DYsl+tXL7NUrqkAp12U26pOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1303520,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYbH0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrs9w//VYwoI4qb3qJSFG+gY9BLQg5DfSLcKErq0fCWW4DqDrKZfQV5\r\nCdAEw7R03TBB6UcfT1FH1cEe092d11gTEPiNUL+rp/MfSKW84eYW3WwTo6Py\r\nKsW1XRPwpnbfefYUD4qQyz441v8aMU3zHQ/idgmOkYWJl3EDJ9qsU9nRohLt\r\nuY9lberyECKCxtW/zxUX1ekGec+enrUC+/MJjCLNAKbyVtgdKjPFFOQiaFmi\r\n+Fz96gHzaKFqzdM6fnzsubNXWyOgegYYik5WEDrJCU60vnG+5jNuSSa0eyYk\r\nHVP8fmzXPkRTTWGv/WePOvfwaXUJfC9vN3c2U3+GraWH3CgE8RD6RcE9vaJe\r\n2AjCcTNX+WVNQLJyim9KGTiepR5W9PEajCPR6J91dC5OmwkOPBHfw8jj/vjs\r\njZOMIIKwdKFtcHiaypZp7rR7bhJAPG1Nb0qx3pn6AdCWrkEtRq7fzczDyvTJ\r\nJcI4M70nSx4QrPwLtvS8Hql/xmkT4qh10Xl7Qx0ryv24HJn8i+2BGm4W4qHs\r\nQiv7sq0ZCz1eTBJeW4onsoTWnoSq70fN+/vh7d7ILqArQkV1p+ldsfbks1Fq\r\nu+zSX+AulU7OW7FP3Y4bDh9zyUEVhOEKjsAJiTu3rKFHM6ifZKunm1bfS5Ki\r\nnb8TsbKQ0rAyvgds7gn8NIqpTGiAbup4HoY=\r\n=MIo1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221101.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221101.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ibW8fPNI5EaWTlfhGNXPG5kGMHHs787vdNHw5DegTBbq4AuQf+bDHLE8zYefn6grxnuqReW/GQyclhQ1TP9qvw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.2","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0-alpha.20221101.1_1667346932112_0.4980758439119026","host":"s3://npm-registry-packages"}},"3.1.0-alpha.20221104.2":{"name":"@azure/identity","version":"3.1.0-alpha.20221104.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0-alpha.20221104.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"21c4ad54d196da57f0931847e416bdd623fd55ff","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0-alpha.20221104.2.tgz","fileCount":192,"integrity":"sha512-5YS/4Yc8tCbzBI2T37G0o6jWKpH1kiwezPTpMiIbtNnZDQ2oi5xHC2+/ygXvFLMCIN9GGeZR75DxsLiIe5v5Tw==","signatures":[{"sig":"MEUCIQDRrFZ33ysRSLXHZ8XG0YlXGVmLGg1dBM12D/9YtDYsGwIgZtgiUrizz5Sea2IwWaet+LzFyc3nbdEExyqCn+SGUvw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1305161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZaZrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgxA/7BiHrxyaGk1E17II3t0uOGfdEFTQ0e2zUrvtPAw40ARaKLU3h\r\n0jqRPwk3lgiTPj/t4Mg/rg3Sxp9DMZRshCqsR2wRAHRKTeUFVCdLTWq99Qdn\r\nilfvl80IZ5n0QYw6BqGG+H3IUU0KEc0OkEnijNDgmN/LV3kxgyTnxzlKOVmC\r\nJ2DE1A8+h7lQH4yYzt1b6EFCsdAfIP2XVLVK40G4vYhsSUaVIbn6rsmYcxZ7\r\nBOADGnMqPbYMjG+4wIBQPh7LL6zZkRjXBTHF2eHHmpT3xCYlqO6hyvJF3Tw/\r\nxc0xvFtU2EHyQhYbqKNb0aRuYJJXZQvgDKHlwVqJCvtz1XJ5xY0UhRhsmI9U\r\nSKwIGz2FVBekYyX9KdZOiq0BcAi58+2gPcQgTWZ5PA1lqhFFhXCbSs429ai2\r\nLYbUeZ01U2C/ulG73W0H2jDwpMLkbgHjA6205IcgLdZ91Z+UihmTwVYSRqR3\r\naakNy+SIENrz5ncAkpdqo+2AoJ4yvC6wYWRpzGj1DoZR/w2d+s90s65rxWwm\r\nHqVtJBcwBQXm5UymPeo0MfRpmx30KgSHp88ZrTkTYjjVGzBHOmzS3jB0U/X9\r\nE1RKCo45d/3XX1Jw90VS09WkGPav4lfaYqfRSjxOwAF+fyyLT9cEYMW3owMy\r\nPvHKYIKITej7WH7M3IlkuFjHpCIsMyaS9/w=\r\n=zJ+D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221104.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221104.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-5YS/4Yc8tCbzBI2T37G0o6jWKpH1kiwezPTpMiIbtNnZDQ2oi5xHC2+/ygXvFLMCIN9GGeZR75DxsLiIe5v5Tw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.2","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0-alpha.20221104.2_1667606123620_0.0005864498612497826","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@azure/identity","version":"3.0.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.0.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6cf79c820c01e2f495ba1e22fc597c1dac8d6f62","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.0.1.tgz","fileCount":192,"integrity":"sha512-E+5cbE8TLTp+1DR8Ch/XRF9QrTzA8iMgR6+hrB3/T8vyJ1SvH3ZC1uEgiAPIugQJL9XIxOLPmo8v2wp96zh3rA==","signatures":[{"sig":"MEQCIGewGV3EM9+ATsx8D3uYLMWQmbrEm/3bimIV51uTqVYKAiAnYXx19ub8v6kfX6p5cCHq+vMKpiUTGFLQb4XG4fdznw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1272690,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaZ0mACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrX+w//V6/XoTKZDTfLnO65o0fdyUU88m93boJZj4+bPsz88U8ymOxY\r\n0spzYjwdDE5otZA49Nxfw5lmAwPQdrYtW3QlPjkhbpuDj768dsuvDRILkmPx\r\nBVEl9Mj9NxWBGWTHwYLIQUcC3CMChzv+kP4pFdmhCOJxlMK38QsPe57oJQ6V\r\n1pshTwFPUwVm+SnPqbB53UEK7isSmrcB2N13STzzrHDxn4WAsXYuk67MknAv\r\njql0PDE35ZcKPe7WyuW3Nxyd8EEYRmGpBnni4UxqkjvarGfQQT3SkcfgM68p\r\n+5R2Okp9N7OdZdWIW31UaBNG54Eks0BpzW1qRyTN98aVCzCfgPkLbgt+HCJF\r\nqoOmvj5dAZUcnv9tWA0ZmoTAPTnJD0epzP2tCpV19vkWgnAm0f/N1AP+yVbO\r\nMYD0k18JHHF0YqwsnB1EJsXtSfgsW6u4BCSZSLXF1VHdLzjhlCDo3UjbU13m\r\nCOi8n6Qh5Y3fbivVHeJFXlsm3iIHM65JysGet6G/SfKU2FrPRqDM8YLUXdBY\r\nPurhMvovcSaECtYFyDvGxZBXGf4ndx8HoezpcBdRv2XxQaA3CHdWEKPUMIxR\r\n8cvvnJzpqqxMINDqyAaI3mZ2XKsdCtv5CCEqCWq/IxxNQXnm7mt1rfqzA/5Z\r\n8HayLU98mmUJ8WD2+si3cy2HZYRpQ2D45CU=\r\n=42H0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.0.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-E+5cbE8TLTp+1DR8Ch/XRF9QrTzA8iMgR6+hrB3/T8vyJ1SvH3ZC1uEgiAPIugQJL9XIxOLPmo8v2wp96zh3rA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.10.0","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.0.1_1667865894424_0.7084420193009837","host":"s3://npm-registry-packages"}},"3.1.0-alpha.20221107.9":{"name":"@azure/identity","version":"3.1.0-alpha.20221107.9","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0-alpha.20221107.9","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bbf66a7756bc8137c458bb767bd9ec9deb7c0779","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0-alpha.20221107.9.tgz","fileCount":192,"integrity":"sha512-Tc/smfJqP3w0uh0cO0ssHNfk36cN0xcGwSA8n42FF3zCljdm7lDkTrEo4S224sG4CB8n3rx+0iVMa1fmJy++/w==","signatures":[{"sig":"MEYCIQD/mSluc+PJyY1tO3zUsJF+kkk7dBwEd1Aop1pCLrVKrQIhAIUGFq8ZQu3VeLvJcSJbP7B+u5LGGg3avjcHR3BAzNQW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1306210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaanwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQeA/8DMQcwDeZTTA9PCeBpeBClUK1wZR57TfIu8zEF+nc+ONqyPmv\r\nII+ny6+TenUhN1q6FheNttJjka/q7dkqVCF9JvoEyIlWwmDfMM7ljVd/9JsS\r\nqUJ/HTUjtIHCnqiHfNoFEI9LREphI7n0hQN51REK2tSZdeo3FulI9m6vUQVg\r\n51IPjAKSPV/Fgw4BW6gzFWNnAbhJNM1FLIuGwJvqW3l4OwphP7w9DnxMq2tA\r\nSN82vdmpFW57oNjl3finPwpj4n1hi0Xve2j2At2jrWD8laq69hzrP3aFVRra\r\nHkqif31IEed3h4zubjRxYl+ZEjNJL4Tqa17qubUMxZm1QhDWdH0V57XAn5WE\r\nXCSOaQRXvyTttvLqwGdtNLLDv2C2IBNBvI60Gx7WkeTDEDh0KptIuf/nlJoh\r\ncq7hVEP7wdx87SxopY8h0Hbwecmbz+9hhDMaItySjnZnBB99c0rtGjxuojXs\r\nhyhiVWndsara0Q9RGHjVgkHcvu5VLTCQOK2cQqB7HEAfoKznlABOE8s0yeCv\r\n5/IrhNN7lOeso96vZh/lkQfyNzMh3HLC7JbVklUxTBuixer9xURwWdAZPvqD\r\ncp2BZZpXw5NhOkV5zr5XVHS871y2AI0w9zhhTag47lqfz6z2CjkvhwoMQjI9\r\nucFZFAWm9wv+6SwWrAiClnmdlWGhb2bE44A=\r\n=d869\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221107.9.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221107.9.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Tc/smfJqP3w0uh0cO0ssHNfk36cN0xcGwSA8n42FF3zCljdm7lDkTrEo4S224sG4CB8n3rx+0iVMa1fmJy++/w==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.2","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0-alpha.20221107.9_1667869167787_0.7421452491390397","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@azure/identity","version":"3.1.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"128436fa28825e5b77bc10e87aa8607121f3e032","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0.tgz","fileCount":192,"integrity":"sha512-EMiL3x3shzppMUCzBBZnmXSQ1bg5wUQZVFaUkHjUn4cDCGdUxqkSuZNMIkDsieFkltycGEaLTowi+lZBxzt74A==","signatures":[{"sig":"MEYCIQCwij0EBn6AQTXbBz5WfiR1XnZOyjmBX+oYT9eVlK3E4wIhAN4D6ERIXSuVeFTigCuPR7xCgTM5Tap4CxnXbFan8Ztk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1306109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjarNbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0lg/8CLWYKEufcG7vEZIwWF/4TJaWRueGrr/XH8Sq6DTLAmgmZBrO\r\na75cPUdoCV3vt6gc27Bk9XxchE2HTYQekmSOrhhu+6C7Eu7iJ1KsEYPWm/MT\r\nM9p3AibrAAXof3nzn8zgiNs/oN8KPn7TXOCrZGiLHHFhkbHTh4QY99/MbNDM\r\n1i8hBNa2i+Ty0+zBhUqqEHu1vitH57rqayZrcOAmk333pqhx9+2d+5mwBJcj\r\ngwPubrwZKCsszt0gwnDn79yJLgjBf6ei4Qdqgo3wrmeKxyRz5hmlKoyF4Col\r\nzMtZKAqI4PY3Ylq67l4g9PoPfhRIS0PRaKNlczKFMFCBGWwrYJ4bFNhj3fGb\r\nLj3Dnh2WFsYh2nGl2YLh9qYS0zHzjVoapB1Wa3o4U6qKqT4gzF+oaNRo41A1\r\nm9pkyCncfvfDC2eb8KC794QxHAClkIJ9zigPYyC165Phz8TSgFBNbq674pwj\r\njaKlucNfNgxVpjx7zdEw8M8lkscvJKFS0cxs/mig+mHNyYIhg+Z8vy4rht8c\r\nExJeFEbiDY486Do2LNXHReEaGfI2nRVCBAHLiHPOctsEyywZnZgjD+fadruu\r\nDfXfW5+0iTlx2n1jWPLJG32BKOKsLe6Kd1XJ37qVTGdi58SpK5YjF2h0AeVx\r\n8lLXUY6vUP97rYuKEaulqxtm4QUvy1dXkLA=\r\n=7cN5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-EMiL3x3shzppMUCzBBZnmXSQ1bg5wUQZVFaUkHjUn4cDCGdUxqkSuZNMIkDsieFkltycGEaLTowi+lZBxzt74A==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.2","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0_1667937115061_0.4899889368825532","host":"s3://npm-registry-packages"}},"3.1.0-alpha.20221108.4":{"name":"@azure/identity","version":"3.1.0-alpha.20221108.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.0-alpha.20221108.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2c5ddcf789444e62a3d3f0f3438d1cfd251410cb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.0-alpha.20221108.4.tgz","fileCount":192,"integrity":"sha512-PePzLAFjWr847IRJUKkZBqYt7SjHkAfodhKnhsNfhuFhKHEK4kf2Uhq983BO20MVCRJyzApcVAD4PsgkfRFDGw==","signatures":[{"sig":"MEYCIQD4V2bStumQMJ+2dieQmnEHDDK80dM0z3e1Cmp+VIIjXwIhAM0xbzkkHtxXieCIQBiKTRte1Z5c7e7XEj5FfFM+IYvK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1306186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjavrpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+0xAAkrCMGjXK1BYwgSJ9KEwzSUZLiSMuCmnMNv1ran+xdPjDAEih\r\ndMUj/h5ES+s2Bv5WrVk6Ur74E4wMTjjpxXKWBTcY2uN7wc3VVsKmZx+F4OpT\r\n/od1LbnULHz8odIiCdrKJ4lz9MIdtZj0eFnYPUtcO6NgT4PP9P46ySbOXJOP\r\nLuxCal8IXd3URhx+/WfjA56ZV9Eb8l+1Hh5BavlGxBSUiCHGh/BNjJ8OtHuD\r\nTxniMTszd3rBTh3aMlb01OLIY05gy03lK49KbweSyArImul0JgXYr3xKAbOA\r\nR/haclgNMszmY7NkDG+OKZQ3FV2eNvLZwpUWTxf3K4dwM+N1I9TaZ2Jfby4A\r\nvrT4fhXmqzidmDGnoC4OR+F0ZAtn3VSSYfLjkAto4GNPFjzSE+AYFCq8/1dV\r\nIYqzLGkrY7a2hx90OXOUly2K05VH8RlQWjV/FEUOrMgDlzr4SBNYfqksyGtx\r\n/VNnxPTqGhPLXhDBFLHXakv1ddYb9ZXKioFtC/fbK+SBND/JyaGQZAEfAenm\r\nfCgzmLKTGKJqPlMjMjdNBd4j5makWVpqvjSdVn5Sp0obCB0Kt13ueAinc/YV\r\nGRQKi1NDLVMiB65kzADnaCEzy926eX+Fw5ve+kSOHSHVDzqfpzQC1ua3SJWh\r\nUenN/lYUWKuNP4shGiy1O8yx31O9pBhgWn8=\r\n=7XQh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221108.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.0-alpha.20221108.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-PePzLAFjWr847IRJUKkZBqYt7SjHkAfodhKnhsNfhuFhKHEK4kf2Uhq983BO20MVCRJyzApcVAD4PsgkfRFDGw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.2","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.0-alpha.20221108.4_1667955433044_0.39562620946273386","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"@azure/identity","version":"3.1.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c137036a41459cd0c18f1b36a34d6c7c2eaba9fd","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.1.tgz","fileCount":192,"integrity":"sha512-74WdgwciEqlHoGdlUlmMwNuRKAdPGYOM/F/whHeXQoDMSZ+xzCqf+zksC7Mb+e21s/l7Xs3HgkXlqKg9umx3tQ==","signatures":[{"sig":"MEQCIElJCActawGBJ9m6NFP9Svk4n4BK4JThvO9prRNmTAKhAiAYVSuCM5lBp+HvyRLQYwJbbXerukERn3VJ7yvmgzh1aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1306137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeAEfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgUA/+Kq0x8SXodqJUeZS4lwJ1qcEFGw7gexVnBpiUbCw544j3LJvv\r\n8R5kT6N7Tu08f5kQubYJeHcUd3FmLWii98dBiaMnHFFOZESfn77JAyZRzV99\r\nHA+vnfG/bEBg/ieqxSPajhR959bFQo4k0dqPhd2G5e3AVoAu4BSi+r4WjLbq\r\n043kj7q93XT4sKGGHJG7NqkuGWzV+KPdtD0U2VxwaHKm1Wzdl6VoA47dIH5f\r\nV6YD5c7kyhAG2JKoNQc9lUpbR6lhwtmIQwdUDgZZ4wOilwhG2HIy2ZUvjy1h\r\ni0EYa0Oi6i2K/ySAjhfPxfqnLypLp5FaHPdLCiAAGR4itMJELW0DRqiPWitk\r\nfvWKzTAM0co8zsA1K6ahuQbxy+RbfvX4L0sp+QUxd+GFfokHF8Mxla9n55vK\r\nG4DlHgSZVUsKvVXT15kVtpqgeDi7iN/KnvMHg/238786/UxHZyd60ZhuypJp\r\nabJLI5bnMDBPH+7/u5j3GF1mNdw1YmUulfpGAHWhvoSbk0ZQbf4+SCo/tJmU\r\niJFHMfB2+0r55nJfxWevOCa/t73epU2V6KTRm6iQAAuIrXQj8+vwX8s/M1+e\r\nQxGurULTmHggIuCYgNYIwJMbzzwvmz90UaBkTcv/y80LDciXAH/FJFb6Tdow\r\nUKLCn7f9obDXfcuo3nuhMFvd+17DnKmXo0I=\r\n=/s1F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-74WdgwciEqlHoGdlUlmMwNuRKAdPGYOM/F/whHeXQoDMSZ+xzCqf+zksC7Mb+e21s/l7Xs3HgkXlqKg9umx3tQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.2","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.1_1668808991613_0.3262527881903581","host":"s3://npm-registry-packages"}},"3.1.2-alpha.20221118.8":{"name":"@azure/identity","version":"3.1.2-alpha.20221118.8","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.2-alpha.20221118.8","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cba953810fb0dc8b06f0d0bb22871f4136335d11","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.2-alpha.20221118.8.tgz","fileCount":192,"integrity":"sha512-s/DuioBE6JbvG+efZIsEVG1tjhhEBSd0d5djrKgkkWOlm8d7uxJXvIqIe0gSlDIbcUUIe57GrgkBrNXt84OO5w==","signatures":[{"sig":"MEQCIDkG+tnEX8JR2tG/902XVIjZq71ecgjrX+vB4ZeAmKpAAiANPFkKr8u/u6mk7fvgJyMePJjnyo3deevIm6hqZX0b0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1306214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeCqWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqwPQ//b9dYN5eC/qqu1b5UD6wn9v/YBMoM0OTj4CO5sUu2KvEBXMTJ\r\nBWyZefiO7obyweJMiTdqHfDgXEmHPuOwgFDdYt6KrlfaKSmzU/GveANkT9Wz\r\nYtm+vjmkNKHPpBH1ZhcQsdLiInk8PD3+PsX7LFydx13p7c7m7HEzVm6C2nzg\r\nJURS7TMzEvqUuPGHooFW94xMQuYlenUf9Otyjw94ps411VEggNME4h5GZp3K\r\nChRZpvkIuxelqYGGc6ymKi1cmnS+VRIvMWGWavkQF4tYMCupHEA/kjCwOdKq\r\nfubgpV9oudx2VnGgrOB3I+IhyJoTkvwX2nsVOFA7WNhuSoLLyUs7qJNjLl9J\r\nkRvjvD5NT6cT+GrspyiYSm7iOSRPBkFGm/G2EmaSORkkY3h1U5tj5FsT0G86\r\nYIARK8V/2z+5Iji94j2VfBJ0xYJ+Zwntq++cxVYxjaplPMH2UCB5dd6nMZkS\r\noxLccD4H5bWk9k007crmwRbxjuhHBJL025HvOE269AuEykkbLWn+SrdHi1eS\r\nJOldwacLrlNxCfVsTNknXmbo6VQy0nPAs0H8BvQD+CZKcfE4R5Mfg3eC1KTY\r\neWhdsVVfOQ/xLgQ4P/6Tpeoa43/r37xamrTJQ/tLrGMN+7zneu1O6jN7x6+Y\r\ntfO7V47GxcnptvkDgg9jpfv74ocuek/b8dY=\r\n=/Q6H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.2-alpha.20221118.8.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.2-alpha.20221118.8.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-s/DuioBE6JbvG+efZIsEVG1tjhhEBSd0d5djrKgkkWOlm8d7uxJXvIqIe0gSlDIbcUUIe57GrgkBrNXt84OO5w==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.2","@azure/core-client":"^1.4.0","@azure/msal-common":"^7.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.26.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.2-alpha.20221118.8_1668819605746_0.177742979641075","host":"s3://npm-registry-packages"}},"3.1.2-alpha.20221122.2":{"name":"@azure/identity","version":"3.1.2-alpha.20221122.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.2-alpha.20221122.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"53161642e50b331369b041d608bc43d694ff8a5b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.2-alpha.20221122.2.tgz","fileCount":192,"integrity":"sha512-QN16cUQY7T9FUshluREuYKsFZOkDokXlBLJO9gQ1CytZvcJN1RvJnG/v1CSWTLOT31yahh9wjQMMudulFtDq8A==","signatures":[{"sig":"MEQCIDe4QY87UP9R1NoUwJ6GBrQHrbHxmtc+UHg8jNfdhcvVAiA9WsMsEBW7golM+e3hzMkMQjY0qDIfEnnPagyyg3bbqA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1310071,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfY2tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRvQ/9EO7pakCCS6m+qUcgModvWUJ8cNFYXPJKlQrOpXEdQEdGQouL\r\nAe2l0/d1ORGCuZkQULp4pOxia5fZZNCflpFUS0fPna0FIRBKTGobpGUlBnO5\r\nDJXWQCjto4V+OTYLSgFOfPVsBuzZ9R6wKQlWtojiPPx5+BFPK17/RmaXiInt\r\nJt3LTD2h+KnRIF5a87G1tZ9IPcQw7IS6gmt0RJA0lA/sYnVI9RWkBqUGEITd\r\nbbF3OcW6/LWR1EXbU9YZdVO4DBPMfruKynCQyqRSUqP9Kkfkgz81o+Byilud\r\n+q7wjSNsnxYkIW9AMDuNxY0oNJQG2rjE9jic0k6bI9JgfuN/KbI6P9cR49vp\r\nIStFmqukwYJffjGG9+2huzdX4RGX64P82WHQSunHig42HEdIoEFf1tL4ne1F\r\nwHOjre69m9rM9DTroqEWuGOufcCBUseT7x1Cl8URfBzke1TtMRu16PxvU90A\r\nizpqkF3uDm+mCekYn7HmF4GG25WeWT+JJRqy/HKgmGxthCfb3/MsrE+oEd1t\r\n9OwWPJXhwdh8qbenDnu+5quWcpx/wQnuzs4TBQY4Y2BMksTnXS2VfVmKV41q\r\ncul8eRs1dMYHEGV175554CQauGA33uLBAqpzh/IrilpT6bBhi6jy9kWATyz4\r\n7tbslZbWpc0HnmPpeZdkuPsh+Ljnc2YWbPs=\r\n=0frB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.2-alpha.20221122.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.2-alpha.20221122.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-QN16cUQY7T9FUshluREuYKsFZOkDokXlBLJO9gQ1CytZvcJN1RvJnG/v1CSWTLOT31yahh9wjQMMudulFtDq8A==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.4","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.2-alpha.20221122.2_1669172652828_0.671448363457225","host":"s3://npm-registry-packages"}},"3.1.2-alpha.20221128.2":{"name":"@azure/identity","version":"3.1.2-alpha.20221128.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.2-alpha.20221128.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a35ceced9b7c671d328b043bc3686eefa8100cce","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.2-alpha.20221128.2.tgz","fileCount":192,"integrity":"sha512-tl2Bs3XKuFb3PfciyOobtjtqvFxf8Z1E9Px2iCx9qhPUjGBWYMxXtmRThpu6LAqhCqjtCEyWIgFnLyo+r2J3SQ==","signatures":[{"sig":"MEUCIQDsDr5xwZmJ9uedvdN8+pPr7eyiB15mHiY5UNuMaFn8pQIgRExy0G15UC2DhGBNfaVyDJ6pGUWDW+QOCeX0o9jtpUI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1310072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhVnTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoc9w//djadbbr8IdZ20XZ2vqe0cGM8/QC+C6bdGmMRjHLcA2/rRwvu\r\naKsu4C4sBhbXlHI7BMNY2hSwNdXHP/yaKHtBsJUBiOJe4t4F2zRzE26aJ2ON\r\nlrRYDchgCjizbvgG3SPLAz1UVnS7r31jV6Kf6M/V/nb9KT+1TTD1iowQ15Q/\r\nLbxNtOhfNtPS6Vq0h6l/gzFUQ+n7fLCT26R67HwfqNjxweWO9uGJi7ziwZp7\r\nF9801l/atWPJLFipHDTcuAwKGXAo9wZGPUsBp3MzJMztFkn3oZIimrRqsk2I\r\nV7OQRefFJRNBqGxFSiTk8D7XLSsQSQywgtRAgVv0Fy1l/pWgQp/RnglgFaky\r\nWAp8ZcFrHuyj56YzdvwVfizsMcfSrtIzbpiEcaOeurmQJFFTnvyUuw/6hJEg\r\niiTeFHhozAzS+FFtI5HvRxo/efWhjXiQpEl7vrymTh1Vl7ujIVJQwnZuY6Mw\r\nAW+zYnfKJMZ3cpOWXYm4OXBccvr0/VkiMNSnatabqaUn1v2wV3VPsaixMOoj\r\nRRZ47TJVeNuYpAw8u8kzQXMmy5nLc6oCb0JimtDHajneLnC69II5Ab2v7aFn\r\nYQSIABmXF2Tunul5eB/uFtmwfSKzHwWozAeoOocMZVaTGYXYW/vmSdchZEiZ\r\n03MIS+qbZ6XPXa4zspOPj/RFB5ZL+bJtDUU=\r\n=4vcP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.2-alpha.20221128.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.2-alpha.20221128.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-tl2Bs3XKuFb3PfciyOobtjtqvFxf8Z1E9Px2iCx9qhPUjGBWYMxXtmRThpu6LAqhCqjtCEyWIgFnLyo+r2J3SQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.4","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.2-alpha.20221128.2_1669683667267_0.26348678441773754","host":"s3://npm-registry-packages"}},"3.1.2-alpha.20221205.5":{"name":"@azure/identity","version":"3.1.2-alpha.20221205.5","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.2-alpha.20221205.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8dc21b74b9459bcd0846d115e8e63cb8611066e0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.2-alpha.20221205.5.tgz","fileCount":192,"integrity":"sha512-IQTCsGScCvarLGFAkvTjHXd0hhzZxUC/rj4UtqQ0q1lNKaKsPqAkW//OAcokfSbWd7x2iTjqu75wiTYp8H/0zQ==","signatures":[{"sig":"MEQCICR4FU1nCvTAkZAW/BUWRAtM6xJJ7+M96H8Vbtx2bMOYAiBI4FTttDjK0RGjDYXYDZU/SsHZIHuKD0NjdqGHxFjSFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1308416,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjjpRHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjFg//c1Q1Z6R6ngIse0LKTi2M0WqyomKHipF+4ALUJNnzx5sPR+xd\r\nJCkPCoYZjpGi8VVE6+iXLnyoualY3VJ75phgpcvUUbAL6CSBfqTdgGOszFmK\r\nyQ9Y/3aellk+jSptdBQ+ow3bbIQcPt7paghBbV4Q5R97dBsCtBtBj+SQGfVA\r\nlUIMrmR6h/X/z5xfxDM+XFmkL2+aUNhNTduVF/Ydygp9jyuMjOPDmhyF5Mx6\r\nZJAG7iyI90ojILeF9aOFdElomFH4xZeSSCqxr5ILW+AY4SSxBuStQoKBHc/f\r\nVrG/BElHK85sTbMDM3ZI8hjluhf735UMLeu5IxfLCY7PYqC4Jwk0Rdt6cSln\r\nRDnC3kdue2gjrpUQqHRXyr5bWPsWvnC9HecsT54weWsxoMX3xQIsMdVBSyzT\r\nuhdtOXetW+4NiMCLnhSeW3JnCkDPr9BxSJV0Vl/Ufs9jJVghrZOBeDxMI79A\r\nTi1xBKcFJdkS3ikAO1JIyerFTNMrok5O2kfECiHSgoWP0F0Ls1aKmieqf/sa\r\nizhAvoAE0OwY2R7vSC/yp3m+oIF7jqJqY78fWBDkW7U0KIV6x7cOsspH9EVh\r\nylvopMmzbj4cx6xa84hW39ZO8ObFamwswZaEZnOKpatd+15hsRAdVqIPYeVK\r\njS1bfIeGw/PqUQ+z7jhwPg26KJumyEuAFe8=\r\n=/iDI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.2-alpha.20221205.5.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.2-alpha.20221205.5.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-IQTCsGScCvarLGFAkvTjHXd0hhzZxUC/rj4UtqQ0q1lNKaKsPqAkW//OAcokfSbWd7x2iTjqu75wiTYp8H/0zQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.4","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.2-alpha.20221205.5_1670288454748_0.7547405390425157","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"@azure/identity","version":"3.1.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"35bbd3ac0499bac80408318727c82453842cce3a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.2.tgz","fileCount":192,"integrity":"sha512-UCuxhM3q3ODH62oOChEOS57uMc/CFTtoO7NyrDv0nx9IIfbiAaEVztDLXkpVWLw90Dw+t39MDL+I1MQLOWLT9g==","signatures":[{"sig":"MEUCIG/N6vcNe87SXN2RTkJUWg3mV9ZKPLD0Z5swkKDFy/FtAiEA2qCiuDTE39RPvdDk/FjfsPbSQsl9IF0lE6mflAqCklM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1310494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjjqbFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7AhAApFdnoUpqP/btB7vzzI765SEHpWFvnBpQyrg1WH7M/8GF9/K5\r\nxVahDGvmNAeyRpSUCLMKvCQQVgnqr/Gk7FbECBs2NQeuoGNSxvdt32xoDUpV\r\nNmkK1NUt7QX4hFWXDRdKDuaZQTccMLndhw4BbI4+1lUc6TsIdRdc96QhFLPl\r\ngvi7h4WFDO4Ix1KY6bZ31L05j4RdsNeQosa0uHvAyWDxWyIvviKsEua/9h7Y\r\nJDVg0vcUj9Xb7MVIMu0fNTmlvSIYZecO94McDAcuMo3eA3CPKyk3lpWhCBzE\r\ngQhUCVcXKX8MYJ6I8VB7zD//mD0ZiyWZcgTN3agvRmUrAKDQo6UaezYTzMmr\r\nNOg1TetZS3BRIqznT6lna7oKUWtUAPZhk+POLIGuv5YOnxbOYAZwyHdsLX0S\r\nrxb5qIfIiaqooOi2m6JB9cyVegVG2bzfN7f4gPIKADAkSP8WOU4fNta7OHtt\r\nIgZjMT2u7T67IrRx/g0R8866pRyoWi6w27rDRemZ8tEZqvplST/CjL71Z8dT\r\nOlWKn4RtyeTb4hwyUG7f0zAGNtuD0WLSazOK5xSppsyMUUA1maqAjvukeZhm\r\nzzbX9mkcpYxl1JqnXPp1A7DuisoTmdbQd8ax6sc/o6j15AWH/T2znrSTT1qT\r\nZGSnDPRKj8FXySPCuvUHiXjtxLEF/aWZgcw=\r\n=Gt6V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-UCuxhM3q3ODH62oOChEOS57uMc/CFTtoO7NyrDv0nx9IIfbiAaEVztDLXkpVWLw90Dw+t39MDL+I1MQLOWLT9g==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.4","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.2_1670293189153_0.15436054294074397","host":"s3://npm-registry-packages"}},"3.1.3-alpha.20221207.6":{"name":"@azure/identity","version":"3.1.3-alpha.20221207.6","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.3-alpha.20221207.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a2a5eb4779b5b0556b2aca257e78a485daaacd99","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.3-alpha.20221207.6.tgz","fileCount":192,"integrity":"sha512-bIONfTiBYx6Ie1M1hXcGEguoNq/p0E4QtmQVjza8cHkKxzOYQgbK/fTy3kh2LAYKYZZ+KHGEZabhOnzGTH6Kfg==","signatures":[{"sig":"MEQCIFWZftaQ3CWwBa4w24+k5py4Bb88Cd27HOWub600AIOWAiB9DJAtQVwz5TQvLLBVkJQ6cCDJzeXaZY9215K7wMg5Xw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1308236,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkThdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmol9A/9FqmrwwCZVRtb+O5PxQI5fkT2K/B3t4J8vEexglxju/c8POYY\r\nkFuUfKhPgHMP0JF1hJE6PEPfX2sKuLpF2Y+0JygZUoFijzBZYoQKCH4RTLt/\r\nZA31HGzmAAjdR4z09KSDljMCzOa8lsa7E5Nu26GTnYnEfLXYlRXTuG37PmKn\r\nHbUJTQg2DFTxjk8QAMs+0Tu3m6q1JoNbN6SAvAvVo3RTdL+evyAjcmRvyi95\r\nu/5OeT4ND18vneAlh20aG0fsSQHcqEQQWU67+tuODhOpLjge2tuZXPqpSFkP\r\nOxvEz6LTH7hVkbldjax474gNrCWE0VdnF4JKWjYHuiZJ2YvS2JWNeLH6djua\r\nAreAwqwLJrWD2K4Zq/NYIgljYsLQYBwTwGgNM7QmxDO0fpq88jF20SaxHbsi\r\nyIKVa4A1gG+USlvltanpSHPiQvusXTs6Ms7Sxf+kwsQD2BHu5+PhTftzhPz0\r\naFW7QTn8cihOC4bQ1M8x8V1X9BaTp0ldLpgOh1dYdRPmrrhKhen48UmgYrGE\r\n4L4lHNRonCFZg6f3/bxgHZiIJ4Wx2ZEr6e822I/4MemImxmjt/Y4euvYPuhl\r\n6DY6Dd0h5hmiqDXNbAh7tVmqfQQtVNldZ+KPA24VqYpwx20422Yy3nz2zmFL\r\nq8KBPMtbcijamcy2bVCiRI+7yvSaNlhLnC0=\r\n=OYoZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.3-alpha.20221207.6.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.3-alpha.20221207.6.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-bIONfTiBYx6Ie1M1hXcGEguoNq/p0E4QtmQVjza8cHkKxzOYQgbK/fTy3kh2LAYKYZZ+KHGEZabhOnzGTH6Kfg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.4","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.3-alpha.20221207.6_1670461533437_0.0694828133055625","host":"s3://npm-registry-packages"}},"3.1.3-alpha.20221213.2":{"name":"@azure/identity","version":"3.1.3-alpha.20221213.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.3-alpha.20221213.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a5b523d0edb3554374a06d9267987604734bfa7d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.3-alpha.20221213.2.tgz","fileCount":192,"integrity":"sha512-IE6GBRHcZaUwGCgNd0d+e86aW7sxG0jAJts8ouNfmnCxnwGZ1U4f4Mhl72HwqxzPgR+jZhX/JHTTfIf7Z6GKUw==","signatures":[{"sig":"MEQCICuFvFodwQUQMel0k+OQkbffPZdjwYqFjd8vHFG3YQh8AiBjv7hzIiDmxcSJZksqGIZrxsQ1/6ZVBs+cbRNFtAXdkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1308237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmR+hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRBRAAlRsJRJr/jfoeNZINsERmQMoqzX0/xUdVVnDgVpxJc+dMhfjn\r\ndFT0UYdXDXtVX/Obd9/YDVVMgWRbNvqY7jlXOJDBrCa35SW3+pwqhyq6ocCL\r\nyTwX6l5U+I7agIzbvC75tF0DbUXaW2kBhhWznoLFV1fNTrJ+/tlPh8Z6U3lu\r\nZgVhGYSVMHeOogmzuhrWtV9e1PQ1m4lkLj34bIL/CJuBHsoxWj+2AlC8pH50\r\nID8sggFPC/K74Pis3yod/v6JSst0DhKrja35c4eJt+tTfWd8IpHQ8+pIoQmI\r\nMosRa9KqdqMg/Pat78fahRHZ0cZiVaSnJMzZlOemkwu+puYoKd/gVplVAkWF\r\nr7vySRMp+WiK25KlWi8z4zgsh0+yOnsllqmdjkFQdZtribr+btyuBffSKYDw\r\nSTXNiljEBB/SsUFXFy5jrYsXey1SiB3K+M5OXelAeE7XSVEiDTezso5KrndA\r\nIGDeAzs0+QF8xtzcgc/QM3SMItYl5zuZ/eJnBT67gfnw3QrFQM80v24cL1M5\r\nMcQIfx+XHSegdfEWAuLUqtasJSL8wHxn3oJQUHiNsb/8Yfr/ToYBIQ7HVd6N\r\nU8uz7l3TAYAyuuDuYuKBVueZizgepJAhwSlEVZOHS16IiadKplPSlkySGRl9\r\nz072aDnkUZvlzxt4yAsA/JsITibk7lTbTSk=\r\n=jspa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.3-alpha.20221213.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.3-alpha.20221213.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-IE6GBRHcZaUwGCgNd0d+e86aW7sxG0jAJts8ouNfmnCxnwGZ1U4f4Mhl72HwqxzPgR+jZhX/JHTTfIf7Z6GKUw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.4","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.3-alpha.20221213.2_1670979489589_0.6539585709444811","host":"s3://npm-registry-packages"}},"3.1.3-alpha.20230103.2":{"name":"@azure/identity","version":"3.1.3-alpha.20230103.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.3-alpha.20230103.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"00316845ca0adfe92d02f338c11b26bb2851cdcc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.3-alpha.20230103.2.tgz","fileCount":192,"integrity":"sha512-3Z9QvHn/tOjgnevCYzmIqqH1jT3sbNgXlQPi8icogqppBi2iKVBkVWOQqfBUFS7MA6lz2jlx1FnW/t21BQwRSg==","signatures":[{"sig":"MEQCIEAQ2kZrfPMiuO4TnkVclhelaNL2o51nxJN6UkUBYPpwAiB8XG6hR7kDu59Ed8OTaAw/kT9Dz0G3BLYwDxanVICb3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1308237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtM82ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7MBAAkMSt7gd4YpB+vfML734LlKE3MvCpcZAC0xrXwe01z/BjwBuv\r\nF6XwE/TxKitYcA/iqJZx8MBSrxYh2NyRKHNAUegYA3B+ncz2g4JPHes5TOZH\r\nxA26B8BfNWraJye2mi2mEExr4Mjyp0AXibVNNa+tHcdfyofKI/cAXxJLDwSo\r\ny1ElhGCcfldv/CqeKDCKm10OHBL5gCBsX6mmPTF59hCrE08OnxYFC4BxLOL5\r\ntadDz1R9yf/ieT05Rt4RKgrWrm4HWUcGo4NDB7yJd7g4qtaRF8ClVhqfCw6O\r\nq5GzXlG3BsrZzYkNBRjjLAjzKTaCPsIriUIt8vIpgD7FVPjyRSDEgy555o9v\r\n3tRKKQVfH8lksZMmFTwhq9UcYDvcOjJb9a1FYKIiiN+X6qtFqs9uJyk4toIk\r\nxDsZqoucl36bT0oMkKtly+bdC9aLgLqdiBH0mUzN0eFb05gw+HWlPNNIzfGW\r\nZZLWMunHD2q0/5Ku5rpcSQAnEOIBwRJGgLCM099o0NPGQpRvI1pG6p32bsvC\r\nRue4fB2PCqc/YsntMXdVmFz7jBSfO87ACGnCYxO53hiPN2smFgVPfwN8ulYs\r\n1z4QoWJcJhf6nPmXE9nxvci99EXTrovkKw3mn0uBVtFYNGRcxSNnZzr9ESPs\r\nFGl4XG2+g6NgWwEf0E1HD0vhH3CGNXF6dew=\r\n=UMs3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.3-alpha.20230103.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.3-alpha.20230103.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-3Z9QvHn/tOjgnevCYzmIqqH1jT3sbNgXlQPi8icogqppBi2iKVBkVWOQqfBUFS7MA6lz2jlx1FnW/t21BQwRSg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.4","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.3-alpha.20230103.2_1672793910408_0.02930711379235129","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"@azure/identity","version":"3.1.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"667a635b305d9d519e5c91cea5ba3390d0d2c198","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.3.tgz","fileCount":192,"integrity":"sha512-y0jFjSfHsVPwXSwi3KaSPtOZtJZqhiqAhWUXfFYBUd/+twUBovZRXspBwLrF5rJe0r5NyvmScpQjL+TYDTQVvw==","signatures":[{"sig":"MEQCIBSCwRbu9Al5KhHCJ9MdBvVUTAIDS3ryo2X8wsSIqWR9AiAyGKSU1d5+XB9QBAIRRvne1kUvxrKHlgfhIhNyzD1bzQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1310494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwKw0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOkg/9HKuY5YA8UkrE7MS8ep8A5Z+WQiIlzHaV7u3wUBPEV4gkfp5T\r\nn5xD4qMtJ4V7tIZ/Vw9xgsEXzcPufE+cq8IWymxdhaKVbWWl4pzY1K5ZcONq\r\n+LLOqli07ByXDETg3rWD0TbKtfoPSeGe9KLKd4FHuHVTijunLfI2AES/mQ4r\r\nina2bjI6jkRZNGlKtPYuegHjD5ENrdXx/Nt1g+FAuh08FYHs1j3S1EAay+g/\r\nC2/kj3N/M8wORkcSQ7lP8rlQXP+hKSYBsrM/aCUWz1zMTgghrz3EOtds+TVg\r\nCbnOxlt0lvJZ9EomT38O9AWftdzvV1sKwxvzd+hexzh25/riNJU6oUdwHfYs\r\nDXDDkAZ49D8psFjYumLRmfIwn1kvNfAvviC9Cyhv95Tk8FGSc5cSgXY/nt4l\r\ndqJZgRJMPVtvkMjbZsrVLr8KM9JNO/bdkyDCC3tsevQ2DE43mN3KihHW0y/3\r\nGpx1KTEM+BdRlvbXUQgIYI9a43ttEXNIhXDE87etAES5FDPXVqtkgNxEGinC\r\nMTIwlVqiKHnrs6GZap+cQ2WnBQlLWgelkeWgEmBjlClZf8NWnNSFEZ/GyQR5\r\nxz4ztnOOs4hojmO7U6OSq0lqA0uKG5XjT/i1/Mct1u5zqoZddtYa3McJ8Nps\r\npH+Pgp5Txf9KmteXrQBepZ3oUtqc854NGW8=\r\n=gt6S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-y0jFjSfHsVPwXSwi3KaSPtOZtJZqhiqAhWUXfFYBUd/+twUBovZRXspBwLrF5rJe0r5NyvmScpQjL+TYDTQVvw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.3_1673571380292_0.8563013854108932","host":"s3://npm-registry-packages"}},"3.1.3-alpha.20230131.2":{"name":"@azure/identity","version":"3.1.3-alpha.20230131.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.3-alpha.20230131.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3ee909922800160a3b4f1d1c3934dbeee2288f9c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.3-alpha.20230131.2.tgz","fileCount":198,"integrity":"sha512-0O7RKRo7Yl64XnU5fVviTow7rUhbYNKzX2/8qIefijduDGf5jYSy3IbmfEYNaeQMWOCc4jtqn2bK6/2Cv/DqxQ==","signatures":[{"sig":"MEYCIQDiVTTgnpMNSzVghLj/k6lVTza4lekBFZK5sAs30psJ8AIhAIdFOpw9zpgsvo7kjsL8T91EQdXSjsqSAFwvo6lU2efW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1327688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2bliACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLOQ//dSL4JcH582dG69M2x6lQXLrv9e9SWQxhptxaWGYmwNxr9CDb\r\nSwD2Y7TGtD/IQ+/QvuUxOpqxGpqH43R/isPQuzHfUkKsGgPuzV7ays/NBtk/\r\n8jMHQkPzGIMTwAiziTdd63S9DQ9kw+6rtuTLGwoKsZBvLA9FMRMCKgiEeZJ5\r\nGy6G4Gz5M/yTmZJhUPrTcPVCL/8ltaufOYgBwg64M3tL2IQ/claaYsWW/H2Z\r\nG3teIQ0R2uokoxWsH5Bexg5EzkWJeITqmEsiuW8NuXArJUO+mtqaoF4wRMBy\r\ni7eeJ/fLSZGdRbU3bpK/dIX6b1ogo3wmOE/XJKwP7s2GKLrM4sapqbbPR+FM\r\n02RXMHnIUJMQdxuMwWhmlqPogBuyka+tKnJpuB9EHpnnwoWQ6IWrTPuQJ3Nz\r\nXWfkopqCmquF0PIO0BKf/KKo2pECw4OBxGyrGhrQ61X7bgt3fCOCz1kV57Qp\r\nPO/v5JXCa+An/nFtDxx9kO63e3P+lYVGgrqrfn9weobO88CG8q68PbCLP42y\r\ntZ+72a2jRcv1uCSdvt67BkEeljSDTsl0LNPZdrsfQKpMBMzEUBGq2Dq3hcBp\r\nye2QNBL+4b07ELtpjRfHOdd4/lRJPG0A3stvLmnWSUrmbDWuj363X2nmP8vj\r\nGV63lG7qdMWemB5/hNBIB/8MDpJRF58mOos=\r\n=2CYV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.3-alpha.20230131.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.3-alpha.20230131.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-0O7RKRo7Yl64XnU5fVviTow7rUhbYNKzX2/8qIefijduDGf5jYSy3IbmfEYNaeQMWOCc4jtqn2bK6/2Cv/DqxQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.4","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.3-alpha.20230131.2_1675213154151_0.1549102581381787","host":"s3://npm-registry-packages"}},"4.0.0-alpha.20230210.3":{"name":"@azure/identity","version":"4.0.0-alpha.20230210.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.0-alpha.20230210.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"79808183e23cb8ef75e621f692f5277128648f7c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.0-alpha.20230210.3.tgz","fileCount":200,"integrity":"sha512-be/GTTjql5gUdZW0BaEcH/VmsCUoNLF/GmZgjByr8gJzH7bpKv2AlYMn8dEzNTFyePq25xk1GU7Q6WJjm+QL4Q==","signatures":[{"sig":"MEUCIQDAEiCGzo2SoaFvYsFgWCAFf3U7nFd6JvoMeQSNWtIKwQIgR79Y2TBRLvNJDAYFlmwebbUjv0TMyknVGd/Q8lDfPPg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1348947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5unZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+uQ/5AXfh+ZMoa69uTdfxiO/tozqD31Ignv1OjcX24E5TpS5o7DzM\r\n3rskTpEKapiXH40VAzQqutUf0YCJ/pfyCslTWiXS+KlILI71PTKbLAf2ITXS\r\nnAYQj5xh5AC7PIVRYZCz36UggNIav2mGjN/ZQJc/dw6q0RvCVzGRHoHnASdW\r\njUQR4UaeGNDDdBxJsFFemW1QeujLTkaXwui+p5a4XgOcN/8vlg80vlBC4qOj\r\n3STT6L9HIIasYnCw6aKhGXFnRBZCLmsDaZ+kMJXiJdEhiRZgjh0V9CkgQtNJ\r\nZdWWuGsoDl83pjjnoN9wu0fxGgFZRhnxRTnpF9epwx0eV9vhI9aSkP89k4GU\r\nN/nRr1OPbNUaCYRGzPQwkGx2+mIUR+4CKzVFpD2VlRKb7JUCgIuJrvpo45dC\r\nIemNV86Euw5cXJkW6MgJ/hM5dEz+OyW3UhBbbyoy0bswEdO8O34ftHz2ksLJ\r\nhYgm6FIf/cY7hYbTUJ06wZuu6lSEq3A90r35/cy4qr70bZrbhk7Ar6WYLQlb\r\npmIPK9GEBbyrxmmGsd9LMT6tzCEm0IGLbBZxY8U/JPP+JfsNHIuIE7qDM8+2\r\njTacvH+l5kkClqGPy7Bm0V0wm9L5s2cDwf0uP0vZhShUS3SBMPP1JGo2+Fce\r\nq+2xzWgcD3RQxmmRj572ipjBCQ/DQChUzAc=\r\n=8bW3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20230210.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20230210.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-be/GTTjql5gUdZW0BaEcH/VmsCUoNLF/GmZgjByr8gJzH7bpKv2AlYMn8dEzNTFyePq25xk1GU7Q6WJjm+QL4Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.0-alpha.20230210.3_1676077529432_0.35260545907566154","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230213.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230213.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230213.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"034c902c211c0945c498c632e2e02572de953eef","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230213.2.tgz","fileCount":200,"integrity":"sha512-y0j3V+J9D5YLKxabnel+C7AhfI2v3BL9KBchx+GNwGdbwVdmZdCEidD2CMvkQiJ/Wk66TZrpJm3tNPBNfQkrfg==","signatures":[{"sig":"MEQCIFIJ+zcRdCRl3uBfFFl1Opa9dviFvwqGiYbYlvbN/LEEAiASiKnM39MsIFntnkjNG3JcvK0a8wGR7etYg4DZJTrjJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1348947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6tzLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3eA/8CYVFh2l0ZihrdmqYerj3aSEm5OZKtIIOj/cMC7/f2zYPraV1\r\npTMCOYGVjMV8QB3TgJT3+MQDyHLwGWAziztBLFwGENcO+KV8kWfUL/dVAJYR\r\nXwLND8zVBVpH3W5o2XdLDvDPmG5CQaCNRp4jwG3UbwYCu+wu9y3fQaGB+Mg1\r\nb0di3sXtAsTZhJkGaIX3vx83Ma8EEybIQvePhRTkHyOuU54onSHuD7WfLugd\r\n+/4vxOi5z1QMAw0cJ3AZeMol44bf6qh3G0XzaheqyuHrpvRwMjX2Wu2+wloG\r\nnqbBS3+TGpHMcBR8G5zO7C5nPKVWtjt4PM9D3ZPg7YDC2s3wOfQpGnMjwwMa\r\nb/s+Qt5uXmNZrRnBPhqZt1OpZZkgrPrY2bYDjlX2tj7nuKsejVxhTLjXXEKm\r\nHEwP6ErrU26K4tQ3rLdGXzpYXZ7dyz9b7gNid0w/nUZUef646YUzqxUovEQy\r\njV0m6yKd6U7uUf/wlyYomEnJSfcOJXyk83Ek49WVHC+frzfwkajvHYA2Y/qC\r\nEGbgYZs4dGPLUIrMF0W1BSa3ToAbw65OodT1++49zCWeo2kFk1KbBWAXelgr\r\nPYIyDG0m0pW3hRbaqSeHJRgm/bCQmJ4VwyLG1GRwnwK8crCgiDi6/eqMznpH\r\nx7Y/K1+hDLXrJuBPuUbdsBoheShLqbcksU4=\r\n=uvah\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230213.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230213.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-y0j3V+J9D5YLKxabnel+C7AhfI2v3BL9KBchx+GNwGdbwVdmZdCEidD2CMvkQiJ/Wk66TZrpJm3tNPBNfQkrfg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230213.2_1676336331530_0.6136059891884036","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230224.3":{"name":"@azure/identity","version":"3.2.0-alpha.20230224.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230224.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a1ed24f868571d34e50005925b72f7a7c1b10229","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230224.3.tgz","fileCount":206,"integrity":"sha512-lM5oK0reLoat3n9uaCCIr5XGPTPnMqn7rq7mgkRRksfaoSxL9A8v0nWGfgjV2lX7JX4qDqvMFCWDujW/PHAQCA==","signatures":[{"sig":"MEUCIBQ4UJ63qFzCir06KYcRQAuL3kL83trbiFBg3Q8NTGpTAiEArvKS6FxLtM3KhdDulYsUKXdwkfv4a0/uyNJkzHXvZz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1363188,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+Vz1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrC8g//aD/2+P+FPGPExqNHkjaQmLbjT3P6JZKhTEa1oiuNsVSySSz+\r\nQX8CU8z5Q2rSJaMiar601d/SusZqHB3eVlionGilYPcVHyCzy9krKLHnKch5\r\nGjmlBZGA8aX7sg0aQnDJ8t75295O49MP2t1UHkfiRqO+ZPOs2+O20RS5y4FI\r\nMMNvyM/39QYjpdiF1vSi/i9JfDKZgo8Lbfcj+OKpU0hO0keNC/nI3F/5VyT0\r\njDPjUBKboC52xK+e8Cn9sHAg+VYG9G7fA80DDK4VrRqLDRI2Vr5u5i9VeCwZ\r\n2TyJBgTRuKO2UAC0S8O2ArWtnCGxi305lEk20NxhGJKMRFT01k5T5/dwtEVg\r\nckTjVw8F4/6nTBURwVJcYUij1ZyOED4D1dJC/GOa0KducPd8Da0+qJNbec58\r\nAO2LOMXWnTtb2Q0x0at83Q2d9XTdRnGZXORw3hOZSX045Fy7UdepMWjncE2W\r\nFMXUHPnsHHuvd7pAc6MhFkWkNTpOPZI6moIzgK55SHGqXdh2Oq97jKqLZhwe\r\nZcVdzwo8KqnQE+lCrRp9To7+0BVlkBvB+J8fUk7xHZmzZA7No8LdGc6yB0gQ\r\nNcH+3WMpEc70h5QmFXAz0JRozcu9Q4yHYbuOJzuE6PXKmOh2CsoyYALVqWal\r\nO305NHdKoTkXJNqQ2JRyC+ybEw6UmA3c0wo=\r\n=/1EM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230224.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230224.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-lM5oK0reLoat3n9uaCCIr5XGPTPnMqn7rq7mgkRRksfaoSxL9A8v0nWGfgjV2lX7JX4qDqvMFCWDujW/PHAQCA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230224.3_1677286645658_0.401248815473636","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230227.4":{"name":"@azure/identity","version":"3.2.0-alpha.20230227.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230227.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"56a955bde6ca0d21040ba2f01609f7e3a04a1ed6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230227.4.tgz","fileCount":206,"integrity":"sha512-mS86TFXozbferl50YnRW9UjhHk8KjxaD9KYElAROPzKOh8nwN82xkzATfr4nwvsqI8P5d+DlykADUryXOz7c0A==","signatures":[{"sig":"MEUCIEgacmi2gTY620Wjf76McHTpdRlI76D+Kf+hnu0EX+1jAiEAsQjUlJu1Mxsod/jPlthv3q8YhvcF14MHsOSW+cXq30c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1363703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/VIgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqNxAAjo2+gNOqnrDIdl6Quq2l+yJYyuEfCcrLAbKBWBcrnkXUjv1n\r\nyWkzKzTzi+6H0pOulN4EXyvkaLf3+cUSzJAeb0Stamkp1u9eiB7E409QfAtd\r\nMnk04B01Ezr0xzJTHBBDGxUygxSLRsEq2CxZmZJTUWb0/kc2Xqq/OhvCamd+\r\nxr62plaMescv7DXbHsV+6u7u9g398bAhbwXmKTln7nSdqEY3z6aQR5E2XzVW\r\nrNo0hfGdkrlfg17XBpgVyWoxaFf0jST7ylmnxsagblOBtR8CsLrjUcYu7jbP\r\ne8pB/M4u+D4ws0CLNoZE0h+43miVAK5PGvmpaB0bCMvuLbFejSx13aHtOJcT\r\nHLTb1tCKLi5qVtn8zgExFHgoF33mbc086ElfVM73PL3A64M1128gvxQchmbQ\r\nOrC00alPbXZcqPn6dyoOHnmoNCxZJT3wwWphoMefWUYNHBI4b+AhDsQbb2zk\r\nIfCx+wJ5U7gIhnEGGRCiCX9576pvM9Hb4Cw6+WjpMWioP0C1Y/E68VNMQhSm\r\n2o8idPxYCtdTjdiHLTQxZuKFF6mKSBj1gLlcKBZQMa+rjBuYVfrPxAAXNFPw\r\nR1Xl5/1HqmSGT/RfpJkdvIyiEsoaJZMTsvSwYyBXYpQMGSp3RXu2z8GrNCcP\r\nxKe/+7J9+VvK5g319dIvrFzOXF1xLqsuKeU=\r\n=noi+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230227.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230227.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-mS86TFXozbferl50YnRW9UjhHk8KjxaD9KYElAROPzKOh8nwN82xkzATfr4nwvsqI8P5d+DlykADUryXOz7c0A==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230227.4_1677546015797_0.4947995084759649","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230228.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230228.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230228.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c8e5e0d3bc47ac868d491cc1e41a0384b18db41f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230228.2.tgz","fileCount":206,"integrity":"sha512-FiAfn5/s4i2nupddYLC4T9TyfRqYVIKZRdq5ET+SLpoJrmOoS8D3m5OoYdZKaJC1ziTxL3sDNbwPVYNpYx+iLA==","signatures":[{"sig":"MEUCIAP/M+2aigsXTewmX4gUMQrDM4rA4kbjiV5qguhNe8+AAiEAoegYPvg2es/E1Z91/ATzyO55knEni1uZONl4hSyYE2Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1383909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/qrZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfAQ/+Mm4H2pfhBCIeuO12rT2gg9aABmdbiDG2vJQHjeIR8WpdVlTl\r\nyjMgcdgocI+c2hdFzGQTSN5N3JyBNg2ht2SxdIrrSuzwhcDwzmrysuFLrfNq\r\nN5bm4sw2mAchRhYPxODCVB+33d6qjI8pSarpoP+typIs9mZmF4iWJYU5hIT3\r\nkKrd9RaYFsrFe5lORBo4tDrCxMpylBEhSYYSiIVIpY0cjER2ZvNDdb2s8Q9s\r\nhYj+qGWf4fGpPr/y5haDKkQdwTwJja9kmDdgEvtIqLIVVVFZ1KGY6sLqaIMF\r\nXmFILZNCD6LUXIw2Eqv9X/YjCBOXnBfv9t20+IAjFRL8ueK2Vp0pdqLEA8Mw\r\n5P5UftAFolcvZzDuu+T+DUWMkvzXlsQyafJLbzQuFXcqdsht1CIu1QVd7/ta\r\nqcs9m7CQZUUfYPRgHVuzMPeaLGBVIph3o2jwVmDnO7oHb9fjrjlxXKhJZT2M\r\n6NTdJ3f7d8yo/SqP4nkPSMwp9pZVRvuiXDkKRAjR6TzcEqWloU/A/h9Tsnhd\r\neq41FmWDSzBGdl1UiylUjzDfqKeFkIz/AGKI9i742IfurhV7lvWE8Co1XtG9\r\nq7yrY8kNzSArlw6lUzZEe/qfL61X9ElUMzBiWFGM31U+YwoJ/wzNCF7EM65O\r\nOroFGggZKL+U5noEQJnFFfO9bc7fuCZAQJE=\r\n=akL7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230228.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230228.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-FiAfn5/s4i2nupddYLC4T9TyfRqYVIKZRdq5ET+SLpoJrmOoS8D3m5OoYdZKaJC1ziTxL3sDNbwPVYNpYx+iLA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230228.2_1677634265292_0.33448591842215647","host":"s3://npm-registry-packages"}},"3.2.0-beta.1":{"name":"@azure/identity","version":"3.2.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9d3eda631cbc34ce33d387e9efa7b95c75e37d82","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-beta.1.tgz","fileCount":206,"integrity":"sha512-i/L4rXeEFFSCx7dW6Psde0DzsX9EY0enXsXuq6ifIdPakhHLI2y8W0gXcPQNIiTQzuPx6OtcR4bAfRjjfk06+g==","signatures":[{"sig":"MEQCICWzDKcnl7bGz7luMewOA6DbpImmZ3pE1B6x9p32a7jQAiB+J4N1+UAflMRT5ynCSV1P21gqBUxnHA52QfHU3ns08A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1383839,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/rAxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2Ng//SA0buJ0gZWTkpvi4QsEqI+q/y/U/gjTZl5CWPq2EbpIY5e56\r\nhF97APhCMEmZEhfu6tkvOBJtEPEwvDv/UQtJF+B6tG5ZobZnG6Tla3hqNfCk\r\nSk7zTfy4NMUR/cXRQZSnBz/dHJ36Ik2QQHA1bHEEHSjMoydTHe29HcrvwkA5\r\nCMrTxdKKrB8dsnGUUkkS8LOYOubKmyRW9mfps1lU0bAEM80lFiNk/AQISPS6\r\nlvL3QCf8FiAkIAwDm1RKTudvK9TgvOl3pFkT66wOgjkHISuGFJJXi7A+Cwf0\r\niw639+JXnu+mFeUNph9+G2hETTmN98/4hiDx9hln/Ulv69T8u8j2gbGg986N\r\njpuc46tC2MSSsBU3KPYX8QuaX+J5W4/RR5mlnCVsB53SKeL9SJ4ajzFEB60F\r\nn08CvrjpkbbJK//jyAiG0dj+V8rv+QfuIBoJ14iAxG6DjyMzHzy3fHHh4zOH\r\nvWNuipPKz5ze5sWuRyQJwQfN0p53uR8dLCACAxxZtI7159AJAc8VnQ6t4/Bk\r\nVHriuQ1Lsp7NtFXpeuXzYtwFsEagj0H3HzAmdZXFMVYve6EnYe3X7aUzBJ9B\r\neq5uXQyO1pVh1dR1UEtGjvvVOZiXDJKcdjYL7PWiYRRcDpCGVyJNMuXNiPjP\r\nm/DH8U4b5YM4z+cqpohuEYLn+u35J4tiBQI=\r\n=tL46\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-beta.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-i/L4rXeEFFSCx7dW6Psde0DzsX9EY0enXsXuq6ifIdPakhHLI2y8W0gXcPQNIiTQzuPx6OtcR4bAfRjjfk06+g==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-beta.1_1677635633629_0.4875333130544628","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230302.1":{"name":"@azure/identity","version":"3.2.0-alpha.20230302.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230302.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2b5c67bcdbbdc110b40d2f4f5eaa3849ed0dfd52","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230302.1.tgz","fileCount":206,"integrity":"sha512-3fiQ+zV6jidGnYqZXWIoWLjGjI7H9zVxoCJrJ4XAnbV4FW38UBCQPzmLIbvytIrCzUB45n6pyhNxkjCbBqePog==","signatures":[{"sig":"MEUCIDXokhB1R3u/aabaGoH0cAHrRCAIdDKuYZHd8JdhbLFlAiEAmzvn/uATT9MfZQoWRuQkk2uIyfFX+BNwUC2VkTNvXLM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1383929,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAU5JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvjBAAl8Z+OZBf/Ob/Y5t+RxMNz5I6f5ttnh3kZD79HVisaxGga65S\r\nutwklk7mJFlbiRBVILKO4RT/F2ie1QqPMpMzih7ydR8bfXBLAJuVXDqX5uBn\r\nMA7tThp+w4pe6jiiwT92HYRcCbgobW1rAfPNckIsY/6BdrwwnvPYXiNo5H4X\r\nWNGSRQINeETa5aU2PYxKAorPrpZCwLoPO/LeOsVzR2tCQdkaPDj+D7E2rzSy\r\nM5W0IR1J585o8wlzl6QpY1vk1l+o3t6Zc6UkB2riGowV2av3PF5cyJi7xa7p\r\ngVCc7ss8NeCgrIIeqemo9nM1UXeu7l6Sdhgqob+19VHScr07ft2BHs7vwyhe\r\nLyVsTIRkt76PQZew7vVlEcYHpzniBhd5mWvgqWyqKvNzgtmCfkCuShREoR+b\r\nW+FUa7OLAU/NheHuL44Fj7oGFxFuG21s5Kk8wEs4BqZIfVFvhbgNo2daMsUz\r\noDiIO5Ynw9iOc4kQQankwCBL2ee1gTsqHVFt0mxgSE/J4m/HOxJzoCdgMbUz\r\nQ/HPtlMHOP7CBm/78AGNQ9/yDETPfAN/V9PjjMaJL5ISd081viEVEFUC6eE7\r\n9+VCJXE08tm2JSPcrpOFr48dIlr9cAGldgfWp3yiMt1JigINvoBj97b3l1Wu\r\ndnBrndoFh1ERebXKgPH6v2Y4i+5+ymh8EAI=\r\n=5AFt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230302.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230302.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-3fiQ+zV6jidGnYqZXWIoWLjGjI7H9zVxoCJrJ4XAnbV4FW38UBCQPzmLIbvytIrCzUB45n6pyhNxkjCbBqePog==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230302.1_1677807176738_0.5765175426000444","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230306.3":{"name":"@azure/identity","version":"3.2.0-alpha.20230306.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230306.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cc5f2c38b6c4b7bfe96b53842441b61f1349b7cc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230306.3.tgz","fileCount":206,"integrity":"sha512-/nRcKEVlVxHWhbLh+zSnXR2Z0+iV3jEOrHf5ttw9JC4FvyNX5lkmG2wcVY5fHHDkzjNobOWhwwROVwQ03tqplw==","signatures":[{"sig":"MEQCIFOZMhnxS33ZqW061U5z2U7KfCJK7DJftudrFzq9kh7sAiBxC8IbeFJcMnZ0wqryjg6lyeh2Fi4lFxMISOqgfxbU9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1384858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBoymACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaPw//UBqILJxoluoKYOJ6YJqL2DvhXaeypg33WaD/upP7XKNx1ptD\r\nfN7RF2M2zL+CPbTDszCe3qYk9X4PaYda+d8esf1LfuiBaRI3gCOn9Ni/vmr7\r\njBHYaTiX9uAD7E9Um79aKDdZv8yrlUVdAvmCbX0XiLFWIvWta7tbTVGdDxa3\r\nPdiWPqU46GxBMe84tp4jSX+lHryBpzonDDNsoavCxStvBpbLGf8KxQbo5z9e\r\niNyhyzmIFCgr9t8ugYFCUCBbd+ALYXujuui/cf8ue7i76j/ffox48uniiY9H\r\nMfUKzOThAtpUITo4iutJrxjvpbBH5EM6hCyTpqGSsIDYARE8e7W5y07x1hk+\r\nYk8mgrlcLcjjQZCW30Qo/Ryi9aZS3XpyIa+QUutTMD/cSLXD9myh47nUB+E6\r\nSxdYbKPM8UedfTJWhLhfU0qwysQNUzBbYUQw4YarJn/vXnsMFXCt/xhjlWsH\r\nXesxnRYXhCrrHnu9jJpjf0C1hHr/Qz9z4VIiew+FI0A8/byU78b+vQluaP0w\r\nPJ2mzXcm32aLmeYDhwPPsT7rC8HSTgTeQ/ZKkyjN45EYEBZnLQ6DoEvK4/lD\r\nkPRybbMGbyMpLgiOFGOspbT0k5OjrGD1atiMMkPqEe2Txq8pH8Gf7kTBWrsk\r\nzzPCoJ/y2G6tIo3vt3pWi801XH0MgxyoLj8=\r\n=3f4U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230306.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230306.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-/nRcKEVlVxHWhbLh+zSnXR2Z0+iV3jEOrHf5ttw9JC4FvyNX5lkmG2wcVY5fHHDkzjNobOWhwwROVwQ03tqplw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230306.3_1678150822159_0.6364857104999428","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230308.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230308.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230308.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1a8dae011121cd5ea793d02b02f1fbc40bdfc8fe","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230308.2.tgz","fileCount":206,"integrity":"sha512-hQOu7+Rdo2FOt7ls/2loyJ/GWytJuxO7SCtqTXySfPnkM/lgEzGFwJZt0lqP6CQOze75yP4CQDUHnXMoKBM9sg==","signatures":[{"sig":"MEYCIQCX5fWVeypLDfdNa/6euuSUadj9DBUW9jwvYk3I2OJOcQIhAIPyJQssdTyTyczk65nPwQkgbOkGBLvRO9hW/4cjqs/R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1385117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCS7aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcCw/9FwLIKdo6Qz+1nC6xcstcwOFpkInkMVwiHLpBTvF5w8+sKSOy\r\nJzUhn4OpJ6ZTXsOIoxgratv9N8y8rZLlS7dfMXAm0BMnSmUbudg6dVcxu1jW\r\nL+hI6vCR6Dqk0LJ5TUPGnpbob0q4ZFgYr6JJciK/cpyNwcrDY7dKuo4Ef3fK\r\nTft2d/PKzhMNzW3w/eLcrdSQlxUTgapkou/g9lSv2I1lpsJLHM4E6K0Pdslc\r\n82DLTFoAZvGzR5KYHFo2K/HYOqAgo6r5e0Dk0fPhIJVKroJiZU0r2jbuCTYs\r\nQeW9wtLv91oA9alUcMg6kqZBZKrVzX2+4eWpKRm0EeqwEGqK55x7H8aKaXvF\r\nvYSuC9NgzyOk5CVfkTAAmNapjTS+CD0KGZVAXembkjyhrTGP/ZWx0i5vmIgf\r\nLybXCTUUr5/tu64ekPnmgUdoLQA/X6U8OLN8UteQRgZ6JR4saEGsR7fna+Ok\r\nAUyauJJgLiC96a/O7eq5lM0rRS7IEKbEepXR0AHn2EByW8dtV02Eh05UyEDq\r\nA3tmCrNYim2/GG9T2tN9bbMyjj7jPOWS9BKPjYBIGZy87CuXlKWK50+T/xN7\r\nY6Zeo4dCYM30LXbKusoF3kZiwz9u9nHI4YwNvEDIoJTKpSdv3sHUWEyStmXl\r\nFfEXEr1vg33/vxONMLFFe0BvksVkV0FzJ40=\r\n=s5jU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230308.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230308.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-hQOu7+Rdo2FOt7ls/2loyJ/GWytJuxO7SCtqTXySfPnkM/lgEzGFwJZt0lqP6CQOze75yP4CQDUHnXMoKBM9sg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230308.2_1678323418265_0.9275667830986367","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230320.1":{"name":"@azure/identity","version":"3.2.0-alpha.20230320.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230320.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"74355cf430ce96bc920a559fc7bef332dda1f4bb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230320.1.tgz","fileCount":206,"integrity":"sha512-y8nqq1UBJbjX2evAlnp9qxnv1Z0ouWg+mPHksnTCJabHCT0WQrsLYAz3Ewl9Jiqkqa7OMp5+gm/lah0waZXCOg==","signatures":[{"sig":"MEUCIGt/4fchee7QtQJ+vCrWe/2WHo0djyuUKJZh7q0b8kOGAiEA9rofAe3UEA275urGQFwkrO/aqmcGzAuF0BNBq+cri3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1385097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGPXYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmEQ/8DuBpBSUi+rbkGhl1m1xI4jqQLYcUtF8HpU2bex5Vn62sOgvs\r\nrSMnyG4nlH9wsBmMo8C5U2IrKFIR65R1gXTaqswFknc60ymy3H4+fAfM3wdm\r\n5m75BUSI9gJRZzKD+mjenUh8ARsRjxAU8CWcrqyqKydFQpEjx9kc4Qin7imt\r\n2qqCqNJ52ah2PxKLxGw+pkVGNHpZf9939DxgBY7u5M5d3IGs+BHQGrLmMAtE\r\nSURPItsRMGF8n5blVonT+SlEDF4cvpG4M4BlW4KSNyX9miXTPmkt6CqENHhd\r\nhPuADYUy9X6sZHXY34eDow7BKICmANqZ4aV5/eVTfbmW3auhnIq0SOWbXta3\r\nJcCAahznFlBpk+q+bI+Fww+VIKvmsqQ8nauCFwXhiKg26IvoYTNIW8enMo1t\r\n/PJIJ7JsGtYHd7/uRJuDGNCLuZyDlDW6MKaSGgIdDZrhGmhpmLb077E3k2K2\r\nKlQ83ZaKTRBkL9XH9+RSmvTP3nhZLmU49X9kNPiWa4SqeICTNijCYRohlbGf\r\ncoHVP8sIoFOVmkIBlB/ZPFNrIhx38OtvoERMjyJStLHP4BXLlFDwvhyiUo8D\r\nynvj2VifRk2QdXYKpyjwuEfdNv8+sKyKkChoJ8KAiiH8K3NG6h+c8EzUCor9\r\nHvwsQNWSkkKcMFFWfZLwuHnBLxACUbI82AU=\r\n=OY61\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230320.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230320.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-y8nqq1UBJbjX2evAlnp9qxnv1Z0ouWg+mPHksnTCJabHCT0WQrsLYAz3Ewl9Jiqkqa7OMp5+gm/lah0waZXCOg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230320.1_1679357399790_0.7704209106611477","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230323.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230323.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230323.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"620d71e7dfe733188169d348454490e23ed5b756","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230323.2.tgz","fileCount":206,"integrity":"sha512-8hC6/h11dwSwC49FpzNuip/ME6BUg00Aqv4gQWTClVVsMR7L3+Dg75jzv4CCyzrxf+i4QRfOpqlSqKYlAth5MA==","signatures":[{"sig":"MEUCIHRusp7uEoRpg56akP2mj/tZeAPGJNoHcUhAz+YXo9CBAiEA8hLi1YFTptPhmPSOFSCgCE+vKOZBNAAjMXNdstFBazw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1397073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHOgpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/vA/+IakdLBrBMkXJNMuIZnDSnJ3BfmdWtBmyEBBTfOHTyuDvSEPw\r\n3z6IVcRV7mi6MKsFjkrR5/0CWCz2xL0jrUq3tMwtv0/EdCUkY9ld2Mt7+SW0\r\ndq3a9E5a/R7nSTproVjATR3WaPzGszlmMwlloArKTEbh5UWJYRulPEEtvM9j\r\nD5nsCPBeTajwNp70I/WCZ53M3YjXIAZJ7WSp7ojRrfFb7flqwtbaqRphm8TM\r\n+na8nJct0Yc43CXALPLwPPU+gKCm7i+/zKNN9gStTXqcPnJKggUVvpHwZzA4\r\np3LeEKkbULLE4MTQ5hRmBCYT38iz4NNjgAxHN9HqlUPHRV5KXwvXdAsIwAna\r\nU780gnNw49NdOu/f+ZiItrEQdpeM7pid2fTA3WtM84pvEO8r64slZnpdhCad\r\nMEsNjv6xI0XeK2o8QcGSX4q1uzImDVsfd8c8NVAzyMCi5bBww5MiMNw8Y8qP\r\nefUIKTfzT0riMyZjHL5aZCBIzlhepbtWck2TFd+t7OD3iCzOG+nmtcdb/a7D\r\n/mk1Vq0tb5HqQ81RVV8TdlcWYQyXp1YeaXuBt2HaHm4qHcwNTtydsCz0CGs3\r\nzZ27pEZVGcrvToP5Ptv4P9Cp8ZuPh5OcXgiFwrXG58ceIGdtG3OLxGVHzGZh\r\nfhQlRx1KpFubthLx6pEAy3uYVm3cD8gQKdA=\r\n=tpqX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230323.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230323.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-8hC6/h11dwSwC49FpzNuip/ME6BUg00Aqv4gQWTClVVsMR7L3+Dg75jzv4CCyzrxf+i4QRfOpqlSqKYlAth5MA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230323.2_1679616041253_0.23349990022327072","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230330.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230330.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230330.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c476e37b183ad25c4e98becc6a43506976ea4fe7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230330.2.tgz","fileCount":206,"integrity":"sha512-ZlXG2qdfK58PtPn9bp8l5/TGzfyRhV90PN0XeMFaFbtSkrFRTaPWT10BoBaDL1TUABpdLLjChZwiJ9NL6o5Sqw==","signatures":[{"sig":"MEQCIHj+e3jZhpxTrlUO0kzPsZl4enLc473r7k7xMs+w/aTlAiA6gDZjI/2gyd9iOJAP34/8dNmFYffAR5Oq2YAfeMYx3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1405810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJiQJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAvQ//emucOk0XKl8uU5fzp62RB8mGoN0ePNfCgTR8OWdPSac0HGF9\r\ntjutpx4ZvnEoGo0Ft9+Ola9G+jMVwIdVcgnE2ZdXvQFn1IKhKO9higYmeNx6\r\nmjS35DzJaC0gb6jCHZhxDW47BfhHr7qaW6yKgPtOhHCDht/BKpXYRw1qV+AS\r\niy8Tj8xYAjwE28tRBBfgEwE9bIWb0GMODrN/uFXjMBFTDdEYT5xjgwWdH2tY\r\nM8L2fdTZ/p9epNPrDG+PP/9e7rHkiqXt5HyL1nrdtaNrKYQ2mtmwt475NqWR\r\nJl9aWtN6bXHwTcx22wnSUSIa/IJtRa7hUsELxGaapMMz5l5oddIQgMzwKchP\r\n5cJoIjWXtKl4AujRi95g8Mt6zqX4gDkuBvruP7NEHKve8lVTj3I6NdBA1AK+\r\nI+BHtaukka/iuZcGnb++fVE6sOJy2qLD6EWEPpr0k8o5+SuIM/isytIT9Rls\r\nw8pdkvZECzOPqXw+eS0J6ukw4f7ehOQcp1uivzc4XTKQkGFQJgywDvIb4mWs\r\ngYbzH4vRBq0A5QYbs11wi0mlBM8vqYvv+TntgLO9lcRwVCFGZNHqXbd6p7UE\r\nvmLnnTZrehgHyAKmSwV33ESZq2kx9Jh4p4vVU0wRw3O+Jr2yueKpBmmzb8NP\r\ncoJhf68tZqDa5b2FV6YdpwYZ2znc3hUAYw8=\r\n=+0bj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230330.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230330.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ZlXG2qdfK58PtPn9bp8l5/TGzfyRhV90PN0XeMFaFbtSkrFRTaPWT10BoBaDL1TUABpdLLjChZwiJ9NL6o5Sqw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230330.2_1680221193202_0.05516838446073957","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230405.1":{"name":"@azure/identity","version":"3.2.0-alpha.20230405.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230405.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5b6de52deba44ee9c43b16963fabc55a2d417978","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230405.1.tgz","fileCount":206,"integrity":"sha512-1ECQmVFeurq/fPuWvHdzEsTTqQM80lQs0gq0mA7wPa1mfrk3b1NkmDo2oxo14lgruHG8enxJwzbJ2k073KaJ1g==","signatures":[{"sig":"MEQCIDMbu4s5PzucCGIVWWmatVei8xYNVxHsVsHJ8QuPk7AlAiAPUXr2O4dU2un/zwZqm4gGXzxUXYgdB9SqFNc+SoHdIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1405842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLguzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqgjw//RR7/CGDJjvIIR1i0Z2mqSV4ARLdgzyyfzYb8N2k7Uz1xejEa\r\ndeTJNJkO1jOros5fyQ7Icegwf3GAgRqgdUd0W4Y+ZORf3XtzTjAive2p7aAK\r\nhEQwBIYuFj+1/xg9WsbNKrWF/IiekSwTCFw5b0fI92hc1ro+bScS7a8imOC8\r\nKYvIaxf9WuFMOulIi7E5jipkt5w895JpEqA+K+yyEBFQw9En1T+3gy57f44G\r\nPwb9jluXQgVnpTLEjzQ/VKrv9I9PnVxbhZolJkoxcDumvAQFjKsOnJFmaYaZ\r\nMr78u41hV5oYrnOTXsyptwQLAAdnKzfGCbZz8/JnJOq8MXKSdK+qufZawmA7\r\nqlpzoj/z7VsLYA1A5Ijh1czD35FJ1WAetJ7ZrKmErvvA4tSNcd7ZQVr6TaLw\r\nCC6NfXPOecvXu8DrfgxfRY8/wQBPg3BZ6KNuE5ShB0T0tSxVbQjCGXQoGRF+\r\nXySXsSvP0SzpttVwR0cuDuSO9e+j41/73bbfbyMuIMfgZLQHEzblND4BpUtx\r\nFA05R00v+S9ft0rJZ8JNVfvc4+kRbum3EzJNKpzZ80cq6EFm9bj2bNALkxQr\r\nrlVOhylkEVCidqTJHE9iHeJRIqzd3v2vclijb6FzEJMzEy2vJAQEY17lZIiK\r\nAOzhyLklZ2fMyepYe2SizpF8sPMmYrFrwr4=\r\n=Bqcp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230405.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230405.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-1ECQmVFeurq/fPuWvHdzEsTTqQM80lQs0gq0mA7wPa1mfrk3b1NkmDo2oxo14lgruHG8enxJwzbJ2k073KaJ1g==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230405.1_1680739251123_0.019144896339674533","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230411.7":{"name":"@azure/identity","version":"3.2.0-alpha.20230411.7","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230411.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2fd080c11ed07d239ac8e528b8e61d3d80703e3f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230411.7.tgz","fileCount":206,"integrity":"sha512-01yT34P0KbE0kaD+W+eGyU0Cz31BJ75oHSy+w5RIn2D42rLDJ2e5lfji8AxeBNYtGw3C1ftmquWRP4j8rEzoBA==","signatures":[{"sig":"MEQCIAEFneKfyq/gjC2hBPQdarkIexe5NfY4eb3IzN3FwMRPAiA2NNasPjo9rGz0Fr1si0KkuX5x6gocCqIwaqffCHcvRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1410748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNfaoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr85g//Sv5DOst2rHdT1sRzcRkhxFnoWz272ixsuiHNzi/wlKloj1Xm\r\nvWaSs5+6ODVKnyzO2N+QRnKeF6JvqoSyYbpgxH5q7OF2nr3N/BUcn70jvmwh\r\nZZX8FFbThJlxXKbXXhsFQujoUaoZsGVD+hMcb9h70QhmH4kYk1glhRqVA2Rw\r\neamYtiET81RY+hsaJLZ7FjS5auT/CO+1l5jz2e+gJGah5eXc2/JOW4u2BtNl\r\n3hpr5agooAfgzp9JzejLVwFBEIvfveHun0CxZKKIPwgRg1AnWWIsRJeqf6t1\r\n+vv4psWU7lMuOFb1+R/7o3cAvS/7rLd9Pejd9O5QMDHaUbJNsyFrXn/44f8R\r\nmK5Gb64upXEMcGKkP21M0mJ96qZg6Zfw9wNap5TmMmfcGtAAgN2qODPgje7q\r\njw4YAjE+rM9iKJZsF3uo38m0hSEK3raomcjfyMGWieY0kGxz1W15vEeYKZ0e\r\nSMyL+y7ORQ6jx/w7auUYYlWsUSqMNlILk993Rhv2YL+7/YIaFSkkIXyOY3ad\r\nzT1eRnwmD7vs2LXoM6STYfp3a9lep5zoAJf8LliI0w+kBXCixGb8yinxDU4y\r\nqEugg469sdOT31at/Bpvt3aFTTyVITRPrIJk0WXLG3/MTlo6XKkvnT0LF5zr\r\nE8AANw7CPLrRdxgW+RfncJaURBCKIwG9K3U=\r\n=3yLY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230411.7.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230411.7.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-01yT34P0KbE0kaD+W+eGyU0Cz31BJ75oHSy+w5RIn2D42rLDJ2e5lfji8AxeBNYtGw3C1ftmquWRP4j8rEzoBA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230411.7_1681258152667_0.9018035216080549","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"@azure/identity","version":"3.1.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.1.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7091ded0b8799096886fc3b00dc3b528479a0f6c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.1.4.tgz","fileCount":192,"integrity":"sha512-USvxmO6p7dFEcz1e0Kq/WQY6YbvX8hOeIibxxLBQC4Pxl4QK+DL72agZ9e5RYZc55QjC7Ja6q1+mQaXfmbrLhA==","signatures":[{"sig":"MEUCIQCGvlNO4ZR2dmcHP6V7AMzxqc21rvxvVboy4isWEgJ0QAIgApUXWpigP0PoFI9iW5KRyIN/Ib1A4BFV1oy3e/12cQ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1313240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNzUxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8xg//eEzXfG4HQWRWhYor/yJzU30wTUTuK2VMKGFIz7DXnHwRbZ4c\r\nKlOi1qlLxT5EtLAjsiNo27ar3qEfA8cGlbwTLLgMahcEYM5RgKMlxvOYkKRw\r\nCrAQp0PXe7f1C4wXdZtcNT6AyxKf8pd7MOBDY2Dg9vVCGghkwChTBdp+E1h8\r\n/syThXE4P0gq23OEIdBVusYv+HV9d0gnqIqL0wYiKjqXxA2LzibYGouGsJnm\r\nC22Nm/+X2itmGGmFIJFHiKNqIQ52nNtMZPJsoIwm1vBeEq1p3IRsoaNwM1+F\r\ntWY16Yd6/6bqVzozShTIvdfm+mYNds5xkTSPouVJf82osEnrsNmmaTGPQRyx\r\nfiHUZmWHQNtI0n9jFdqmwrYoCExjpsg0ea7DcjUd5cHuHc6bNxE6K4o54fDo\r\ntWppyuUGxXkbL91vRSWmggrhtRLKsalToeyDuWieAhLpv3s6I/6wFKytSnRG\r\nnM5fSn6QtcE6kQLGN2qjMWfmMJWWND5wD4jkJW9fIC09tvM8qmOF97tt+ClW\r\nNWd1b1a83+C+d2KpMJ7Y4ywKnY9U3wPe2zE5uuhVNgD/epd6NZmnFzOewsVj\r\nhESHezlJjsgs6T7jMJObGDLgx84HpMvJDP0TZS7N1iloVVAl+Lgxhzt+dKMJ\r\nGYKMjNZqo3lY60DpvJPakUb1cZuGNvpSrUA=\r\n=98jp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.1.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-USvxmO6p7dFEcz1e0Kq/WQY6YbvX8hOeIibxxLBQC4Pxl4QK+DL72agZ9e5RYZc55QjC7Ja6q1+mQaXfmbrLhA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^14.0.0","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^8.5.1","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"~8.5.0","@azure/keyvault-keys":"4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.1.4_1681339697543_0.4714941992899875","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230413.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230413.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230413.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"53620573d161bb0467f5a3f779262b2cdf36aa27","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230413.2.tgz","fileCount":206,"integrity":"sha512-liOav1EBnnwbWMWx5wwv454xWlYL+ubp0pG4f8daYNWv9uhPppUCUFgutPJNqyygoAaH4w9vg4TCG0dvmE5qZg==","signatures":[{"sig":"MEUCIQCHsqPbOPl7SiUpNSBPHoSP43d8eCcS/EK2tmYS3ex0HQIgPtuww3VYwE0CqnQuXwfROQZakV272nclkVsScJZwF04=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1413494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOJqSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqriw//Y8+0s2skfJZa8M0mBEwBi+cPufdtZha+giAO6uCExyylQaGW\r\nXxqiolCq5x3koeFyo9/6cQYACfn8QlNDfwgRfjRVMY3t0Sf/x0w+wNyEU2Nh\r\n3tSs5NE7XkW5ozq7meah34h8xoML959EhwRnKce0FBUO2RR1Te2y/7TzDomi\r\nVJuz05u8mGGek2mJNLdILxWH6b2YgrAY0hzpHvsa6MMsQ4Gr2zwZnv9abZ4h\r\n+SHtxDL9cjBsjPiZZvVCI20HMkq4aPxYHF7k/Re0doEH6R4LNxFcTFeNVYxX\r\nRoupCSbr2FYeDSxlAQ2v3PXwOLgt0z0TGKqtzxMkYYZH3BkSz3Ht5x9Wg6NK\r\nTTvXQW9/B4II0qleDNTRTcxcGE1MO7IMQ+JnwKWtTBUgtiIUcpt/8ZLed4GH\r\n8eGBgrN0qN6B+jzf+w3c98eNngkEkmmfaP01kGjTyQaXUnsydMsr04Nwi6ZP\r\nnY30W5m0/Vs6v+2MiRssBCyQvQWSSMMaZ3avnrq2HkSJLEOxn9TKb3LMxDTx\r\nKn/LtlQe1duArHbVNauCLEOM3Fnvd7KJOvAI9GdNVdd/oaGWMTyGNVvs5e1K\r\n3cVCCZ1+s153pFfoHRpp+XXwqTQReUaxCN6W4h6/fhc9eIk10MadLps1e89+\r\nHz8Ors9g1TtoSECLatWQyvvNH2CYF7QaPPI=\r\n=Doog\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230413.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230413.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-liOav1EBnnwbWMWx5wwv454xWlYL+ubp0pG4f8daYNWv9uhPppUCUFgutPJNqyygoAaH4w9vg4TCG0dvmE5qZg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230413.2_1681431186698_0.6179896527495867","host":"s3://npm-registry-packages"}},"3.2.0-beta.2":{"name":"@azure/identity","version":"3.2.0-beta.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9f6e1fe24524a83889e1518579bb53d7dda96c63","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-beta.2.tgz","fileCount":206,"integrity":"sha512-Oyv8Ja4EDFN1wLCGUZ94IgM5zUASET95nDkBCrGOzYoRb+rKetBCBCMuDRvY+xoNMzlpjFknkw48p0cp08K4yw==","signatures":[{"sig":"MEUCIHuDadqKAPMzgHVgyQSWlP/CBmRtqQDbsUTJLZ+qeis1AiEA2sOHqv7pjN+kA3lMvwrqRQNGwzVYbo7q36ksteBKIsI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1403890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOZm6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr17g/7BsNmS0Q8NAK3SDHatPJiAXcfhnGHC+rQc8kbYMC9Y3kPgA5r\r\n8rQ8AAJKONo3uej7EfxKOV3I8pmRZuNsEj6L/oUPxch6LoATpoN9n6YFN2Gw\r\njSfxNfuEp0dgis9PZBAd8Nj4kjyNX9d4yXydsIw6dORWdDYWsVhDJRJAMIMa\r\nqPAyxp5jsSqmsjgTbYgxZgzmclPOdv5PBatLyaa/Pf7xt0/gm9DL7v3mZKBT\r\n6ZrHfCmo+TsjrjpBgBQ1SdynPFQEak0cZX/k5XViaoeZDdbB7cUcGOMJvTsO\r\nlXLsKrcDB288QvnXjgJvPEpmL9sRNa50IwnzZ4NcmwuXkCk/JvOvMg69O3qG\r\nDCWMU8VRbxq+QYydGkIWSC/NOWMPDHRb7nCOZs51RFc4YWfQBowBk7yXw3yi\r\nnTiB+WQD1iqgqKHmaoqMht1PbaHjYI4kRZWjRx5aa12FvnUyLN+jcWoegB+n\r\n+3DMrSkTQTZLUPAlnilgXuIN7UR1Xi7q16tdu15stNHvymR0X6A1AuxLnnM1\r\n5mCACMQmCnC/UYpDuGr5AMuvRhBXttkS7C0WBtVmx508mmbunXTNFyiwcYSr\r\nJNwmx0jttbDkxS5+/oov5joA0euAf7HuemXmghzcTxn5FZlVYvBOXIkU0EBO\r\n0wN4nUuYXr+q4q41Jq3SZg8hL2pNpqKN4HY=\r\n=dy8Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-beta.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-beta.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Oyv8Ja4EDFN1wLCGUZ94IgM5zUASET95nDkBCrGOzYoRb+rKetBCBCMuDRvY+xoNMzlpjFknkw48p0cp08K4yw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-beta.2_1681496506556_0.3892117326485329","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230414.1":{"name":"@azure/identity","version":"3.2.0-alpha.20230414.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230414.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f27c7395dac520052154a736443031fe2ffd9a4c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230414.1.tgz","fileCount":206,"integrity":"sha512-0oRdC1KQ/dQ40JJV1f1IreOxJkqJNL011m/9WGfuCiZ2QEMQNjO1WG8K4cRJuwIWMncRrEVHaXnydFoHAgr33w==","signatures":[{"sig":"MEUCIEwhjUSdAyGe0SXDh3U2oiUm+iw2FPSScFzRKls9w1j7AiEAhIaFP1GZcLyNv2QJx290/xBo4o2zpI+riJA6mXhAZrg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1403960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOenwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3hBAAlhzOIfEuMaPojzHCmdFjyJQmZk5p3io53afvqoYRtJxWOutt\r\nYFn/uwKCrxKXTvUY2s3UWgq8xh/gUm3MXN23YVhMKZnErjYUZQaobibe1E++\r\n4bLiWJhpqFdiDNhPqPequaTc45AwIz6CCXU1WLUBBvRhmnhN9XoUjArM3vrK\r\nvmq/f8c/FlkgfQUXvwJeuyktE+jv6ony9VGcQ/NxOlP4qWMyxQXM0fpdkWDI\r\n1afXn67fiFrtG+eY6Xd82WkXoAkSfO7sONeXJEPfK3bgQjYF5ah8DHgdxBl9\r\nrLZXFuXq68pI1B2+Rux7AO9paTvO1McJ8KViGWCCdnfUdTKFLKiC5hGKJeJz\r\nj+DKOY55QeyOY4nbMF8D+/KDJPkSm32AVTm8xEPbr/fOUOR8MmdIPEfe0DK/\r\ng74661MnL86tbNoeRr6rgKe5qPNQVdnUo3ap6X6NpuS0copUAsHMn7T5mSbv\r\nJzqnZy5uFUnRY+idZ9qU5BCkiVklkrvelj1j2bgFpsQFqQvhgIkAD7vUwnr7\r\nE2VlLYbR8T8iregn5gISHj3Z7/P5LtYN8Tx5yBfivssV9QKhlnxZVURAEDXj\r\nRI0KCMXRw+n2R33KLFyLpFyL2pEODGLqEpHqQe3GK52w8YwQh6F9jwtvyF+4\r\nHlE39QHHV0zRcP1w68sgqwifQqfh7Fe+7Vk=\r\n=oxI/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230414.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230414.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-0oRdC1KQ/dQ40JJV1f1IreOxJkqJNL011m/9WGfuCiZ2QEMQNjO1WG8K4cRJuwIWMncRrEVHaXnydFoHAgr33w==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230414.1_1681517040436_0.0645062633357365","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230418.1":{"name":"@azure/identity","version":"3.2.0-alpha.20230418.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230418.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d42a66b5ef8d195ea0d247b107abadfe9f542bda","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230418.1.tgz","fileCount":206,"integrity":"sha512-pNx3/dplG2zL+ZJeYFV0Dt1taoaGIZKrjlFOgOUjQ5CykgL2vYWiRAW+bppsmrx8EKre4U84PMKJW6jtSigTVQ==","signatures":[{"sig":"MEUCIQC94QHDhiPoiuYg9mzpkA42H7kf6Qr93SkisYdJZIVd5wIgKGkPubT+0UNJqKOhf9HQ9tV1uITijZ/fX4wiWBAYKUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1403960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPy8PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrc0w//Y1WT1nIHIeHt+qhKEPgkKF7rCuAouXJP+O2P6cNlBvoBV1oX\r\nz4tplWk4svrYLfhwB26MEHxrYlAL3qI2WozbaUGq972vIzC7ul/ov++mO8+x\r\n/ITcC/fNVdEso/43ElAn88SBzMT6Ayvmm+oesYPqNgmSFpCB772g82FSHQJA\r\ndL5oh2Uoc2MS8MFVhrXLG+GOnR2RSLww7NY7QFBJtK6V9XXwHxBroG0cAsQa\r\noMjBkHVr6B+lcn3RTxQniXB9/2bR1vnrtXT6suqbhBE899i6vcGUQWB2sd6x\r\nYv2Jy81UAMVDeXGgDqf4KGanngY8nBLZwvWVo+FN3mKzDHiqFXEtDRP6Q2W2\r\nSFYgqoTpVtUzy+Ce52Bwxp2AQW3OhVfiznNq/8m4WhxApw/fqrTPWdjHFsHj\r\nMx9lxuIcuUR1oWdFmGsD5NQD5CQ0vZZ5l81hyGJ3R4niFyXF0mFlfyxX/OnW\r\nl9eyYslZOwwTRMGVR9Pdt7/QiUUdh71cFyWkCmad6wtrabVptzcHlX7Anniz\r\nOMnU3ci4tY1hBBPNokslYrE9dE3fB5xS4ZlMZEwCYmWHa+VewjyZuLnP/L16\r\n3gpXoQl+hJx5OAvGdXztkYnki23jYjr0AvlF+E1PUS/Hw2qrX4kgSokjwJgD\r\nDXqhklXvDE2C9wWIrFyDLdrJEcgRofvXtpM=\r\n=9SOw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230418.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230418.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-pNx3/dplG2zL+ZJeYFV0Dt1taoaGIZKrjlFOgOUjQ5CykgL2vYWiRAW+bppsmrx8EKre4U84PMKJW6jtSigTVQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230418.1_1681862415425_0.5569644152632482","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230420.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230420.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230420.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"985661112db06e602b93fb83e63bf0925ea4e47f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230420.2.tgz","fileCount":206,"integrity":"sha512-O+JNOSVVMdP6LgPX8kiGh6/gibb0qkWBUNEj9BwCnf8+jN6PuiD+5g0GOwnM2NK7xkAV9xcJOVrpl7Kp/QrjBQ==","signatures":[{"sig":"MEQCIEx23eKTTFQcQHfNqgEUaT6BzrNgMYOu8dNQoWiV06GbAiAq8EVPi6m/6wcbqINDeSc+fNmjMMacG/p7ubWiyvc+lQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1405323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQdK7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqb1Q//QxlSy2tBfhaWYJhsZ8lhx+F3sWmAb98/0qpmv24RQj8ZAmJ4\r\nHMIfDrA8wICJk7P7PBabuDSCsccCOFbjlxhCdnG8pOLnldMFPYQJipixfYCT\r\n5gDBS2+p+5qzVoKh+NBUi+PuXBdV7GBCgLUlNZdTHb6V38e1DmR6S5+ZyrsM\r\nAmZUxhnxarAdJbLUjLcTXSgrY3iv0UW5cunr31Gpb6K67ZPjbkIzrYweYrhn\r\nlGmNo+GpdAuHRMcAKN2FOxUirhF2zqqa7Cb9QkTgEVCxUst7y64T6SLgNqbE\r\nQV14pGaQxbY4hhMj9T+rZG9ycLAjxAN1ixqy7hDVTAoIHqKgzVEVoUfVwCjF\r\nnZa2b1SHGJOxeAFWOcgHNhO9I5UmjtWeISnAisW3ueTlUL7zcM37flZH2e6a\r\nM6EtP5NkduQ9UOlIj34TJ09HyJugHdgw+wGyq0DGW2r6PjvjKYsoeJ+9jl2o\r\n6TaTWgF/fQRMKXx3AT30S22TFtVStfycTaL1RPEs6aKfvJhwckBQNM3TUQF+\r\nAUbQqKdFBnyvvrQoKz+OU8o5u93Skg6UQ78d3EOtqSDt51Ymu7GYRW/cuFKi\r\neMte8AA9qb/R8gb4a0RU3NFhvbzStjMOvSGv57AJJ9fzzNfHIF4uIFvo50pi\r\nZ3QOViaMVrSzBEZeWBvRb98iu6adRH77dv8=\r\n=gFqa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230420.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230420.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-O+JNOSVVMdP6LgPX8kiGh6/gibb0qkWBUNEj9BwCnf8+jN6PuiD+5g0GOwnM2NK7xkAV9xcJOVrpl7Kp/QrjBQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230420.2_1682035387264_0.07378336386962436","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230421.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230421.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230421.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3cd44d680b1492664235a78a3d1625fca92967e9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230421.2.tgz","fileCount":206,"integrity":"sha512-wk1VHL7n6hycTrs21OElO2a44Qmdpyb4iwNjV3ZGPDG2KVhnE2c9axSFpCuAkvGsh9eA4kMQ/hY+oCw88+NPiw==","signatures":[{"sig":"MEUCIGOmBYEg5h/csH964F66z7Ml4ip1yhqj3ls3zybtYS/oAiEAxHBBD7/vXS8TGlKkgFXrk/FM/gESIBXQAavxhSKQ9cc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1418565,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQyMJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrjXw//eivFGXxra4Lrj3mr3IZ2LjR9NZm9H48Q1W4TPUWuwtv3wlyl\r\nmUgRpWDVxg56Bv0wlsex9eqK9DVOaS8jJ+1J/POHVYcsl2K8awOW/jlCxcWb\r\ng07pubiIHXo/G1wTQh/rj6tRdH6HPTtQmbA5y7caLrpzJrsQ67XSFw3tUUWo\r\njjDvWba2kA4dD2OssjRrr7iXUWzH8qL9hoaKXYIQDJxiUjUvK6n7gJj5toP0\r\ngcbU9Nen7sli6yXSP7KdGapfNvqkJsvcoRmNZYTPxsee750J4Y5YtSg0KBIT\r\nvcWhnWRVHHmLLnwcCu+hS/3rHtAtf43bnHiFLVjA0X++UZ2hsjwQze6ROgSS\r\nRtorU6zUSLaT8T9QjZXZcahPqh019bawmoABD+1KKLhEsgPb8xH9nJSADf3f\r\nSO00892B9W1BRGRODPw5SvbEruG/K9OXY3/A+xcKP2aoFQqhwfrtyzWi/yD0\r\nPbtH5JpxpKsbiAVnU8sL5mpz9v61n/oaVqIo2pP9PAYRO1q08s0gm2UaVFth\r\nTDDbK6/rx9WMVQy6OrEcf4wgX4zYj8fiI78Tfxuv1xHpJs+/wWF0TvOZXcVX\r\nn2dQztV0Y59dTH5q6FW68mQFEiJkVbNkSpI5nV22f5fRzvx+KQx4kQ9oiK04\r\n8xn8L64GqvxhNfchEjc2EbRpV4fSxBQ3ONY=\r\n=6o8q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230421.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230421.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-wk1VHL7n6hycTrs21OElO2a44Qmdpyb4iwNjV3ZGPDG2KVhnE2c9axSFpCuAkvGsh9eA4kMQ/hY+oCw88+NPiw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230421.2_1682121481412_0.018995160294575264","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230425.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230425.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230425.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f1e4563b590fac3c349eadaa3cdc59de45c1fb73","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230425.2.tgz","fileCount":206,"integrity":"sha512-TFevdJt9MtPgZMKFbnJwZztxKFgYsOv1RZjUWVt7wGYz5uuoqtluUjA2QnmbSiGd/sG4ooF8gC+OoGzH98oljQ==","signatures":[{"sig":"MEUCIH92i6BrMXFCUGyoybpkyWJw8IY2eWNDQV5EPGcZygwFAiEAi021dsk+6qWfNv/dLwaefWoYdsXLbYbVZCIDNnOPObQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSC/EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5rA//TT/6sJjaVP4nAjfkUU1AB7Nh56Xc+q+lZgLUQ6irK1ZN15Sm\r\n401PiswUOkCTWGG8mEzCNNO3hrxt2OHo/9nf+uK8tVJZHP+kjvp7Dhq3C3Ks\r\nIytJHjZf4vPiUTIF6y21YZnwCzxgXRmZ7aVzjGp0nNIM4EOtj4XxusBpaySO\r\nMgxADFCbkEJ2Qu03FsWIvExUgCqtRx/JNzeHA7hjCiIRz5cuMlcyyeOGdfTX\r\nLfOg92GqvQPL/sIA2wpu+OshH0E4br+YzQ/OUUjsR4g+SCbk++RPsGY37GYT\r\nmu9+1LMzw2ksXNWtMcK15Y0xcOXGHvY3yGauGFOwqutkN/CqVZ02m+A/HaS9\r\nieopjzbadSGVQU7rRUKkOqFmcox+7IFlJlrw/2bbUP2mmw4DaRHdNAwsWi8S\r\n+yx48zI0Bou3XcCPHM1UCUthKXkAIRee5HZt+x+i1J/Y4oIe/dxfntbtiS5X\r\nNQIYrzZmvkRNKKMxbkS+/f5gHUPfWwVBVu85GWV7ZrohLaimUCsK6LgFxrBZ\r\nW0cQWmm7XV1SX30Apr7zluLV04LUbhUGHJChRRNBbnQblWShX2jl3Cb2tDRt\r\nUlSnD/zhXGdUFGRgf/zvTSAu2jteX6a5FcuIupr0rkN+H73l3kRy7qXJKn9P\r\nvdm4daCy84cOAEToQBbUL6tfOMbPzKmuMp4=\r\n=Y6LD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230425.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230425.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-TFevdJt9MtPgZMKFbnJwZztxKFgYsOv1RZjUWVt7wGYz5uuoqtluUjA2QnmbSiGd/sG4ooF8gC+OoGzH98oljQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230425.2_1682452420477_0.3590845157383409","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230425.4":{"name":"@azure/identity","version":"3.2.0-alpha.20230425.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230425.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1fefaca796f320f4ec33b620581641cde00fa0d3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230425.4.tgz","fileCount":206,"integrity":"sha512-z9g6CHec5/CWR67OiT342Np8FWaFTBYtQJ4GFHI0PIKU/W8m4luHLOHXpdva0W8a5qA9cS5wAG0kjAiLOtE/Bg==","signatures":[{"sig":"MEYCIQDW9ABPGvBBsX75PoVITIVewzqujn6MWbQFmyzBfWxDaQIhALDkBmxoMmfqlI27hQd3KLkFhWDT2VmAEc0RJtF4m0WQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419965,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSGmSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+6g//VLrpapLn7kCfaNwqZZPjZAH7MHDF0U2BNCdPTm/LDEb8tiv4\r\nx8iQuEmtXhgLtSwKoycjCexW22uEkJTzxQszhM2af3xIHQZb85Wp/EJPgdFv\r\nh1PrDwoiuUwAvfpD+GbLkoMQzj6QXK9tfZcO0SKD3al6jh0U8yurqav46RQv\r\nLZvLU2HG47kpRKJEkeB+8FC2WKvFI8ZdZv2821ARAdCAvKzz1hJIAcivqou1\r\nIZmpVo/0Q9WHgIxS026XXSpYeQJhQfqV5UgKYGTt3tW7/4NIa7alhsijgH0o\r\n2xcquZa7tqPz/wqadnsALA1Df4srE74QhFibqQuIhtPAbs/x58u3x8pp4P1p\r\njsK+ew6VCap5CYr3xzlGv/YhUWolaTrAv6fKINHnjcO0dsGoGcuqAqf7n1TA\r\nqTNZd5+kw4KDc3M86jFVuT94AGIf1GanhQPSZrsN/rxxt7AFNGOClFqv3JQp\r\nDmNlWvbZX1Wo9nE2PT+ZUhqpbxPtqWp+ucC6Yp1+euCkzP2723yITw/NE1gW\r\nOzARFiw6gE6nzrC40BJB7AGhQcgcFPkUywk9nbeLOJUjbVL5fi3qRWWle5y1\r\n2zOhCMLr/BxLVw90QXdT0PNslEx7t6t+FQmh5Z/cNQOlfFlIIItbncBVhfbU\r\nXX6Ejwf6pIC2jwa8yGNX2fRuZXocGN3Ci9Y=\r\n=4X49\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230425.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230425.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-z9g6CHec5/CWR67OiT342Np8FWaFTBYtQJ4GFHI0PIKU/W8m4luHLOHXpdva0W8a5qA9cS5wAG0kjAiLOtE/Bg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230425.4_1682467218374_0.9346868152762788","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230502.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230502.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230502.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fe4481515941c045c572f25aad421ca7a5fad3ee","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230502.2.tgz","fileCount":206,"integrity":"sha512-GyA+THSveuedQvX6iCtpkMNJqY5YqYEKK78mwNkvSUK56/1MVLsddalA45t0IpaH1S7PipULswjqSVFpg59WMQ==","signatures":[{"sig":"MEUCIE2qzDb+JSgjvuC71v6A5z56UzKpNDsCQiJmDs1aDkjTAiEAzUxug8tOeKIwkPEwSrU1EarRSMHOXJe7VpaED+3Z3RM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419980,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUaQwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqgbg//QO+aiFUZgENhQ34KiwZo0GSs5to1kksPUvdLB7KAWkjTNh93\r\nAJFIwaEzIb6AqGPk0gZut7rWq/cB+977zWe+liAnCZPBt7hXiUlr4QluulB0\r\nhwYUqMliDOIBXxwCtuh77xIx7DrlBwVSQxQeDQ+2cFnLMuJDbtkx+ve9FCQk\r\nxc5DnaNfyQ7eGAq+gjnN3Xxaue2MRq8EDSIk8O8VpzeeiYaNuk1/fyU6p+R4\r\nM5HumWPKceLRmhykB9LPM9g/wvIfhc5NWHwFxblyzYEwYsEflbVLUX2xicz0\r\nlDt9jHS5S4D1ZwXHwsiqpjLMzYtomHkPx6goz1TrVMkZpKG5Hjr5FLoPYOhb\r\nO7SeLpoVYx4xkz/a0mMS9Ty2dCCvF4udMAkWV1qf9fU95OelpKhesEV/ESZE\r\nda6IYXrMhfN7Yh3BlQGBIp4HhSUc7o9guRf7eHusLsB7AOHEagxL+6d77jVE\r\nmF6M1bEXwEPimTN2vbk6vVjEnO9oNfcuLJ1WYpYTEsp2zEEWqfIV3EmpNAhp\r\nVa+CEmlHBvEukCKnbYEEcQiEqZr/4JHPaH9YVWQ7hmuz5mXRQgwntICUnE52\r\nBGXHAOyLNhd31w/BmoxwX726YmkEHpmAdQZ9B4kY8SNEwUvKgqb0KhHDRfPf\r\nemI0xiqJ7+Nj2rwonC8dEpY7oUry6dnOVBQ=\r\n=RF1y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230502.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230502.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-GyA+THSveuedQvX6iCtpkMNJqY5YqYEKK78mwNkvSUK56/1MVLsddalA45t0IpaH1S7PipULswjqSVFpg59WMQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230502.2_1683072047984_0.5838397855819863","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@azure/identity","version":"3.2.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5bbd639924adf2d4f31e91bb2a5208c4c1782b14","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0.tgz","fileCount":206,"integrity":"sha512-WgJRnIweTUJn+h34xomlgbG5/5pwoQ0aBA5gbUtZPFx/UDKsrIZylI+uH++OjLkgyjT4FzLfms048+t+goUo6g==","signatures":[{"sig":"MEUCIFHFRn9tPKfCmptqHmpjK3D6OVpQzNPppmjBDYwogNJJAiEApqsQFI/tWe6NaxsXZPtJNXX7tfMa8Ez7ir9c8qowqp4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419601},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-WgJRnIweTUJn+h34xomlgbG5/5pwoQ0aBA5gbUtZPFx/UDKsrIZylI+uH++OjLkgyjT4FzLfms048+t+goUo6g==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0_1683666766205_0.2693026758351753","host":"s3://npm-registry-packages"}},"3.2.0-alpha.20230509.2":{"name":"@azure/identity","version":"3.2.0-alpha.20230509.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.0-alpha.20230509.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6434e9533cf8f1dae6644f1f497585b10a739050","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.0-alpha.20230509.2.tgz","fileCount":206,"integrity":"sha512-dvudGeHCQAHmfOyYWtlj6oRx1Bi9Ey8bEbz1ewFd15BXDZgfNg1JOx/1JJOVm9ThxjUiUB7XqXj1RKwwxSHUFQ==","signatures":[{"sig":"MEYCIQDz45/AClh2SvtlV3xpnc2aV7bzbVHtsaFn92oNZXpOhAIhAMT5uRPAGUFJdyXWp/xFwOglgZ5XHArkzDpUHKTNLaam","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419678},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230509.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.0-alpha.20230509.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-dvudGeHCQAHmfOyYWtlj6oRx1Bi9Ey8bEbz1ewFd15BXDZgfNg1JOx/1JJOVm9ThxjUiUB7XqXj1RKwwxSHUFQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.0-alpha.20230509.2_1683676745673_0.9554779150213903","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"@azure/identity","version":"3.2.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"45c4c0d96c35fcd4d4e5b4d88ddf5a27db03f32d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.1.tgz","fileCount":206,"integrity":"sha512-UVgj7J7uGUKtt9e9tvs4uC0/aFsTZlaQeWNoy/k3D3n95cLPOxUa73Irs4NjHSg3XKBtDbXcUPPc5AMRrToveg==","signatures":[{"sig":"MEQCIB6xx/Mw4OCDyxJfeNTpyJyIZAOQ9//Q88nYFqN0YUh6AiBf+Oit6sc5z+oicZbh+SzF4hSP874B1nmz/aqTWqDfNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419717},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-UVgj7J7uGUKtt9e9tvs4uC0/aFsTZlaQeWNoy/k3D3n95cLPOxUa73Irs4NjHSg3XKBtDbXcUPPc5AMRrToveg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.1_1683833182932_0.19090431230994342","host":"s3://npm-registry-packages"}},"3.2.1-alpha.20230511.2":{"name":"@azure/identity","version":"3.2.1-alpha.20230511.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.1-alpha.20230511.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"81a116a92f95c3b1120de8919a20709692220435","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.1-alpha.20230511.2.tgz","fileCount":206,"integrity":"sha512-tt5JGPA6d/Q9htfPqFtd5/lxuc/A3V3S7uVBIhHhHvtdE1Gk1ZQxWtX6G7QzZQsT+3ozRgp+HB/xe/B97YAaQg==","signatures":[{"sig":"MEQCIHieI5JbdDndr1Fz2PrMs9EeYP1Kl0iSeo6pXAmyTbd1AiBbUbJWA/8asj4Eiy3rdP73na16OFp9JfP3D3ifwUJtPg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419794},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.1-alpha.20230511.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.1-alpha.20230511.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-tt5JGPA6d/Q9htfPqFtd5/lxuc/A3V3S7uVBIhHhHvtdE1Gk1ZQxWtX6G7QzZQsT+3ozRgp+HB/xe/B97YAaQg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.1-alpha.20230511.2_1683850001099_0.27811437347861356","host":"s3://npm-registry-packages"}},"3.2.2":{"name":"@azure/identity","version":"3.2.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"68b4a54d62d28853ec72d2d936096beb2f138731","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.2.tgz","fileCount":206,"integrity":"sha512-1xspoCfluAQUZmmWdPUNuiweIjE/ckZtR4gcnDbB2NMr36fk9MwXWaVJ7m1NKhOSz2RgMMLVUvZ2AISGcaAOTA==","signatures":[{"sig":"MEQCIHbPfxmToDAOxHOJEB4SZSYqb91edAiIQ4xcPV82zs2uAiBOeZBMGr7i4avIuZUFQhFl+wZcw14y4W2W7ePhpUNKew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419103},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-1xspoCfluAQUZmmWdPUNuiweIjE/ckZtR4gcnDbB2NMr36fk9MwXWaVJ7m1NKhOSz2RgMMLVUvZ2AISGcaAOTA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.2_1684183707955_0.45818648742519286","host":"s3://npm-registry-packages"}},"3.2.2-alpha.20230515.3":{"name":"@azure/identity","version":"3.2.2-alpha.20230515.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.2-alpha.20230515.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"27126c79383cbd75269316f77e8a5776d813b509","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.2-alpha.20230515.3.tgz","fileCount":206,"integrity":"sha512-X2Wq5wqzLPrqiTxsHNA4WA2gNiIvOsJyIFhCs4usU4YOrVd9tpFPuS1UriLRe4wKEyP8MLTqcIa8SvvqD9QcUQ==","signatures":[{"sig":"MEQCIBA/Wek6Ny0xSF7hvuyLc5mN4ETvqfyDKgOYf+Do1xfNAiAxezNfXE5Im0/RIucMn3t1+8if0uY9dUEfawWgLccFXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419180},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.2-alpha.20230515.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.2-alpha.20230515.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-X2Wq5wqzLPrqiTxsHNA4WA2gNiIvOsJyIFhCs4usU4YOrVd9tpFPuS1UriLRe4wKEyP8MLTqcIa8SvvqD9QcUQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.2-alpha.20230515.3_1684195289854_0.6157341635087785","host":"s3://npm-registry-packages"}},"3.2.2-alpha.20230519.2":{"name":"@azure/identity","version":"3.2.2-alpha.20230519.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.2-alpha.20230519.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dfa46389b49173f33bea0dc9d1f46f9a4d9a2ce9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.2-alpha.20230519.2.tgz","fileCount":206,"integrity":"sha512-KLZjF7/qgfqG+7FHUJNPvxNA11faQWNHqnSR6g57aq84QoxaawIneXMdHdrAyEXsQ9pP7QjI/u+LG3+JNMQC0Q==","signatures":[{"sig":"MEUCICt4gF9iBwZSR2RSlH2il8dP6NuVkB+piW90T77z55NpAiEArssgnjwPmP+cwK0kxc9z/w9XqrY4sJMUCcQ7k2w7PC4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419396},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.2-alpha.20230519.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.2-alpha.20230519.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-KLZjF7/qgfqG+7FHUJNPvxNA11faQWNHqnSR6g57aq84QoxaawIneXMdHdrAyEXsQ9pP7QjI/u+LG3+JNMQC0Q==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.2-alpha.20230519.2_1684541009733_0.39386074233028556","host":"s3://npm-registry-packages"}},"3.2.2-alpha.20230612.2":{"name":"@azure/identity","version":"3.2.2-alpha.20230612.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.2-alpha.20230612.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ca4ead9f7638a978f23cfaf3dab901fdd72554ee","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.2-alpha.20230612.2.tgz","fileCount":206,"integrity":"sha512-uKz7te3gJxGS/F3H7/EcVK0QaiwRE02r85ql37rSMHaCtV1dbBg9BIsEbBqWsPEo4QMo9OkKrX8i2j5PnZdLng==","signatures":[{"sig":"MEUCIA7Bw7/d9tqHYU3EIj+egxfuvfC3t0O1xyVk0LcjbmGoAiEA+CUnK+pPlnl9e/LX2GX5JKRQgpeJHBDr7A0fSWn3HyI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419396},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.2-alpha.20230612.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.2-alpha.20230612.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-uKz7te3gJxGS/F3H7/EcVK0QaiwRE02r85ql37rSMHaCtV1dbBg9BIsEbBqWsPEo4QMo9OkKrX8i2j5PnZdLng==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.2-alpha.20230612.2_1686614183171_0.88469809725983","host":"s3://npm-registry-packages"}},"3.2.3-alpha.20230614.2":{"name":"@azure/identity","version":"3.2.3-alpha.20230614.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.3-alpha.20230614.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"07d3d19b684570bd2e3849219844b214e0823537","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.3-alpha.20230614.2.tgz","fileCount":206,"integrity":"sha512-bmxeifSygfXfkCtc7Jfy+aMaNHDnpJ3sIphJEkluTC2vkovK66Ab0K5E1VMEHO66Go3DDmhg9hGm2AH6ztBXrg==","signatures":[{"sig":"MEUCIA5thY+aOxWPFE3Okjp2ARTSmo6yfHlqI6JI0Zk71bVpAiEAhNM+tqs3Rp3Tq7AQ7kB51/QJ5cH2hMF1/i8cyMGGC4Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419396},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.3-alpha.20230614.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.3-alpha.20230614.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-bmxeifSygfXfkCtc7Jfy+aMaNHDnpJ3sIphJEkluTC2vkovK66Ab0K5E1VMEHO66Go3DDmhg9hGm2AH6ztBXrg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.14.6","@azure/core-client":"^1.4.0","@azure/msal-common":"^9.0.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.32.2","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.3-alpha.20230614.2_1686787239801_0.1515713122832183","host":"s3://npm-registry-packages"}},"3.2.3":{"name":"@azure/identity","version":"3.2.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dc6a4bc4c798c06dd8a3af2869f83ddadf332e26","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.3.tgz","fileCount":206,"integrity":"sha512-knIbl7p2i8r3qPsLW2W84esmDPr36RqieLC72OeuqYk4+0TRNthUhWTs655P9S9Pm3TVVxcFsS3Le9SXIWBIFA==","signatures":[{"sig":"MEUCICsD1w0lMtrNpogoKo6i0jLuHNTBRCCbP6sI04Ee7K/yAiEA+un0OZabwjfb7DXIW1vyPkRnNq75qv7BCeHNZWomqd8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419104},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-knIbl7p2i8r3qPsLW2W84esmDPr36RqieLC72OeuqYk4+0TRNthUhWTs655P9S9Pm3TVVxcFsS3Le9SXIWBIFA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.3_1687284972294_0.6802984464510697","host":"s3://npm-registry-packages"}},"3.2.3-alpha.20230620.4":{"name":"@azure/identity","version":"3.2.3-alpha.20230620.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.3-alpha.20230620.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0e25ba1553652217e06b0fa97033816980d066f3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.3-alpha.20230620.4.tgz","fileCount":206,"integrity":"sha512-L74vdVo9tPxCqvH3O9NDYMbv/zjcJ3LRK54s/TayT6WMbSq9RrOcqSdUT/TaTlBW7oRj10bVnXeTaG62F8ny6w==","signatures":[{"sig":"MEUCIQC1HNP3BTTNus0LajGB5StCMj5iCxqkga8oaV8TxZJN9AIge4xKHLKpDUHfox0GThpovmBlGsFj3gqv0gT9ETidZYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419397},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.3-alpha.20230620.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.3-alpha.20230620.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-L74vdVo9tPxCqvH3O9NDYMbv/zjcJ3LRK54s/TayT6WMbSq9RrOcqSdUT/TaTlBW7oRj10bVnXeTaG62F8ny6w==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.3-alpha.20230620.4_1687305435639_0.44308636582632843","host":"s3://npm-registry-packages"}},"3.2.4":{"name":"@azure/identity","version":"3.2.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"647086aa4156fa9258d7c9f455a8695654293dca","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.4.tgz","fileCount":206,"integrity":"sha512-t63oyi2LAn+ZAehYA7SDlhJDd1J0eLO3a21mxTaJcXqKW/tbRbKmo/BeyyTIXbBaoeTFn0xnyQHyomwndTqKUA==","signatures":[{"sig":"MEUCIQCVkqEPwBvSafnXQxUKBmFY9Of5u8AWqg9nX2DYB/U2ogIgD8V/stPuPJF/22HP+0YaPtoTXFoFv1KrW0KDRAQsotE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1420651},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-t63oyi2LAn+ZAehYA7SDlhJDd1J0eLO3a21mxTaJcXqKW/tbRbKmo/BeyyTIXbBaoeTFn0xnyQHyomwndTqKUA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.9.1","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.4_1689981118668_0.10327256322981992","host":"s3://npm-registry-packages"}},"3.2.3-alpha.20230721.9":{"name":"@azure/identity","version":"3.2.3-alpha.20230721.9","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.3-alpha.20230721.9","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"66b17e156a115a27ce06cbec3f26abc64fa994cf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.3-alpha.20230721.9.tgz","fileCount":206,"integrity":"sha512-PHGs8TlMqohOcphxlpTDQjI/MfwYZYTCr3oQRPvXv0yZ3AFpzDoEgkAZV/Hz9JIJGIWtvigXmzYbd1Tn7DfGwQ==","signatures":[{"sig":"MEUCIAelzXol5ngRcX/AoW4+60REU+JDw11gmvM1p9Jtx3/IAiEAiEqiaNkvgtLyu08cTnaTDAJ1OY5MOgfOCA3WfuuPASQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1420944},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.3-alpha.20230721.9.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.3-alpha.20230721.9.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-PHGs8TlMqohOcphxlpTDQjI/MfwYZYTCr3oQRPvXv0yZ3AFpzDoEgkAZV/Hz9JIJGIWtvigXmzYbd1Tn7DfGwQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.3-alpha.20230721.9_1689983771166_0.42660293206847744","host":"s3://npm-registry-packages"}},"3.2.4-alpha.20230724.3":{"name":"@azure/identity","version":"3.2.4-alpha.20230724.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.4-alpha.20230724.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"05038a4f2194ac1e944fc6ea4b63a66fa18c198a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.4-alpha.20230724.3.tgz","fileCount":206,"integrity":"sha512-wUPl/k6TewXhJ4wS2nSwULyflslh1DaxAgZ1Up6dEtzccjUASvH2K9y0Q3s1aVOcD9NI4xlZHUUbVawWNy/DGA==","signatures":[{"sig":"MEUCIFLAw/AREV3oOQ0pEZfAbCmQOtLmcKHH4Xzbe/dFzW7VAiEAljZLuibSn9tRaiIMonEjQOKy4dVIu18qp+DjbdwSsvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1420944},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.4-alpha.20230724.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.4-alpha.20230724.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-wUPl/k6TewXhJ4wS2nSwULyflslh1DaxAgZ1Up6dEtzccjUASvH2K9y0Q3s1aVOcD9NI4xlZHUUbVawWNy/DGA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.4-alpha.20230724.3_1690242961141_0.5505488143200874","host":"s3://npm-registry-packages"}},"3.2.4-alpha.20230727.2":{"name":"@azure/identity","version":"3.2.4-alpha.20230727.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.4-alpha.20230727.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"23397b9b00b39e58f4166ed7aeb3b130eac29c21","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.4-alpha.20230727.2.tgz","fileCount":206,"integrity":"sha512-DsKAXrJQCEBz9iFGzPQuzdPgaCyfiSQGSQq11O1LP5KBmfU4n3sVt0Wgapd2iAESl/AtXrtwp4Hrq3FDMnyVAw==","signatures":[{"sig":"MEYCIQDc0N0i6di2iBVGPkdea+aBVNvPOcWGdDoYXqdIUlIDEwIhAL9/5K6OEjq+szcpLZ1YT3boywnrh090keLq6pNgzqM0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1420946},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.4-alpha.20230727.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.4-alpha.20230727.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-DsKAXrJQCEBz9iFGzPQuzdPgaCyfiSQGSQq11O1LP5KBmfU4n3sVt0Wgapd2iAESl/AtXrtwp4Hrq3FDMnyVAw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.4-alpha.20230727.2_1690502285672_0.7704962239301303","host":"s3://npm-registry-packages"}},"3.2.4-alpha.20230804.2":{"name":"@azure/identity","version":"3.2.4-alpha.20230804.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.4-alpha.20230804.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0bd537155d58c969d1b0808673466d708d127b2a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.4-alpha.20230804.2.tgz","fileCount":206,"integrity":"sha512-zRmZXy8NczZgSJYHUis+tRKPKTJaS7dlCyek0OhtNQ9yHRWGsICY5yG5+h7x6x6Z+OFDv9cLsSUcCbgyTsBANw==","signatures":[{"sig":"MEUCIAkGvBFbgruCovRLszkDpcKkFUlG5Utkq3ujBHcxH+3jAiEAkf099aADpvtj+OKIVwGOUrslbIQ2CG/BWcjG7SaFLMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1421310},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.4-alpha.20230804.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.4-alpha.20230804.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-zRmZXy8NczZgSJYHUis+tRKPKTJaS7dlCyek0OhtNQ9yHRWGsICY5yG5+h7x6x6Z+OFDv9cLsSUcCbgyTsBANw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.4-alpha.20230804.2_1691193455795_0.5186342337044618","host":"s3://npm-registry-packages"}},"3.2.4-alpha.20230807.1":{"name":"@azure/identity","version":"3.2.4-alpha.20230807.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.2.4-alpha.20230807.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a6f3200b334013a7cee58499e6ad5e0487610473","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.2.4-alpha.20230807.1.tgz","fileCount":206,"integrity":"sha512-HwoWcab9gsQKlxdAQXCy17aG10Uop4+6hxG6+H9Qq1x15EBqIG0EvM4ugsg5DwpkGf2SHbWWoWfR+/5nE6KZqg==","signatures":[{"sig":"MEYCIQDnPyhthBZURM1BUL19YhqtpqC89bwc0qyPhCc9hXeHUgIhANDLk4kUEKSlHlLYL8rcLmAJOyZFsu0cxK7S8b19g1rF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1438556},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.4-alpha.20230807.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.2.4-alpha.20230807.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-HwoWcab9gsQKlxdAQXCy17aG10Uop4+6hxG6+H9Qq1x15EBqIG0EvM4ugsg5DwpkGf2SHbWWoWfR+/5nE6KZqg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.2.4-alpha.20230807.1_1691453274456_0.04334452451098092","host":"s3://npm-registry-packages"}},"3.3.0-alpha.20230811.1":{"name":"@azure/identity","version":"3.3.0-alpha.20230811.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.0-alpha.20230811.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7ae9f94ce71ed7eb754bfce79339c74669610521","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.0-alpha.20230811.1.tgz","fileCount":206,"integrity":"sha512-GPq7zWqXVZQuSDAAQ+MwSvrmbUCRhwohjuGQNE/o15R+0wiQtRhQFQUxa+Jv40EvhPidIOehTVgW4iNeDqXnSQ==","signatures":[{"sig":"MEUCIQCT33OEQIzjvRPEVA1SFXyx+YtfEOHVf2z599hGcQlmbQIgFn6cc7BZdxmsqJEJe8i6ODHWezi1y+Un+f6K00YI0cw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441838},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.0-alpha.20230811.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.0-alpha.20230811.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-GPq7zWqXVZQuSDAAQ+MwSvrmbUCRhwohjuGQNE/o15R+0wiQtRhQFQUxa+Jv40EvhPidIOehTVgW4iNeDqXnSQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.0-alpha.20230811.1_1691784339627_0.3855312115542753","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"@azure/identity","version":"3.3.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0166cfdfa892d73eeb69c390dac91796c6f85f79","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.0.tgz","fileCount":206,"integrity":"sha512-gISa/dAAxrWt6F2WiDXZY0y2xY4MLlN2wkNW4cPuq5OgPQKLSkxLc4I2WR04puTfZyQZnpXbAapAMEj1b96fgg==","signatures":[{"sig":"MEUCIQDajki/nSFLnyV24Pj/arzvkHCFPXhpIC6WSRH95mmajwIgUKHvl8XFoM6ZB8P+Lv1UGQ0fEg7r61yifbK0CrlPSkE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440508},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-gISa/dAAxrWt6F2WiDXZY0y2xY4MLlN2wkNW4cPuq5OgPQKLSkxLc4I2WR04puTfZyQZnpXbAapAMEj1b96fgg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.0_1692063641051_0.03838191326634455","host":"s3://npm-registry-packages"}},"3.3.1-alpha.20230815.2":{"name":"@azure/identity","version":"3.3.1-alpha.20230815.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.1-alpha.20230815.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f796e605c97dc616b8f9899f5c33cd4bae6e0a09","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.1-alpha.20230815.2.tgz","fileCount":206,"integrity":"sha512-sh/mB1ZVdJfLjxOzwjMdEQihPZc7j1SJ1IPdtcl+Y7oFVOPu6yD2+ZOIPbOe+oqSc5Ol0QuB8qtdb3G5nxUpyA==","signatures":[{"sig":"MEYCIQCaD5MayRAgs65zpLJx918+GlonBhulaz+49ugON1oARgIhAMhjRx13SbR6nD5m959bMhADHSWnkx/4XTsDXLexBe1T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440585},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20230815.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20230815.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-sh/mB1ZVdJfLjxOzwjMdEQihPZc7j1SJ1IPdtcl+Y7oFVOPu6yD2+ZOIPbOe+oqSc5Ol0QuB8qtdb3G5nxUpyA==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.1-alpha.20230815.2_1692143750999_0.5209350645167385","host":"s3://npm-registry-packages"}},"3.3.1-alpha.20230906.2":{"name":"@azure/identity","version":"3.3.1-alpha.20230906.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.1-alpha.20230906.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"67f2b0f86896a95bbb00870a036639c86cb25884","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.1-alpha.20230906.2.tgz","fileCount":206,"integrity":"sha512-E1FMYornuXotvU6SjYC+87phaNxrVnl+DARcqhRf1QjbTlLhBFmk5cvMI3OIADdnbzIgiwRLDLmjdRFz+Bes4A==","signatures":[{"sig":"MEUCIQC7WghaayJbX7Ki/2Zy72nAjSI50EKj+ZjOmglfWXhaawIgAfRwY/hgFl6ncvcnzv+XIuCXEFI8LwiQTBRLmY5V8QQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441213},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20230906.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20230906.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-E1FMYornuXotvU6SjYC+87phaNxrVnl+DARcqhRf1QjbTlLhBFmk5cvMI3OIADdnbzIgiwRLDLmjdRFz+Bes4A==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.1-alpha.20230906.2_1694045556300_0.8338454882738962","host":"s3://npm-registry-packages"}},"3.3.1-alpha.20230926.1":{"name":"@azure/identity","version":"3.3.1-alpha.20230926.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.1-alpha.20230926.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c391478e8482d4f6b09f35874d479f50dc5ed8f0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.1-alpha.20230926.1.tgz","fileCount":206,"integrity":"sha512-fDkxzOjG7UIH3WLhaU3k7PRL9UTiSw194Waa2D24B2SIQn0M992tcdxQv1tajeychBpRQ5FatbJtGphRhL/Ffw==","signatures":[{"sig":"MEQCIBHuVs+MoyedvZ0YQz9I4MUDPOf9jbYeBcv5QFeGv0LFAiAKqGvWDt/BTa5BKtLm2h2aKJPV9S40liyOpKjSeOhSjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441237},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20230926.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20230926.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-fDkxzOjG7UIH3WLhaU3k7PRL9UTiSw194Waa2D24B2SIQn0M992tcdxQv1tajeychBpRQ5FatbJtGphRhL/Ffw==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.1-alpha.20230926.1_1695773267752_0.5514863522948699","host":"s3://npm-registry-packages"}},"3.3.1-alpha.20230927.1":{"name":"@azure/identity","version":"3.3.1-alpha.20230927.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.1-alpha.20230927.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"55b05213282b2b1bf89445a31ac4eb3f02ca97be","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.1-alpha.20230927.1.tgz","fileCount":206,"integrity":"sha512-w4sY1qr5lrP5E7ntoDfmlNuXb4SZ7Gl649aIGcqAfo/tssN9kcccyD3U2TfYf9Pgpsx2NMZoXvIRGUBZgoIXxg==","signatures":[{"sig":"MEYCIQDoMk9FsHpBgsrkRGnLxIpE2eyjLJ9QM/0bpSkXZWW8uQIhAI4hSVShiZSoaQVmFxpZXgdu9Llpbe/dTRfUTzJzM2nG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441371},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20230927.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20230927.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-w4sY1qr5lrP5E7ntoDfmlNuXb4SZ7Gl649aIGcqAfo/tssN9kcccyD3U2TfYf9Pgpsx2NMZoXvIRGUBZgoIXxg==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.1-alpha.20230927.1_1695859375023_0.37381482368570307","host":"s3://npm-registry-packages"}},"3.3.1-alpha.20231009.1":{"name":"@azure/identity","version":"3.3.1-alpha.20231009.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.1-alpha.20231009.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ec7e2bcf41a25b21fc6cd03c162adcef598859aa","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.1-alpha.20231009.1.tgz","fileCount":206,"integrity":"sha512-zGwvTOWlccLT87VHq4e5VW4JYcjA1gxFito2zz5lab+eWw69at8pNijs+078ME0PNSe+3flEl6ykMUk3oyPxFQ==","signatures":[{"sig":"MEYCIQCvFC8EqHNjLXh6S1+/jfLOoQvP1/rWlkRydXLjOg/i/wIhAP6eL6lspyTCZknCKVMFDwDw4724vPEtqew3/A6m1mUU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1442069},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20231009.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20231009.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-zGwvTOWlccLT87VHq4e5VW4JYcjA1gxFito2zz5lab+eWw69at8pNijs+078ME0PNSe+3flEl6ykMUk3oyPxFQ==","deprecated":"Please upgrade to the latest version of this package to get necessary fixes","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.1-alpha.20231009.1_1696896464266_0.7862155475412815","host":"s3://npm-registry-packages"}},"3.3.1":{"name":"@azure/identity","version":"3.3.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6d3b68b655c09ce02b3f9a6d879e59bd000da70e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.1.tgz","fileCount":206,"integrity":"sha512-96im0LrJt0kzsMqA8XjWxqbd2pPuEZHDlyLM4zdMv6nowLV/ul3dOW5X55OuLoFX+h22tYnMcGmQb3tlkdt/UA==","signatures":[{"sig":"MEUCIFJXsZjmF2I4EVp0NXIDQKXh5/So1RUs67gh/YVCkMDdAiEAuAHHf2MDEYwGiCFcdvY0unhhTmBPf8VIUWE94FN6Ty8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1445560},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-96im0LrJt0kzsMqA8XjWxqbd2pPuEZHDlyLM4zdMv6nowLV/ul3dOW5X55OuLoFX+h22tYnMcGmQb3tlkdt/UA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.1_1696900586330_0.4951581567151391","host":"s3://npm-registry-packages"}},"3.3.1-alpha.20231012.3":{"name":"@azure/identity","version":"3.3.1-alpha.20231012.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.1-alpha.20231012.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"042ab32f020185f2867dd073d2a8fa8603b67183","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.1-alpha.20231012.3.tgz","fileCount":208,"integrity":"sha512-8k9c+4hh1wOjE7sk9zT3Pm4r+/a8ovjonYvq49MlYkLtiXfaWf2ag0XyfuBOqoYZrlBjnZT9uG8BNjWlgtGuZw==","signatures":[{"sig":"MEUCIQCkTrSeMZo2I0CBSGHpXfVfrvinwU2hwP7DBvHk6UY0kgIgeQLlCmX7ZGMOXSEiBpBUkn7B/zxfft3UUjaY+kp54kg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1429814},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20231012.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.1-alpha.20231012.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-8k9c+4hh1wOjE7sk9zT3Pm4r+/a8ovjonYvq49MlYkLtiXfaWf2ag0XyfuBOqoYZrlBjnZT9uG8BNjWlgtGuZw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.2.0","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.1-alpha.20231012.3_1697155069189_0.1908959580481573","host":"s3://npm-registry-packages"}},"3.3.2-alpha.20231013.2":{"name":"@azure/identity","version":"3.3.2-alpha.20231013.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.2-alpha.20231013.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"34dfe9ba64e05718e3559f103c505e39d52b63cf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.2-alpha.20231013.2.tgz","fileCount":208,"integrity":"sha512-O+Krrcr93EcYPmYo5yyeMzEW8hFEeylXybGxu+IceU6ZBzyNLsydh/cNIAkgx/6OSHEZnWiWVYGsLgpJIQ18ew==","signatures":[{"sig":"MEUCIQCJb+lQcYZPK3Y37iUF43S158kXyUZTvubbGEz1EVRSDAIgZDgG+Ed/S12TBkoQy2BPjOQigXXTpWC16NbMiF3vSSI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1434863},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.2-alpha.20231013.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.2-alpha.20231013.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-O+Krrcr93EcYPmYo5yyeMzEW8hFEeylXybGxu+IceU6ZBzyNLsydh/cNIAkgx/6OSHEZnWiWVYGsLgpJIQ18ew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.2.0","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.2-alpha.20231013.2_1697241439953_0.1268097844359386","host":"s3://npm-registry-packages"}},"3.3.2-alpha.20231016.2":{"name":"@azure/identity","version":"3.3.2-alpha.20231016.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.2-alpha.20231016.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cd97d5c66acc717f3f6da56974be930da5d8c592","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.2-alpha.20231016.2.tgz","fileCount":208,"integrity":"sha512-9YQEkAVJod5G4jGiy6H/5EDKoqhy7HXKVyquDPKSuH8+BmmeZEMfyCSyNfiWIeKyTYzvrcCycsLrP98Fk3S5Yw==","signatures":[{"sig":"MEUCIQDUQzm81Rxt5qu9GiL/MSjURrMNYsBbX5YjxOWteUJjiAIgam5Cssc80hhe75TS4jQzc8+rxHqYpsu9P8kwW8xK/mk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1433678},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.2-alpha.20231016.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.2-alpha.20231016.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-9YQEkAVJod5G4jGiy6H/5EDKoqhy7HXKVyquDPKSuH8+BmmeZEMfyCSyNfiWIeKyTYzvrcCycsLrP98Fk3S5Yw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.2.0","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.2-alpha.20231016.2_1697500685084_0.292785966084401","host":"s3://npm-registry-packages"}},"3.3.2":{"name":"@azure/identity","version":"3.3.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"052c33f1e5f952fd4701fb5cffc4da82994a5f28","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.2.tgz","fileCount":206,"integrity":"sha512-aDLwgMXpNBEXOlfCP9r5Rn+inmbnTbadlOnrKI2dPS9Lpf4gHvpYBV+DEZKttakfJ+qn4iWWb7zONQSO3A4XSA==","signatures":[{"sig":"MEQCIH0i9UFJGQsw3r1FB0r2+gzTjjW3aGyR9b6GzqMwJaAoAiA0bWr0B9PxMbHQ4dEFbJSzT6dJDRzmFNPkMy/5gmgC2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453587},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-aDLwgMXpNBEXOlfCP9r5Rn+inmbnTbadlOnrKI2dPS9Lpf4gHvpYBV+DEZKttakfJ+qn4iWWb7zONQSO3A4XSA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^1.17.3","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^2.37.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.2_1697573992533_0.19727844641207914","host":"s3://npm-registry-packages"}},"3.3.2-alpha.20231017.9":{"name":"@azure/identity","version":"3.3.2-alpha.20231017.9","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.3.2-alpha.20231017.9","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a59d632355b61f1ace9cb9c4a124b1d71042b506","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.3.2-alpha.20231017.9.tgz","fileCount":208,"integrity":"sha512-OnX0X1aS4r4wdxv6NwJHnNtG+bkhR5T+KjSvfzhlKYhBzdoavlPrGfVFBiARGI0mJ0wuZnHxpNswjF/2cxQdeA==","signatures":[{"sig":"MEUCIQCldB1inE2fD7III9uOwW3kRVZwAqykGhS5MOzgZRIzAQIgcWN8N+ptkDr/ccw6cbYngFLB4snrgqWQYT+v+qWnktY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440935},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.2-alpha.20231017.9.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.3.2-alpha.20231017.9.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-OnX0X1aS4r4wdxv6NwJHnNtG+bkhR5T+KjSvfzhlKYhBzdoavlPrGfVFBiARGI0mJ0wuZnHxpNswjF/2cxQdeA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.2.0","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.3.2-alpha.20231017.9_1697587082638_0.8519131912121614","host":"s3://npm-registry-packages"}},"4.0.0-beta.1":{"name":"@azure/identity","version":"4.0.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8b7d5358475a92cb8851939a653009e358f7854e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.0-beta.1.tgz","fileCount":214,"integrity":"sha512-KCabwX5KamDESbol1ElSpzLUS42g/xUbSAx7TlGLBTx2SrGWVgErpbNcoxxRr7QpJHGN81Ka/8RBRjFqMi+UaQ==","signatures":[{"sig":"MEUCIDOjUFn5obruBdQeRktJBubatzbKrAqCkIKxDaETvcsgAiEAjJDUEttjYq2BAPZ/Bk8NSg0lVVVt7FCqgmTRPF6YPYw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1476714},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-beta.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-KCabwX5KamDESbol1ElSpzLUS42g/xUbSAx7TlGLBTx2SrGWVgErpbNcoxxRr7QpJHGN81Ka/8RBRjFqMi+UaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.3.0","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.0-beta.1_1698363429616_0.3662065611663614","host":"s3://npm-registry-packages"}},"4.0.0-alpha.20231026.4":{"name":"@azure/identity","version":"4.0.0-alpha.20231026.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.0-alpha.20231026.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e8e71c700f025bdccee417ac679abb1c69e06ab6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.0-alpha.20231026.4.tgz","fileCount":214,"integrity":"sha512-PxV8+lzJhhKgSd4Lshx4myhgTb4rKQOLUAmY+FlJ7sjXOAbIOjsrPu1TkBpmtiu3yHJGhMx4TcIkMiR3CNnuog==","signatures":[{"sig":"MEQCIHzjaNVF2QaFmCcn//DG02VIzgJAuUBSMkHgxGc6HCgTAiB70iP4AzuM9bWtLFRfRstVLyc0MDqvtS8X81JMc76WRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1476784},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20231026.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20231026.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-PxV8+lzJhhKgSd4Lshx4myhgTb4rKQOLUAmY+FlJ7sjXOAbIOjsrPu1TkBpmtiu3yHJGhMx4TcIkMiR3CNnuog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.3.0","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.0-alpha.20231026.4_1698364534800_0.2655142713661083","host":"s3://npm-registry-packages"}},"4.0.0-alpha.20231030.3":{"name":"@azure/identity","version":"4.0.0-alpha.20231030.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.0-alpha.20231030.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5d0bc45952275e3bed25a891677ca04b9da14df5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.0-alpha.20231030.3.tgz","fileCount":214,"integrity":"sha512-SwnJ5LrFbqzLIrw4AyT3o8pxkxLQ69Jr9+ZntFSOboIsWx+AVnCjFOoSzveTnlx7vyrrtspNpEZwpFclFKNl9w==","signatures":[{"sig":"MEUCIQD+m1AYDsTdFtJr4hKvzbfcOX4iqePh3CL1dKLm37Hd6AIgBy7Chk99ttoTSHDN468RTm1CkxDXt4m+eSgVBMrMm6k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1476784},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20231030.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20231030.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-SwnJ5LrFbqzLIrw4AyT3o8pxkxLQ69Jr9+ZntFSOboIsWx+AVnCjFOoSzveTnlx7vyrrtspNpEZwpFclFKNl9w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.3.0","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.0-alpha.20231030.3_1698710373101_0.2911660879015072","host":"s3://npm-registry-packages"}},"4.0.0-alpha.20231102.2":{"name":"@azure/identity","version":"4.0.0-alpha.20231102.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.0-alpha.20231102.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a6d4ed8b54a51c48aa8ce3f8c5939f464d01df05","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.0-alpha.20231102.2.tgz","fileCount":214,"integrity":"sha512-kaiRW0dwkcqDfT22wjbEx6C+z+nPW5NOTEv0I8Qh9gyP7IZzDEGr46ArQqA5GcPD201V4cLEwE10bMKz3VXynQ==","signatures":[{"sig":"MEQCIDKptYIVDte6rvwVsqhGkB1ZLo92Ca1g4+8zcv0LR1fGAiBdUfA8fI2+7xzt70UzUckypGhVrSzX2NSqHJseSbY7rQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1476784},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20231102.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20231102.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-kaiRW0dwkcqDfT22wjbEx6C+z+nPW5NOTEv0I8Qh9gyP7IZzDEGr46ArQqA5GcPD201V4cLEwE10bMKz3VXynQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.3.0","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.0-alpha.20231102.2_1698969323737_0.18793479358510812","host":"s3://npm-registry-packages"}},"4.0.0-alpha.20231106.4":{"name":"@azure/identity","version":"4.0.0-alpha.20231106.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.0-alpha.20231106.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"66475d099cba5b122de7427897c37a330a060ee8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.0-alpha.20231106.4.tgz","fileCount":214,"integrity":"sha512-F2JCnsP7kahaxASsF8sQzCyQYTYnsqVeJx71kzfY/1Y9zMp+TDXbodqQbDrJdKHCMZ/mmP7ssdHtWOqrcKv9Uw==","signatures":[{"sig":"MEQCIEF8m3dTFTngimlzJWzzh0YnzXwnSTwzHue5gjcTa9WUAiBmpc1tvUkdDpBveaZaHe8BNfjqFULOMaenvY1BKnNL4Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1477200},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20231106.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20231106.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-F2JCnsP7kahaxASsF8sQzCyQYTYnsqVeJx71kzfY/1Y9zMp+TDXbodqQbDrJdKHCMZ/mmP7ssdHtWOqrcKv9Uw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.3.0","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.0-alpha.20231106.4_1699318564807_0.010590026073299619","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@azure/identity","version":"4.0.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.0","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"87d4c7b745f0855b83993518f1c7782dfb258bba","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.0.tgz","fileCount":214,"integrity":"sha512-gtPYxIL0kI39Dw4t3HvlbfhOdXqKD2MqDgynlklF0j728j51dcKgRo6FLX0QzpBw/1gGfLxjMXqq3nKOSQ2lmA==","signatures":[{"sig":"MEUCIAhMrsNoPE1HuYStlZNSNmsgXRNYR9E8dFZw/FcjxFqZAiEAsPlDS8SRtdCAJCXbCOWKOQqXRSqRya9uvd9pAASGv/k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1477127},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-gtPYxIL0kI39Dw4t3HvlbfhOdXqKD2MqDgynlklF0j728j51dcKgRo6FLX0QzpBw/1gGfLxjMXqq3nKOSQ2lmA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.0_1699402480203_0.02756830857372705","host":"s3://npm-registry-packages"}},"4.0.0-alpha.20231107.11":{"name":"@azure/identity","version":"4.0.0-alpha.20231107.11","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.0-alpha.20231107.11","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"020df51c5a2bd6c16e8d9595ecaa88541be961c0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.0-alpha.20231107.11.tgz","fileCount":214,"integrity":"sha512-4Ly+vR2VyI8OpYWwGIUMZlAwOLACH/QyG7Hs0tZRHDxM3wdWyjuB4dujxh6GtfKPBTcU11cFoCV6dTzkuccwgQ==","signatures":[{"sig":"MEUCICFbSRNwJEv9anIUGaaZ5wB1/qhz2KdTqOVlmFzda5pZAiEArTYctTTpTXZMTJEzWc2bhXvB6A71F1/G0RAad4NGaoE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1477205},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20231107.11.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.0-alpha.20231107.11.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4Ly+vR2VyI8OpYWwGIUMZlAwOLACH/QyG7Hs0tZRHDxM3wdWyjuB4dujxh6GtfKPBTcU11cFoCV6dTzkuccwgQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.0.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.0-alpha.20231107.11_1699405003199_0.07710270922895579","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"@azure/identity","version":"3.4.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.4.0","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2221cb4d8cb6a3ec21770f92cf09d955e5378866","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.4.0.tgz","fileCount":206,"integrity":"sha512-PZ42Fkp0vNQYLbmEn0ryd9ejOdFH30rLAaQfDkZsiU/rtZjfymGi5fqG7jOaT6RgpPYsTbnhj6asPbgF6dhUCw==","signatures":[{"sig":"MEUCIQD7CEGkaEBG6IrO1f/hZeuvYrbxr8tEymPiOCdI7M5P6wIgY81wMtMyZ7iYKopemrOa/iOGi4/Hi7i9ieKaP5LRJAM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453601},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.4.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.4.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-PZ42Fkp0vNQYLbmEn0ryd9ejOdFH30rLAaQfDkZsiU/rtZjfymGi5fqG7jOaT6RgpPYsTbnhj6asPbgF6dhUCw==","deprecated":"Please use a different package version to avoid issues with certain credential types.","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.6.1","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/msal-common":"^13.1.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","uuid":"^8.3.2","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.4.0_1699406340249_0.7971252799674751","host":"s3://npm-registry-packages"}},"3.4.1":{"name":"@azure/identity","version":"3.4.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.4.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"18ba48b7421c818ef8116e8eec3c03ec1a62649a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.4.1.tgz","fileCount":208,"integrity":"sha512-oQ/r5MBdfZTMIUcY5Ch8G7Vv9aIXDkEYyU4Dfqjim4MQN+LY2uiQ57P1JDopMLeHCsZxM4yy8lEdne3tM9Xhzg==","signatures":[{"sig":"MEYCIQDKmb9+wVYXUjz4AhUB6frjZQ/NVOLDpOaYd5dvi2p4PAIhANjK1Appdcdyhueb6KWpHrE4ZO/ceTe3RvvGPrqY/WCg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1476597},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.4.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.4.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-oQ/r5MBdfZTMIUcY5Ch8G7Vv9aIXDkEYyU4Dfqjim4MQN+LY2uiQ57P1JDopMLeHCsZxM4yy8lEdne3tM9Xhzg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.6.1","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.4.1_1699913685910_0.48189403379254503","host":"s3://npm-registry-packages"}},"4.0.1-alpha.20240109.1":{"name":"@azure/identity","version":"4.0.1-alpha.20240109.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.1-alpha.20240109.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"265cc0cc13d481ee6383a1ffb475ec6efaaf4b92","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.1-alpha.20240109.1.tgz","fileCount":214,"integrity":"sha512-SIne2Ve6CgGIm0U5owQvGALDNP318dfJI2UZCB1824vStcPRj4fThkBc78OjgQk1hhxb5U+/M6XmZgjZVsc5rw==","signatures":[{"sig":"MEUCIA7MId+E8xQ/TCWP1aJTBgJAfVrNqcP/NMv7hN6v3wiQAiEA6cyLu2JJ6eUSF1ZARJnUvHfZW2mkukIPmgEnY7cfl0A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1477156},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1-alpha.20240109.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1-alpha.20240109.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-SIne2Ve6CgGIm0U5owQvGALDNP318dfJI2UZCB1824vStcPRj4fThkBc78OjgQk1hhxb5U+/M6XmZgjZVsc5rw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.1-alpha.20240109.1_1704847938935_0.8878997292646229","host":"s3://npm-registry-packages"}},"4.0.1-alpha.20240110.1":{"name":"@azure/identity","version":"4.0.1-alpha.20240110.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.1-alpha.20240110.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"20368d522b30f2e460f4d98e28e776f13e51721a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.1-alpha.20240110.1.tgz","fileCount":214,"integrity":"sha512-lqgsDncujyvzdtQPx4PoPzGJl+PSYrlFYsBgK0K4640ZCNo6uRPRVGyaQpNd3wMFSKLf7fPiL8+YI9NbOwyD1g==","signatures":[{"sig":"MEUCIG7Y2fmG52FBuWx2K2q6qYsf7pOSsyJwLeMs2tz/FPTiAiEA2esDbcUlfjM83X5RY4SbPHQVN5JyHoIgjZUGtwzXFis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1477701},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1-alpha.20240110.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1-alpha.20240110.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-lqgsDncujyvzdtQPx4PoPzGJl+PSYrlFYsBgK0K4640ZCNo6uRPRVGyaQpNd3wMFSKLf7fPiL8+YI9NbOwyD1g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.1-alpha.20240110.1_1704935462004_0.3030363056803027","host":"s3://npm-registry-packages"}},"4.0.1-alpha.20240112.2":{"name":"@azure/identity","version":"4.0.1-alpha.20240112.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.1-alpha.20240112.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"838a04aba10a921bc3f01fb9233ea7e594d1be19","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.1-alpha.20240112.2.tgz","fileCount":214,"integrity":"sha512-UWXDGpsuupTxiMQCxNzT41r75ba/klvcdyCkfrcIbI3O7ZITv81m/6b2ScIDg64HFvsG7XfRCRYZuVjqiiiHcw==","signatures":[{"sig":"MEUCIGS4Htbd6S6qQ03jKmiSa3o1x3oaHlBeHqUuNl0zsEKUAiEAjYHcZip7ulzLeoG/55DfBImUaEby4NNhnBElWaYfdLY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453233},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1-alpha.20240112.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1-alpha.20240112.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-UWXDGpsuupTxiMQCxNzT41r75ba/klvcdyCkfrcIbI3O7ZITv81m/6b2ScIDg64HFvsG7XfRCRYZuVjqiiiHcw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.1-alpha.20240112.2_1705107464344_0.421983540025459","host":"s3://npm-registry-packages"}},"4.0.1-alpha.20240117.2":{"name":"@azure/identity","version":"4.0.1-alpha.20240117.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.1-alpha.20240117.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d345ffafc58fb510f123cbe380a5b567dd3eaf05","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.1-alpha.20240117.2.tgz","fileCount":214,"integrity":"sha512-cs+fdohU9nK1CHEGE/nlfMxkB82ryuJF+32f1pRozLCQBxG8VQcP8rqZVCJ2z2daumtFVoQbvHVc1m5ZdjuowA==","signatures":[{"sig":"MEYCIQDnLkAKmjIiMztle5/MTaeBMG/0xMxIQkQtbci4utfOlwIhAM8VLdghvHw8m6nqhBOE3ciWL5ibJHUSypiu6SUxno+2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1478041},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1-alpha.20240117.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1-alpha.20240117.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-cs+fdohU9nK1CHEGE/nlfMxkB82ryuJF+32f1pRozLCQBxG8VQcP8rqZVCJ2z2daumtFVoQbvHVc1m5ZdjuowA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.1-alpha.20240117.2_1705539320463_0.6764387029905552","host":"s3://npm-registry-packages"}},"4.0.1-alpha.20240118.2":{"name":"@azure/identity","version":"4.0.1-alpha.20240118.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.1-alpha.20240118.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ae7df7e68e9698df03c6af1235752ff6b2095338","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.1-alpha.20240118.2.tgz","fileCount":214,"integrity":"sha512-UoK1TpwfStw+jdwBoQLhV0gZBVraS3VFoXO7JHfC9e05ugoQGElGaEPqx8/lwgBEONJ/flq8shEWJEVXKA5fGw==","signatures":[{"sig":"MEQCIBQH8+z57UZ38ryhM1y96ebu2xKE7NpTKjHxNzlWplGAAiBPVmTaBe61zTo6UeKWHGz1gPxqu0E+eNPxF+FS6gYQBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1479080},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1-alpha.20240118.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1-alpha.20240118.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-UoK1TpwfStw+jdwBoQLhV0gZBVraS3VFoXO7JHfC9e05ugoQGElGaEPqx8/lwgBEONJ/flq8shEWJEVXKA5fGw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.1-alpha.20240118.2_1705626570805_0.26712755304000124","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"@azure/identity","version":"4.0.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"16a885d384fd06447a21da92c08960df492fe91e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.1.tgz","fileCount":214,"integrity":"sha512-yRdgF03SFLqUMZZ1gKWt0cs0fvrDIkq2bJ6Oidqcoo5uM85YMBnXWMzYKK30XqIT76lkFyAaoAAy5knXhrG4Lw==","signatures":[{"sig":"MEUCIGEb4n5OjLTSriAVX7g3V8UlmbdVbfSJG3L/i+xDjpwbAiEA4nu7ocNG8WQlHr0QXRsJ6NA2VFi7CQLiZLJmHJ+lvkI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1479003},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-yRdgF03SFLqUMZZ1gKWt0cs0fvrDIkq2bJ6Oidqcoo5uM85YMBnXWMzYKK30XqIT76lkFyAaoAAy5knXhrG4Lw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.1_1705951879176_0.8675593310389749","host":"s3://npm-registry-packages"}},"4.0.2-alpha.20240122.4":{"name":"@azure/identity","version":"4.0.2-alpha.20240122.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.2-alpha.20240122.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ca1a7304138ba2d5c5b12d7dc1a0fe2d2fa020fd","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.2-alpha.20240122.4.tgz","fileCount":214,"integrity":"sha512-PX7+V2X01oqjCIX8MLuTS49JvmoT2h11Rrhtuio9MmB0Mbwyd63k3RSPkaQuLFN3noH9PsJdr080MU7omINWFA==","signatures":[{"sig":"MEYCIQDE0Lp7O0n9bTuZeaexflns1H3Rx+Iz9MOq2HtCEyS4CwIhAITOSgy3Zhuu8CwIyYWclv+sP6pqsgf1D4bE2fCjuZnL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1479080},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.2-alpha.20240122.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.2-alpha.20240122.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-PX7+V2X01oqjCIX8MLuTS49JvmoT2h11Rrhtuio9MmB0Mbwyd63k3RSPkaQuLFN3noH9PsJdr080MU7omINWFA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.2-alpha.20240122.4_1705971348703_0.7950001272519738","host":"s3://npm-registry-packages"}},"4.0.2-alpha.20240123.2":{"name":"@azure/identity","version":"4.0.2-alpha.20240123.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.0.2-alpha.20240123.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e2c3df3de356cf7f1f40989afbfee11d92092268","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.0.2-alpha.20240123.2.tgz","fileCount":214,"integrity":"sha512-VhowSKjJHDpFYYxw8yL6bt1oR5Fvr2hY9saF/8jFwFCcinVJJDY+r0/shRSUex26w6W/jc0tB0GpCTWhdbOSIg==","signatures":[{"sig":"MEYCIQCnvjvds4UgNCVFKo03zSIh2FAdXj/fvdTonYhStUNGZQIhAI/STOCAj3J5AwO3/wJe0BX/tUZLVhz5C/vJRINkiLRw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1475745},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.2-alpha.20240123.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.0.2-alpha.20240123.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-VhowSKjJHDpFYYxw8yL6bt1oR5Fvr2hY9saF/8jFwFCcinVJJDY+r0/shRSUex26w6W/jc0tB0GpCTWhdbOSIg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.0.2-alpha.20240123.2_1706057599407_0.3685548982384703","host":"s3://npm-registry-packages"}},"3.4.2":{"name":"@azure/identity","version":"3.4.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@3.4.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6b01724c9caac7cadab6b63c76584345bda8e2de","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-3.4.2.tgz","fileCount":208,"integrity":"sha512-0q5DL4uyR0EZ4RXQKD8MadGH6zTIcloUoS/RVbCpNpej4pwte0xpqYxk8K97Py2RiuUvI7F4GXpoT4046VfufA==","signatures":[{"sig":"MEQCIBtnHd2KSdEx9kpM5GtB3yYF6x88HtWUkRuXqAh7PK+YAiBxNmHXqaarBT4T2uSrsqYxr2LDcqe9G/mBfotTXaFDKw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1477686},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.4.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-3.4.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-0q5DL4uyR0EZ4RXQKD8MadGH6zTIcloUoS/RVbCpNpej4pwte0xpqYxk8K97Py2RiuUvI7F4GXpoT4046VfufA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.6.1","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","@types/ms":"^0.7.31","cross-env":"^7.0.2","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_3.4.2_1706119427145_0.2604124201675264","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240124.2":{"name":"@azure/identity","version":"4.1.0-alpha.20240124.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240124.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"47d8cce9fcd9baae6dca41addd45f98bde195b26","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240124.2.tgz","fileCount":214,"integrity":"sha512-WyWJKNGbZxpjLdkBbkve18ay3fDr9UPKTNdsTVS/575Tl5BQjzjoGAsWh4m7G0VFqPuqil3gPrLhyrX3fT8QoQ==","signatures":[{"sig":"MEUCIEER34Iamv9dKyaAp8QfwR/ZILE5+lCRYM0QgaSKIXn3AiEAqdVU+4ckqWlYMS12oauoLj8MuKWWS1peDUkyCKFtWOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1482850},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240124.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240124.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-WyWJKNGbZxpjLdkBbkve18ay3fDr9UPKTNdsTVS/575Tl5BQjzjoGAsWh4m7G0VFqPuqil3gPrLhyrX3fT8QoQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240124.2_1706144389282_0.774115696273525","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240125.3":{"name":"@azure/identity","version":"4.1.0-alpha.20240125.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240125.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"867c92fd607e656c158a78c9de1f59930cdc58a4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240125.3.tgz","fileCount":214,"integrity":"sha512-bxqK1efpKzcT5AzNhqLAao4Y523jfeyXVdhVrUxhYxKgKEy2QkcUx52htmij+pu4FOWVmYbgsXK6RTXq9WVd1A==","signatures":[{"sig":"MEYCIQCnigMBFDnz0Zb0BoOQkfHyo1WfTNHhQ0Nin1x0yKpd5wIhAPu9uOGUR2etlEjDBJWZv7Ktq8ut73mM3xXDuVwD1bDE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1490359},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240125.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240125.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-bxqK1efpKzcT5AzNhqLAao4Y523jfeyXVdhVrUxhYxKgKEy2QkcUx52htmij+pu4FOWVmYbgsXK6RTXq9WVd1A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240125.3_1706230661743_0.5992591371156188","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240126.4":{"name":"@azure/identity","version":"4.1.0-alpha.20240126.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240126.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"758f5588cd9d965ba11fbd02c991eb25fa34f870","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240126.4.tgz","fileCount":214,"integrity":"sha512-qPxyGPTfMCmFTEBqCM5eoOrdU71xtRQ6Q99WCCC1KyLtIr+6Rypq7bptFKzPLT0WJ8JHjkcNsi0rNly4nMwC5w==","signatures":[{"sig":"MEYCIQDwaFauiGXprIBDo9HEGUw+S7hyF8MUnQylsN3Jyu19CgIhANT8JxcnSI9eZrAhFh0e6ZVPeWvtvRiGe4Pp+eENylES","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1492472},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240126.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240126.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-qPxyGPTfMCmFTEBqCM5eoOrdU71xtRQ6Q99WCCC1KyLtIr+6Rypq7bptFKzPLT0WJ8JHjkcNsi0rNly4nMwC5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240126.4_1706316960957_0.7947483816342966","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240131.3":{"name":"@azure/identity","version":"4.1.0-alpha.20240131.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240131.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bdb5e2a29eda025c19591e9f192abbca72f21d54","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240131.3.tgz","fileCount":214,"integrity":"sha512-IIHkuiAZ4tsn87JdpLdexMJZynPMPWdYTfm0luGekJN3ziDKevrnAiroLpVBMpBPb8ARtrNQDV/XiEhu+wXlCQ==","signatures":[{"sig":"MEUCIAP76Q7BHJH+GZAtdPNXilGvF7k1MGBG1+HgT6b5Q5BDAiEAtSr0GODMl20Odh0KGMFo+HBJKrYbuM5NgZViEKeWUQ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1493712},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240131.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240131.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-IIHkuiAZ4tsn87JdpLdexMJZynPMPWdYTfm0luGekJN3ziDKevrnAiroLpVBMpBPb8ARtrNQDV/XiEhu+wXlCQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240131.3_1706748927905_0.17009623473066493","host":"s3://npm-registry-packages"}},"4.1.0-beta.1":{"name":"@azure/identity","version":"4.1.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-beta.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ab83a98f205864db2ae8a4a3b611fee5ebc24abd","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-beta.1.tgz","fileCount":214,"integrity":"sha512-79VgEjOREcGM+t7JE5ch/Z8D8jUGi9YIzliPypUpzX+NQJQ1wrPqLB8AFGP4u52QV1X583kCALS4VCSTaw3PWw==","signatures":[{"sig":"MEYCIQDTUa4yoxuQi2WarcMIoHNs8vRRbGaTXgHY1J5xUmaINwIhAKax41tW86aVpAszESeCXZuMlRc5JlELoluTxtlX+Zd9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1493642},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-beta.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-79VgEjOREcGM+t7JE5ch/Z8D8jUGi9YIzliPypUpzX+NQJQ1wrPqLB8AFGP4u52QV1X583kCALS4VCSTaw3PWw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^19.2.2","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-beta.1_1707240350033_0.44414679240905297","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240206.4":{"name":"@azure/identity","version":"4.1.0-alpha.20240206.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240206.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"98e942eba4397243327804e47b322085f149a072","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240206.4.tgz","fileCount":214,"integrity":"sha512-7UnGh252dcSGT5o6hARd1+k2GDdKd8P240ymB7osAOxDD4ewE3I90Eabb0p1tvLU3EpArkwUcM+1jjl2RbjsSg==","signatures":[{"sig":"MEUCICuANYnY1xUB49hoHm0A7o+dhvKQGG0687/LYx1cv3pfAiEAn2/jW1RruG5Fb3AO0OHL1ohL9R68834qVLYfy2Hy16s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1493712},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240206.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/utils.js":"./dist-esm/src/msal/utils.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240206.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-7UnGh252dcSGT5o6hARd1+k2GDdKd8P240ymB7osAOxDD4ewE3I90Eabb0p1tvLU3EpArkwUcM+1jjl2RbjsSg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.0.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240206.4_1707267256220_0.7851686691903823","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240207.2":{"name":"@azure/identity","version":"4.1.0-alpha.20240207.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240207.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b6a84bf14045f2790231c949dee6a3f3ef0c5825","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240207.2.tgz","fileCount":216,"integrity":"sha512-zvWM/I5uuE6OD+FpFIVJGJftLC7u+FRkgbZlYrGsEzrg+Sfl7I6UEFQYyBF9y6PzVIb2HLVrBmO5JBivZ4FxDQ==","signatures":[{"sig":"MEYCIQDuvBxubVu4PVAfjwLb1SFkCmVI3xsBFiQ0St3HfIDDTwIhAN1N6Y1pb7pzLmNFMXyoEFcb5kVJEOEKEsVT4lASsLSV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1475272},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240207.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240207.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-zvWM/I5uuE6OD+FpFIVJGJftLC7u+FRkgbZlYrGsEzrg+Sfl7I6UEFQYyBF9y6PzVIb2HLVrBmO5JBivZ4FxDQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.0.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240207.2_1707353526807_0.3717477401346223","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240208.1":{"name":"@azure/identity","version":"4.1.0-alpha.20240208.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240208.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c0ff4f20996222d1712f749afe23adc0ab2139f0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240208.1.tgz","fileCount":216,"integrity":"sha512-5YD8FQ6eY8RBDO7dHGHv9kQKA9iBDlfkfLaTqd+r8R5AbeWaLoRERE4tFIgjEUgR0ymN0lfQ8J/bBeMFsH0JSg==","signatures":[{"sig":"MEUCIQDe5zt8E7eS4gtYcYB0BCSyklNd9K4X8oj93xRTyRgyYAIgJ9q1VErPI/moWkUxhKprVtTrBx2QspV0pX3mAxGiErc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1475557},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240208.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240208.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-5YD8FQ6eY8RBDO7dHGHv9kQKA9iBDlfkfLaTqd+r8R5AbeWaLoRERE4tFIgjEUgR0ymN0lfQ8J/bBeMFsH0JSg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.0.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240208.1_1707440920147_0.6325491220512083","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240215.2":{"name":"@azure/identity","version":"4.1.0-alpha.20240215.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240215.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bd8de8a8b26fb691f8e75f80a2a8c72461478359","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240215.2.tgz","fileCount":216,"integrity":"sha512-jSV46fTJeqSHU/aPRpROwBhJq0iTrkn1thCAMvqpVoDmdORjd+fX5jGjBxX7qZAYTG+UzQt+iwFzou3gdl4njw==","signatures":[{"sig":"MEQCIE8efL3FM0BDzLzuemf0Sp7mhx3g+QQMye1ELuKu9IfAAiBuOxfr1D62c6B5xVI31AYOVJ0K1dYGkEwbie961I+UWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1475562},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240215.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input --use-esm-workaround=false -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240215.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-jSV46fTJeqSHU/aPRpROwBhJq0iTrkn1thCAMvqpVoDmdORjd+fX5jGjBxX7qZAYTG+UzQt+iwFzou3gdl4njw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.0.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240215.2_1708044946944_0.8431080429481681","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240216.2":{"name":"@azure/identity","version":"4.1.0-alpha.20240216.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240216.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3c72502ebf4a9d8b33d3ba591b205b768094406e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240216.2.tgz","fileCount":216,"integrity":"sha512-iz3z8/oZ7fLMvkWfryyCDiSywcoeRokyjs/m8DUcJED9q5Gr9rScmM3a/L6PjUDZ2ZCCPV0ym7Sqe+7TzSaW9Q==","signatures":[{"sig":"MEQCIFw2/ZitKZLmTMw2lSqJ/erAif8IoIjEn/72wOFbqpH7AiAz5GwVgR66mXlvgMoVSg2bH6ifgQ6pSvqkShX06tAUiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1475535},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240216.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240216.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-iz3z8/oZ7fLMvkWfryyCDiSywcoeRokyjs/m8DUcJED9q5Gr9rScmM3a/L6PjUDZ2ZCCPV0ym7Sqe+7TzSaW9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.0.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240216.2_1708131217834_0.20688795226036016","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240223.1":{"name":"@azure/identity","version":"4.1.0-alpha.20240223.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240223.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d6d2aa54dd194d11c9c93cd5ebdb2ed4211b7c19","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240223.1.tgz","fileCount":216,"integrity":"sha512-ApGtAuEqYEb0eWI/g6xXbJ0FFWKLvAGxeDCh6b/ioM/NC8uGRaiIzWZYYlx43AG6EYBjcRu7UGpjH9OcAR10Ig==","signatures":[{"sig":"MEYCIQCbKnRTHmVnpoxIUEVGEysdPGaNvbVOXrDuRFb/7er5rQIhANtd46luXUzcQILN2Q94ShOy71IfY4bCRRq19Vf1dhJq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1475535},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240223.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240223.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ApGtAuEqYEb0eWI/g6xXbJ0FFWKLvAGxeDCh6b/ioM/NC8uGRaiIzWZYYlx43AG6EYBjcRu7UGpjH9OcAR10Ig==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240223.1_1708736574023_0.06675419760402468","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240227.3":{"name":"@azure/identity","version":"4.1.0-alpha.20240227.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240227.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a0acbaa47d175fbd22483a6ab5832f3eec0f1d88","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240227.3.tgz","fileCount":220,"integrity":"sha512-5kfgo8+gLLEPis5nwfvGIU8VC1xwTdaRwCXUYYSTUgqf6sLgMzVkG9UUzV20Y7i9mkGzb0DNs5fEX7IuMVJe6A==","signatures":[{"sig":"MEUCIGBFUFZT83ALNuJVVaM8xhyIsQx7C1i3VNXtD61d7978AiEAwKb///DagYRY+WfTDLOJ9TsgR3qTASok1TStlDm/fY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1503835},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240227.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240227.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-5kfgo8+gLLEPis5nwfvGIU8VC1xwTdaRwCXUYYSTUgqf6sLgMzVkG9UUzV20Y7i9mkGzb0DNs5fEX7IuMVJe6A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240227.3_1709081919341_0.6079988056461285","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240229.2":{"name":"@azure/identity","version":"4.1.0-alpha.20240229.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240229.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c79bce234953547b16cc398e7f42cbd0113a2376","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240229.2.tgz","fileCount":220,"integrity":"sha512-rZXTbesf+bOAzTCq4kCOLsA011aMN9n1aFeT59ibQ310FcfYnld/suZ0ZdubzVvtfPStK1IL0OEfBg10k4pEcQ==","signatures":[{"sig":"MEUCIQD5Ku9GcU1/HqrIwfUUCHwcONVbNTIjpItz0fQQnt9fugIgWPavV+p5qxeBET6ZUg3hggl2+ZOUhWgOx0gFkEssO7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1503748},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240229.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240229.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-rZXTbesf+bOAzTCq4kCOLsA011aMN9n1aFeT59ibQ310FcfYnld/suZ0ZdubzVvtfPStK1IL0OEfBg10k4pEcQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240229.2_1709255451120_0.7048387376908873","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240301.2":{"name":"@azure/identity","version":"4.1.0-alpha.20240301.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240301.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4eca061c74fe4fefd8f7889b0581edf9a970e908","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240301.2.tgz","fileCount":220,"integrity":"sha512-RX6k3bySADEJ7WDwK9c4gcGI+VGkIp1ypPczvYjMLKL+BO3qtGtpl4WdCDLJV4eipRNHspGwzxJv7cGLyCNezA==","signatures":[{"sig":"MEYCIQCRiQPm0by7YphYKQojQQM7rfzGR9JkiHd//5GkIXG2uQIhAJsBJj015ABFMMDXVtv8ozN7Hf5WdRpk8ZRCwLRkFyOX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1503730},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240301.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240301.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-RX6k3bySADEJ7WDwK9c4gcGI+VGkIp1ypPczvYjMLKL+BO3qtGtpl4WdCDLJV4eipRNHspGwzxJv7cGLyCNezA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240301.2_1709341401471_0.39134247928042765","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240305.3":{"name":"@azure/identity","version":"4.1.0-alpha.20240305.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240305.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7d264cf7591125f5a5c684791b53261601cbeedf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240305.3.tgz","fileCount":220,"integrity":"sha512-8nY25wN58VZv1wYMBn2xHJAp68sZ3t6S9albdD8XNRJt03UyN9u4DGifi2wC1yfUZgNMCxZttnnFzz5dGml7Xg==","signatures":[{"sig":"MEYCIQC73sC0CSsrHJzD511Y0TU4xoSVw8UnOGKcykNf+Q9kcwIhAKwjb/BUP1u3uNMRoPJoWFWxk6iZG0HLaj4zvf9rZqqS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1506671},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240305.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240305.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-8nY25wN58VZv1wYMBn2xHJAp68sZ3t6S9albdD8XNRJt03UyN9u4DGifi2wC1yfUZgNMCxZttnnFzz5dGml7Xg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240305.3_1709686895934_0.9676939160111901","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240308.3":{"name":"@azure/identity","version":"4.1.0-alpha.20240308.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240308.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"99ad95db4540a52d672798f8acd6b5164cf2da3e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240308.3.tgz","fileCount":220,"integrity":"sha512-hTfLYDQIdc/tIV2EQC7z5aryb6g+LDflLbFa3ZXZrGrTIUPAtpJAgJJ5YxOtt7sI+DPT5XVMxk+OAPrhEynDBQ==","signatures":[{"sig":"MEUCIQDouJze5FcWmHNA7oxbZ19KQHqG3x08BYwWzqEQ6tWmggIgeRIBVOjg49Kgws62gzwfgozv96N1kcLZWrn7qNOOMuE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1511255},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240308.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240308.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-hTfLYDQIdc/tIV2EQC7z5aryb6g+LDflLbFa3ZXZrGrTIUPAtpJAgJJ5YxOtt7sI+DPT5XVMxk+OAPrhEynDBQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240308.3_1709946275960_0.5747923456666701","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240314.1":{"name":"@azure/identity","version":"4.1.0-alpha.20240314.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240314.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8b503102dd10accf8e09fa8e336e96b7f874f2d7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240314.1.tgz","fileCount":220,"integrity":"sha512-/UXf9dZTMmfQZMh02pgelC7mzTfFRXOWjgA6IT2AaURjO7dtHOMljZhAvEJQeV5XsL+vdXfoHSvpbeo0+H9+6Q==","signatures":[{"sig":"MEQCIHNK5od5yZNFARyhRUCYFNkDCjfB53btaCkeWwaqyjd5AiBAeRElYowpKFrCXliVOZiZffEdMIL/jCsHeUTVmG038g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1511266},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240314.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts' 'test/integration/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240314.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-/UXf9dZTMmfQZMh02pgelC7mzTfFRXOWjgA6IT2AaURjO7dtHOMljZhAvEJQeV5XsL+vdXfoHSvpbeo0+H9+6Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240314.1_1710461421106_0.5451035846626067","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240320.2":{"name":"@azure/identity","version":"4.1.0-alpha.20240320.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240320.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fccf8e08b276238fc19dcdef4a1d7efcc4f50499","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240320.2.tgz","fileCount":220,"integrity":"sha512-58uAv/9E4O6E4w/SJqGxJsvlDcjnHbQXmp7IOD5WySskBzgP1GGMvi1wNi9m8gAS5lmAwbUERe7Oir4lhAoucA==","signatures":[{"sig":"MEQCIGZDpPWEKJ/GeYUB1U4+SieiwoqZlWSp7tzzQ8AqHG5YAiAFaP1GpLI9gWD4J89Co/jwmZUzJqdaKbqYbML+49OOwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1523558},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240320.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts' 'test/integration/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240320.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-58uAv/9E4O6E4w/SJqGxJsvlDcjnHbQXmp7IOD5WySskBzgP1GGMvi1wNi9m8gAS5lmAwbUERe7Oir4lhAoucA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240320.2_1710979653273_0.014032746670096019","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240321.3":{"name":"@azure/identity","version":"4.1.0-alpha.20240321.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240321.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a7525f0b3cfd6f1d6171e14908b2e9c8dc53533a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240321.3.tgz","fileCount":220,"integrity":"sha512-2+AvsZzH+sKhBaLaJQy2/IvJUn1k0kIDWE4QfiO2mRVJNe/dcyVRvcV93Vxpp6qBHgkXIJNh3H0ZdyE4u6mBQw==","signatures":[{"sig":"MEUCICdkgni0rSkC4FPF3D59ZBGHY82QTvJaulS6uH9zLT+jAiEAy+HMXXrK0JRvAcPBbS4M2EQDI7IDs6CdrZNUaEh9S00=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1523561},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240321.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts' 'test/integration/**/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240321.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2+AvsZzH+sKhBaLaJQy2/IvJUn1k0kIDWE4QfiO2mRVJNe/dcyVRvcV93Vxpp6qBHgkXIJNh3H0ZdyE4u6mBQw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240321.3_1711067113003_0.08787658835965084","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240322.1":{"name":"@azure/identity","version":"4.1.0-alpha.20240322.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240322.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8dd5e58418945d2631dd30a9b874f1ee57f5b3b2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240322.1.tgz","fileCount":220,"integrity":"sha512-q/W0LiIOhT3ZqOTUEvY4yfOdYcJdFvwlEuCBTvD4gZCNz6q8CnKWKd3lkCIL+OuTJ6w0kEq+uXlITsgyenVEGA==","signatures":[{"sig":"MEYCIQDzB1TjoplwNL4LIMcWwXd3/vNniRQzR34E+rDk7fQA7gIhAIkx+kcU/hVHYfpt2xNoRQxGTC4GAXo811L8LkDEnQ61","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1523561},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240322.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts' 'test/integration/**/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240322.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-q/W0LiIOhT3ZqOTUEvY4yfOdYcJdFvwlEuCBTvD4gZCNz6q8CnKWKd3lkCIL+OuTJ6w0kEq+uXlITsgyenVEGA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240322.1_1711152388905_0.9024253736043641","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240325.2":{"name":"@azure/identity","version":"4.1.0-alpha.20240325.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240325.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"034ab163f089fdc3a4f9c136032d453aaca1623a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240325.2.tgz","fileCount":220,"integrity":"sha512-tVi+8n46faD/EyJYU4o05z2ieYP09vjumtXblf87YcHYtwsCIe+pYeuIVJ7i7e61bQBg9KOckI0lAaGzolWQ2w==","signatures":[{"sig":"MEUCIQD1IqDnc3dPfhoo8v0ivH4rn38zdBocPy99qXLW+Oi5NgIgNtyJWZlY2T2LYKGcgFffcrehOvdR0y8rg8uql04oCTs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1525045},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240325.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts' 'test/integration/**/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240325.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-tVi+8n46faD/EyJYU4o05z2ieYP09vjumtXblf87YcHYtwsCIe+pYeuIVJ7i7e61bQBg9KOckI0lAaGzolWQ2w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240325.2_1711411263842_0.4624676392311282","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240327.2":{"name":"@azure/identity","version":"4.1.0-alpha.20240327.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240327.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8019be7ac6001e5b10ea03625561ee1a60ade4a7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240327.2.tgz","fileCount":220,"integrity":"sha512-E/0t+ogQCl2+wFkA3wiqMihYQfo4tt3B6tKWKREISJiymbPGKvJE5pJIy7Y9tInX6NrapZNQC8XeMi0R5cAYZA==","signatures":[{"sig":"MEQCIFUUD7z2iz6q83dN0MiSYqWu/3NziUrUPNHRIUopx2GqAiAKgCnLqNMRnpRrv9dPHXC0bcJwm7MqryJsU1mS/WCQXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1524854},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240327.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:msi":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240327.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-E/0t+ogQCl2+wFkA3wiqMihYQfo4tt3B6tKWKREISJiymbPGKvJE5pJIy7Y9tInX6NrapZNQC8XeMi0R5cAYZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240327.2_1711584094995_0.42151598940666735","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240328.2":{"name":"@azure/identity","version":"4.1.0-alpha.20240328.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240328.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d257622b3ab60bb1cbcf510a645a7fbec125ec5b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240328.2.tgz","fileCount":220,"integrity":"sha512-ellvx0Bdv6GQ/uhBiTBD7Gs+TrzhBTANDm2jR/NdrxZtMe2D5U/DGpV+H4TYyXZ7tsB+6luN/actqdINejr0OQ==","signatures":[{"sig":"MEYCIQDD/BF9q4JC25FiZ1tTFaqxH+fg/s93WB202SlPfN0MngIhAOwe+myWteESNMOONWxam1sW/ODKx8ZX9eRH5Yk7TvVa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1527999},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240328.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:msi":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-identity/azure-identity-4.1.0-alpha.20240328.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ellvx0Bdv6GQ/uhBiTBD7Gs+TrzhBTANDm2jR/NdrxZtMe2D5U/DGpV+H4TYyXZ7tsB+6luN/actqdINejr0OQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240328.2_1711670446399_0.32826242955753027","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240409.1":{"name":"@azure/identity","version":"4.1.0-alpha.20240409.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240409.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48efd67d41417565d6139fc890e664e8b0605650","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240409.1.tgz","fileCount":220,"integrity":"sha512-fjkG8XkxnleQ1FSIRZrDjOqGsCbpO5kCw0weBWTg+iHMZYhFsS/Igqg+vWLQSS90Kijew7zi/nsZPH7Yj2RBKg==","signatures":[{"sig":"MEQCIBaobH84M4WbQ232G0CfymR06aFUzYZbbTbkiaQ7YgYYAiBfRYFUuBZ4PzmFzRNhWq7z6qa7s8HiII1RZspOGW1guw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1530590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f002a3e3-c48c-411b-8d15-329b4ab218ed\\azure-identity-4.1.0-alpha.20240409.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f002a3e3-c48c-411b-8d15-329b4ab218ed\\azure-identity-4.1.0-alpha.20240409.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-fjkG8XkxnleQ1FSIRZrDjOqGsCbpO5kCw0weBWTg+iHMZYhFsS/Igqg+vWLQSS90Kijew7zi/nsZPH7Yj2RBKg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.5.1","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.5.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240409.1_1712707304202_0.3488254587623707","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@azure/identity","version":"4.1.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.0","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"dd78bd3f78b3dec623445402abde5a56460b52d8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0.tgz","fileCount":220,"integrity":"sha512-BhYkF8Xr2gXjyDxocm0pc9RI5J5a1jw8iW0dw6Bx95OGdYbuMyFZrrwNw4eYSqQ2BB6FZOqpJP3vjsAqRcvDhw==","signatures":[{"sig":"MEUCICcaJUuRE++DYbPwialET7yd5x8akkqAeMllrw08LhtEAiEAmxCER2pkqROtCOhPF4SumcR3JGwC32G97OvGoe9NLvE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1530578},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\243aaa63-7469-4248-9198-f8d09ba5305e\\azure-identity-4.1.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\243aaa63-7469-4248-9198-f8d09ba5305e\\azure-identity-4.1.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-BhYkF8Xr2gXjyDxocm0pc9RI5J5a1jw8iW0dw6Bx95OGdYbuMyFZrrwNw4eYSqQ2BB6FZOqpJP3vjsAqRcvDhw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@azure/test-utils":"^1.0.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0_1712780556694_0.7063173326602024","host":"s3://npm-registry-packages"}},"4.1.0-alpha.20240410.3":{"name":"@azure/identity","version":"4.1.0-alpha.20240410.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.0-alpha.20240410.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf1e409db69fde37bd6f355baea7039eab5077c4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.0-alpha.20240410.3.tgz","fileCount":220,"integrity":"sha512-OZRLU8+DnoVfxAN57kykPIutQ2ZDG1VkixqZadH3H4w6bRZfxnGCXJQUTEcqxOg1ADK/gju8ZaPAps7pQBlZXw==","signatures":[{"sig":"MEUCIFHYnTMysfVmDb/qwzTepaVoIIZx56kYcy7nTKh6QLT1AiEA2HQTyA6ttJZoPM4Ja1T+oC4Ukcr3PrHs71/iczMjNsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1530655},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\114a5784-3f16-40b6-ae3b-1f46116d2301\\azure-identity-4.1.0-alpha.20240410.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\114a5784-3f16-40b6-ae3b-1f46116d2301\\azure-identity-4.1.0-alpha.20240410.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-OZRLU8+DnoVfxAN57kykPIutQ2ZDG1VkixqZadH3H4w6bRZfxnGCXJQUTEcqxOg1ADK/gju8ZaPAps7pQBlZXw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.0-alpha.20240410.3_1712794009131_0.9479436188761448","host":"s3://npm-registry-packages"}},"4.1.1-alpha.20240411.2":{"name":"@azure/identity","version":"4.1.1-alpha.20240411.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.1-alpha.20240411.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93dfe97737579754c9001f7cc8b575ec488b9aba","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.1-alpha.20240411.2.tgz","fileCount":220,"integrity":"sha512-0AeXlwvWW2Wos75kXoMI0H+sAfNJ9HjKHOLcph8tnGaiYZmx+K7izDK4hyFckrLEiMH1phFOEpME1Oj3anXBrg==","signatures":[{"sig":"MEUCIQCrf30kFIsGd+BFggxtotSV9j8k9R0DS3Bd/gVM/Lay8gIgN7ubS0r7N7rC1Ldt5OqhugSQJyE6IDnTaQy8xe6LBOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1530627},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8eca3ef7-f41c-45fe-93fb-ac7051295616\\azure-identity-4.1.1-alpha.20240411.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8eca3ef7-f41c-45fe-93fb-ac7051295616\\azure-identity-4.1.1-alpha.20240411.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-0AeXlwvWW2Wos75kXoMI0H+sAfNJ9HjKHOLcph8tnGaiYZmx+K7izDK4hyFckrLEiMH1phFOEpME1Oj3anXBrg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.1-alpha.20240411.2_1712880156997_0.6026899035000397","host":"s3://npm-registry-packages"}},"4.1.1-alpha.20240412.1":{"name":"@azure/identity","version":"4.1.1-alpha.20240412.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.1-alpha.20240412.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a51b038b2a7bf22f1ce6da0bc24ec50e3709616","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.1-alpha.20240412.1.tgz","fileCount":220,"integrity":"sha512-+Xgoi3ZD8KzCZ48v5IXH0DRkvJGmtZRigwRjHrOZp0pHKaCefQvL0rZYUe2dv0WtkiXL208HWnK9IulpSCddMA==","signatures":[{"sig":"MEQCIC0vYsfCgKBKhS+eLIhVxfN/GCZxsLBPxZdApvRnKxt4AiBhjA9cJPBoOVi7Z4SUan3Nm7UWSJ7afsYwLc7zPgD73A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1530627},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\00351bd5-bdc1-4aae-901f-81d3a5abaede\\azure-identity-4.1.1-alpha.20240412.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\00351bd5-bdc1-4aae-901f-81d3a5abaede\\azure-identity-4.1.1-alpha.20240412.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-+Xgoi3ZD8KzCZ48v5IXH0DRkvJGmtZRigwRjHrOZp0pHKaCefQvL0rZYUe2dv0WtkiXL208HWnK9IulpSCddMA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.1-alpha.20240412.1_1712966490035_0.1241695939000631","host":"s3://npm-registry-packages"}},"4.1.1-alpha.20240415.1":{"name":"@azure/identity","version":"4.1.1-alpha.20240415.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.1-alpha.20240415.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db867382979bee215ccc269bca5b365113159eb2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.1-alpha.20240415.1.tgz","fileCount":220,"integrity":"sha512-q3zOk1MC2YvVIZ2qgcUr99VhP4Jv1feeFdhMz1SmjxCld+P4JH6pizRPlXXxwVFfZUJvjpQUQ63peZOmkzQ/dA==","signatures":[{"sig":"MEUCIFS5IlDVPvNUQUNf3PKW8FIm5a5W5aEpw55PPPNwbYeeAiEAqRDLWZiFi0IOeNRwxFvWR81aUcTgoWTmsz5jcFbL6Po=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1530627},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6f96308c-55ec-4136-b11f-dc8328eeb605\\azure-identity-4.1.1-alpha.20240415.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6f96308c-55ec-4136-b11f-dc8328eeb605\\azure-identity-4.1.1-alpha.20240415.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-q3zOk1MC2YvVIZ2qgcUr99VhP4Jv1feeFdhMz1SmjxCld+P4JH6pizRPlXXxwVFfZUJvjpQUQ63peZOmkzQ/dA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.1-alpha.20240415.1_1713225867194_0.28281255570213415","host":"s3://npm-registry-packages"}},"4.1.1-alpha.20240416.1":{"name":"@azure/identity","version":"4.1.1-alpha.20240416.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.1-alpha.20240416.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e189cee9f6d025a0c6403f7a7865584419ff827a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.1-alpha.20240416.1.tgz","fileCount":220,"integrity":"sha512-kU9qcx6Uul1gyDFadl3mR8C2wTXV02jKgyYxgpb/VCsGoVPiQ8vBRGf0F5xkXN4umKdmGmG/fx9Qy+FBR2Uthg==","signatures":[{"sig":"MEUCIQC0et5X9jRQ49wdQKYgOrtL44/jdA+pKCxFGP7o2zxapAIgVnogj9FQINGkPQswdNfjDlrMaafVTuufIZMf2lwMmjY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1530627},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\02c0d60d-849b-49e8-a69f-9201431899e7\\azure-identity-4.1.1-alpha.20240416.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\02c0d60d-849b-49e8-a69f-9201431899e7\\azure-identity-4.1.1-alpha.20240416.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-kU9qcx6Uul1gyDFadl3mR8C2wTXV02jKgyYxgpb/VCsGoVPiQ8vBRGf0F5xkXN4umKdmGmG/fx9Qy+FBR2Uthg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.1-alpha.20240416.1_1713312374583_0.7449489213023952","host":"s3://npm-registry-packages"}},"4.1.1-alpha.20240418.1":{"name":"@azure/identity","version":"4.1.1-alpha.20240418.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.1-alpha.20240418.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aac7861ea88256f73f2cd52bd91bb95f3089136c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.1-alpha.20240418.1.tgz","fileCount":220,"integrity":"sha512-Gqyl1Q990f5dVuMljX6OEDEd0j91pwS5WHXESAVUrhmTs8dMA5wupzaE4UJd8DoEl7V0Ud7mHoLNuErdlHMvlA==","signatures":[{"sig":"MEUCIBJKjOCpaldLJwVvvtl1hi5EGvWaeUuW/an6CG9Ux65uAiEA2om1uf/YO9EeZCEhow0BXAVUHFTI2de200xRUxz7boA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1568282},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\89df40f8-1f09-4e52-a002-ee3b264b3d05\\azure-identity-4.1.1-alpha.20240418.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\89df40f8-1f09-4e52-a002-ee3b264b3d05\\azure-identity-4.1.1-alpha.20240418.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Gqyl1Q990f5dVuMljX6OEDEd0j91pwS5WHXESAVUrhmTs8dMA5wupzaE4UJd8DoEl7V0Ud7mHoLNuErdlHMvlA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","ms":"^2.1.3","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.1-alpha.20240418.1_1713485550840_0.8503302315438606","host":"s3://npm-registry-packages"}},"4.1.1-alpha.20240419.1":{"name":"@azure/identity","version":"4.1.1-alpha.20240419.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.1-alpha.20240419.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ee3f6969d10e75028c476ee40cdaa2e4f3b35689","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.1-alpha.20240419.1.tgz","fileCount":220,"integrity":"sha512-/ttHa/W1PfVgjkuQwSzb0mp0NS2yXl9CDOWuq+i/0ip1fCHbGwOciOoOHKKcSSzXQKMzN8+g089xGZ5PA5PJmA==","signatures":[{"sig":"MEUCIQCp1idE9WIFY7+VkB7dF/CGbYkLNR2k5qIaw5wf2fpF/QIgfH/8lZdxI45RhSd9CvkV/ZhL9WWwayczFl74WIoJ6pc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1568283},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1fe39b28-bdc3-43be-9b0f-39664f1e9eaa\\azure-identity-4.1.1-alpha.20240419.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1fe39b28-bdc3-43be-9b0f-39664f1e9eaa\\azure-identity-4.1.1-alpha.20240419.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-/ttHa/W1PfVgjkuQwSzb0mp0NS2yXl9CDOWuq+i/0ip1fCHbGwOciOoOHKKcSSzXQKMzN8+g089xGZ5PA5PJmA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.1-alpha.20240419.1_1713571721240_0.6976442569846688","host":"s3://npm-registry-packages"}},"4.1.1-alpha.20240422.3":{"name":"@azure/identity","version":"4.1.1-alpha.20240422.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.1-alpha.20240422.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7fde65ab568f537dec6996d87e7077ab798592f2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.1-alpha.20240422.3.tgz","fileCount":222,"integrity":"sha512-4NNK90+hiKY+ddkd+AjTNJ8cHD7RIvZTCkMrqmbZf/yUSEvVLh3OqGPgbhyRAVdBFzr4QZY7rjcqhkhm8w8nqg==","signatures":[{"sig":"MEYCIQDELZlwuT1dKYTUFbddEUrDZE+QQy9bBz82xQie2Xu0/wIhALAJUs/0ZO6Dfmc2yQ7u6PXvqka8EmhFTUtgVRIl9YnT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1586890},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\77d91309-a096-4122-9c9b-905683969123\\azure-identity-4.1.1-alpha.20240422.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\77d91309-a096-4122-9c9b-905683969123\\azure-identity-4.1.1-alpha.20240422.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4NNK90+hiKY+ddkd+AjTNJ8cHD7RIvZTCkMrqmbZf/yUSEvVLh3OqGPgbhyRAVdBFzr4QZY7rjcqhkhm8w8nqg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.1-alpha.20240422.3_1713830575608_0.9551657273689043","host":"s3://npm-registry-packages"}},"4.1.1-alpha.20240423.2":{"name":"@azure/identity","version":"4.1.1-alpha.20240423.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.1.1-alpha.20240423.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b091ec11e18af4546b98dcbf979e7439aeff32a2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.1.1-alpha.20240423.2.tgz","fileCount":222,"integrity":"sha512-64O/ysoNGU2NZFrpHqorRjyGbqHrEruJ23pxC2+o1Nd0exnByPEAG6d+x9VY+s+C+GwoRjs+IDenDN0sqTQ3MQ==","signatures":[{"sig":"MEQCIHQWB+jl+eTiZhTkQEqPHQMRqR6NHWvDr147hKA87bEqAiB++7ZLmXQXFC1oYwk1GwSSaGVIYLn3houpAdM4qTduDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1589677},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a11c7619-65b4-41ab-9538-48c531b81ab9\\azure-identity-4.1.1-alpha.20240423.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a11c7619-65b4-41ab-9538-48c531b81ab9\\azure-identity-4.1.1-alpha.20240423.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-64O/ysoNGU2NZFrpHqorRjyGbqHrEruJ23pxC2+o1Nd0exnByPEAG6d+x9VY+s+C+GwoRjs+IDenDN0sqTQ3MQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.1.1-alpha.20240423.2_1713917356520_0.2443343003078975","host":"s3://npm-registry-packages"}},"4.2.0-alpha.20240425.2":{"name":"@azure/identity","version":"4.2.0-alpha.20240425.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.2.0-alpha.20240425.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c12730d50b248931e7a126ab280387850a5f046a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.2.0-alpha.20240425.2.tgz","fileCount":222,"integrity":"sha512-NYBbe9kYtOxrzd5MBgaqOcJg8VebTigy5NN0eL9iVBPgAyJCUlScKZoWHP1GxmMfnuJQXZyJlCnlrL1CgmypfA==","signatures":[{"sig":"MEUCIQD6jwqg/GSQ84Vo7cg412oyVTW68cW3t8hLD7VgBR+fcQIgTnVjaBHY6Buq5IbejXuFlDMPVynuUDQAKedI/o8fp7g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1589683},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\63613102-cda2-4946-a59c-d08b955cae60\\azure-identity-4.2.0-alpha.20240425.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\63613102-cda2-4946-a59c-d08b955cae60\\azure-identity-4.2.0-alpha.20240425.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-NYBbe9kYtOxrzd5MBgaqOcJg8VebTigy5NN0eL9iVBPgAyJCUlScKZoWHP1GxmMfnuJQXZyJlCnlrL1CgmypfA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.2.0-alpha.20240425.2_1714090045366_0.5478298766138114","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240426.2":{"name":"@azure/identity","version":"4.3.0-alpha.20240426.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240426.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1e88ae17a269c08859d61a174dd5025fc3a4319e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240426.2.tgz","fileCount":226,"integrity":"sha512-rDJv+HeSF9pASYvI2AoxCxzMhebfLlKO0R5VyyE3PDit/InGMYT0jMdaYfbvjN5b8day3j98v27p3Kk3qkpeSQ==","signatures":[{"sig":"MEUCIA4b4lV5vHwnHoZMyCfrqawk7d/XaIQkt4BjRh8uC+bZAiEApU9xw1X3w/Zr+IgmxFji8nhXaA+UV7eXPi5AQLZmFIQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1632054},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bef7b8e7-830c-413e-b45e-705e8ab931a1\\azure-identity-4.3.0-alpha.20240426.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bef7b8e7-830c-413e-b45e-705e8ab931a1\\azure-identity-4.3.0-alpha.20240426.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-rDJv+HeSF9pASYvI2AoxCxzMhebfLlKO0R5VyyE3PDit/InGMYT0jMdaYfbvjN5b8day3j98v27p3Kk3qkpeSQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240426.2_1714176023300_0.8839939270335246","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240429.2":{"name":"@azure/identity","version":"4.3.0-alpha.20240429.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240429.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"455c12bfcea936aa2743b11d1b45f6ab93fd9e52","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240429.2.tgz","fileCount":226,"integrity":"sha512-gCFjb3i6R35c1FFKaWhNtZcQpHUlCFqGA1NE9z7w5frPPgq6JzaXbhvdM2DtijAr35KvgSHcnPV5jvcuP5yDDA==","signatures":[{"sig":"MEQCIEy4K0V4ZzTpdqGQyfOtBTRaLuw5fjCfWbTgx2byav0jAiBcWQf1I0i1x00RsTfBiCT40xc3mBZO2o3EetvVclEZ+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1632054},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\417ddc74-139a-4894-af86-a0eb805ba5fe\\azure-identity-4.3.0-alpha.20240429.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\417ddc74-139a-4894-af86-a0eb805ba5fe\\azure-identity-4.3.0-alpha.20240429.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-gCFjb3i6R35c1FFKaWhNtZcQpHUlCFqGA1NE9z7w5frPPgq6JzaXbhvdM2DtijAr35KvgSHcnPV5jvcuP5yDDA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240429.2_1714435722177_0.692834533175011","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@azure/identity","version":"4.2.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.2.0","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"acaee2f50785cc87778ec7eedcc20d6e72c1da23","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.2.0.tgz","fileCount":222,"integrity":"sha512-ve3aYv79qXOJ8wRxQ5jO0eIz2DZ4o0TyME4m4vlGV5YyePddVZ+pFMzusAMODNAflYAAv1cBIhKnd4xytmXyig==","signatures":[{"sig":"MEYCIQCbejcunKgKafmfvOtlFiZUFrpQnMGU3cJlYxTVkIzFIQIhAOcN+TMCSFEbm8wq470bOoyo/P8zs9mNA7JzkXkFha6x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1589606},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0c0f9105-0101-4400-9b7a-59580e4f920d\\azure-identity-4.2.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0c0f9105-0101-4400-9b7a-59580e4f920d\\azure-identity-4.2.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ve3aYv79qXOJ8wRxQ5jO0eIz2DZ4o0TyME4m4vlGV5YyePddVZ+pFMzusAMODNAflYAAv1cBIhKnd4xytmXyig==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.2.0_1714493663348_0.19836806644670602","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240502.1":{"name":"@azure/identity","version":"4.3.0-alpha.20240502.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240502.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c1cb91cc92970f2d43d5a9446aa859267f48858","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240502.1.tgz","fileCount":226,"integrity":"sha512-kMxm0Yqf7diH64YtHn3X0Rpg/9vL1WRnJgWlcsRrj9eLokiW52nu8pPQnbEEwQZHp3MXxF0SIjyvlNpQ2DSM4A==","signatures":[{"sig":"MEUCIEdXDuFo5j6/78UN/M6pspBupV+zVyQvu7B0xeBYcVObAiEAstGzRZ1SsQ4+PQ26dMPXA1qU2UPzb/Ir0X27/jxkkxU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1634183},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ade966f7-0591-4946-9d23-8ca55393e1d0\\azure-identity-4.3.0-alpha.20240502.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ade966f7-0591-4946-9d23-8ca55393e1d0\\azure-identity-4.3.0-alpha.20240502.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-kMxm0Yqf7diH64YtHn3X0Rpg/9vL1WRnJgWlcsRrj9eLokiW52nu8pPQnbEEwQZHp3MXxF0SIjyvlNpQ2DSM4A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240502.1_1714694832290_0.8405670419491578","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240506.1":{"name":"@azure/identity","version":"4.3.0-alpha.20240506.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240506.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"983bfa70392690763c7080cbdd1d51637e9a45b4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240506.1.tgz","fileCount":226,"integrity":"sha512-zA7mzCfHExQnVMDstyePkm1gk7BCpkVL9W438m381VCoK/40rNyxeqAL6+X02pa2D5xEMYk4My30+Hl6rzKECw==","signatures":[{"sig":"MEYCIQDwTaYqjnThdJc1Sj4SI3nwaeLBAF5B3E6X5bB5EeT92wIhAIetqnrevx/nSjnTxPe37eHHIGVuFdsDZdGjTsOk7Kp/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1634183},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f462675f-f6a1-4f8b-9af3-42ccd87e0a7c\\azure-identity-4.3.0-alpha.20240506.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f462675f-f6a1-4f8b-9af3-42ccd87e0a7c\\azure-identity-4.3.0-alpha.20240506.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-zA7mzCfHExQnVMDstyePkm1gk7BCpkVL9W438m381VCoK/40rNyxeqAL6+X02pa2D5xEMYk4My30+Hl6rzKECw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240506.1_1715039909266_0.9276414263869335","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240507.1":{"name":"@azure/identity","version":"4.3.0-alpha.20240507.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240507.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"075934a0aa58b5a66dd2a9086e88f2aa58119e33","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240507.1.tgz","fileCount":226,"integrity":"sha512-VbF5OxqSjZHyuVv/WIrLlHcsucM153aNhBRoXFQYXEdR0T4aiCH1Q2JWgzka02iX0hlw23/ngEfYHXq7+pCzzQ==","signatures":[{"sig":"MEYCIQCg+fWHdwXk3U+WGN95FmJJ3e0cY+Mam0YkpGYtBA8sDQIhANhng7TgA3HspC/qMckXggr8vHeb7TmMAtPSzQHgJ/h+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1634183},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ff39483d-634f-43ca-8f46-16bac75f56bd\\azure-identity-4.3.0-alpha.20240507.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ff39483d-634f-43ca-8f46-16bac75f56bd\\azure-identity-4.3.0-alpha.20240507.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-VbF5OxqSjZHyuVv/WIrLlHcsucM153aNhBRoXFQYXEdR0T4aiCH1Q2JWgzka02iX0hlw23/ngEfYHXq7+pCzzQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240507.1_1715126199344_0.12481245982707878","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240508.2":{"name":"@azure/identity","version":"4.3.0-alpha.20240508.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240508.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39f4802634b38d41521be035dde648aaa1e9bdd5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240508.2.tgz","fileCount":228,"integrity":"sha512-oO3FP8xEQbFN9vaoDK0gQdueZa8cvUgk2PDt5tcoDWbenWmcS+jNJr5wgXcahgVbHF7xbCCKMfCsHOSJBJse+w==","signatures":[{"sig":"MEUCIQCOWjkSaCaP1TERVzDE+Xb7oEZ0SjVtrCAzPPrLB3vRBgIgBgA5W4gXR4Yhpi8lfT0EGK8ypu/AHJZsFTfDgvNRRnQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1656689},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3237d09a-1747-4b32-b430-9bb1ca3b9ba8\\azure-identity-4.3.0-alpha.20240508.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3237d09a-1747-4b32-b430-9bb1ca3b9ba8\\azure-identity-4.3.0-alpha.20240508.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-oO3FP8xEQbFN9vaoDK0gQdueZa8cvUgk2PDt5tcoDWbenWmcS+jNJr5wgXcahgVbHF7xbCCKMfCsHOSJBJse+w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240508.2_1715212480409_0.09754062718410839","host":"s3://npm-registry-packages"}},"4.3.0-beta.1":{"name":"@azure/identity","version":"4.3.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-beta.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"next","dist":{"shasum":"a5efc717a64380aebab2666610218af734c494bf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-beta.1.tgz","fileCount":228,"integrity":"sha512-Qk+TZfz/XWYheiH3KlT9dtNweuTmPEqmSJjppOVnYkVam/fcNGb5yX1DnEyrxNQSKGVPpraATCCmTUwiXkm/4A==","signatures":[{"sig":"MEUCIH8DaiXCGfCkokhSmVatY4dqJcltdQDPSkD6j2sc0zQMAiEA+/ZGNvnNHNjVVpfd0qywolZ+Q+LBXhXypw0FC0Hb7GQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1656659},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e6f8253-dd7d-4300-af83-822ba2313998\\azure-identity-4.3.0-beta.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e6f8253-dd7d-4300-af83-822ba2313998\\azure-identity-4.3.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Qk+TZfz/XWYheiH3KlT9dtNweuTmPEqmSJjppOVnYkVam/fcNGb5yX1DnEyrxNQSKGVPpraATCCmTUwiXkm/4A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-beta.1_1715216921943_0.14019357422804046","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240509.1":{"name":"@azure/identity","version":"4.3.0-alpha.20240509.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240509.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"85b3f6d4cdb90e2a8a2a2838edb66bb572c21e9f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240509.1.tgz","fileCount":228,"integrity":"sha512-kPhYNsnj57JshbxFf+6k2d391DvDh4jCw96jDVN32bXtj9pTik1wonJ6HdCz7PC28HduBDgqTXJ7h+4FcoHJlg==","signatures":[{"sig":"MEQCIGAUNc18aLOmfEOPjosHREoHdJZxpvFo9vZd5oyog6GPAiAycMEr8Uu66P8hkzT8fOQiX9ebMTbLgGOy6Z6ExmptVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1656729},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1d4daf2f-ffd8-4012-b12e-5d70f65d694d\\azure-identity-4.3.0-alpha.20240509.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1d4daf2f-ffd8-4012-b12e-5d70f65d694d\\azure-identity-4.3.0-alpha.20240509.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-kPhYNsnj57JshbxFf+6k2d391DvDh4jCw96jDVN32bXtj9pTik1wonJ6HdCz7PC28HduBDgqTXJ7h+4FcoHJlg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240509.1_1715298916138_0.6376765349853375","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240510.3":{"name":"@azure/identity","version":"4.3.0-alpha.20240510.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240510.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9d9ec0f5ed8fc924be9a08898cca99f066a094cb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240510.3.tgz","fileCount":228,"integrity":"sha512-9FqWRayTOyGxQuB5A94EPCLYsgsMPGfc9zwPPqmp9HaPLzoSHdYa8jmGWZHRrQvc6Adl0E90vMcB9RtIP9jR0g==","signatures":[{"sig":"MEUCIFAgNlkXtH03ogQTNW8jxrdoNZkP7hfDkz+iYO2ywB8KAiEAw3/BYUxQ2co18e8cm8lHpyZEQ9DjwGxJX2aPcHXd/TA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1656750},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\51495a74-34da-46a4-b772-73e960818d64\\azure-identity-4.3.0-alpha.20240510.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\51495a74-34da-46a4-b772-73e960818d64\\azure-identity-4.3.0-alpha.20240510.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-9FqWRayTOyGxQuB5A94EPCLYsgsMPGfc9zwPPqmp9HaPLzoSHdYa8jmGWZHRrQvc6Adl0E90vMcB9RtIP9jR0g==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240510.3_1715385318778_0.9654098946686216","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240513.2":{"name":"@azure/identity","version":"4.3.0-alpha.20240513.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240513.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45d8e8f05a558e408d14f91d21706c007cfa55b1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240513.2.tgz","fileCount":228,"integrity":"sha512-pN7xTYaVXy17qAKBcLHn7owSdiHzQzPGfvB88N9hz44UoqKi5Hn0BOS6bsbQQkwdPWUcHK0YukxQCvvSgWYkfw==","signatures":[{"sig":"MEUCIQCGwE+L1+5PRilrd9iRAtsslQrzLSzVzyI/+AReCOLx6wIgSII+6lvvT5LR2/BjcKQMMNlH8h500Mjh5OR65cLavyE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1659480},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ec809aa4-49c0-4e86-921e-98b61ce15cdf\\azure-identity-4.3.0-alpha.20240513.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ec809aa4-49c0-4e86-921e-98b61ce15cdf\\azure-identity-4.3.0-alpha.20240513.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-pN7xTYaVXy17qAKBcLHn7owSdiHzQzPGfvB88N9hz44UoqKi5Hn0BOS6bsbQQkwdPWUcHK0YukxQCvvSgWYkfw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240513.2_1715644779115_0.4612903030631492","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240514.2":{"name":"@azure/identity","version":"4.3.0-alpha.20240514.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240514.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"50a00a3708264033a87adf756922ce541f83926e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240514.2.tgz","fileCount":228,"integrity":"sha512-y1ouFY+tB3xZ7OpN3TvP0mK/1RIddrKmCeqBXAcS/0XIg8gNGfXU1c9CmKZ8DTJuJFr9yitdzUjlIQA1YwqsXA==","signatures":[{"sig":"MEQCIGZXXZZ3PHze5xW1NGFYzIp53sg224u9pEDySBR5hB0EAiBqhoO1/v8HMMzGu0UAlJCXZDmWvs4LGshue/XLy57nUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1659377},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1bdf037f-eba8-4b99-9ef8-f66f58b0afb5\\azure-identity-4.3.0-alpha.20240514.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1bdf037f-eba8-4b99-9ef8-f66f58b0afb5\\azure-identity-4.3.0-alpha.20240514.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-y1ouFY+tB3xZ7OpN3TvP0mK/1RIddrKmCeqBXAcS/0XIg8gNGfXU1c9CmKZ8DTJuJFr9yitdzUjlIQA1YwqsXA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240514.2_1715731006405_0.24930216262083071","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240515.1":{"name":"@azure/identity","version":"4.3.0-alpha.20240515.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240515.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d00c5624c231a1ee1df79fb527220a379194cc62","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240515.1.tgz","fileCount":228,"integrity":"sha512-OAEocLaBiWVylklmJL415jZu14/Xz2pNWJ1weyZ7m6/F+b5QxigOeWgz6dX6RNz3w6OsnMciwLT4ga3o2zPNlQ==","signatures":[{"sig":"MEUCIExVBvnWex/4PGxID73w09zPknUeAhYGJcL+cmAGJd2TAiEAzgppuqGWv1o3GV9nXK6CYubR8/96esGB+Av9P4fYpWk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1659377},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e650058d-ae7b-44eb-88d3-e48179fcae19\\azure-identity-4.3.0-alpha.20240515.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e650058d-ae7b-44eb-88d3-e48179fcae19\\azure-identity-4.3.0-alpha.20240515.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-OAEocLaBiWVylklmJL415jZu14/Xz2pNWJ1weyZ7m6/F+b5QxigOeWgz6dX6RNz3w6OsnMciwLT4ga3o2zPNlQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240515.1_1715817336502_0.17035908886235074","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240516.2":{"name":"@azure/identity","version":"4.3.0-alpha.20240516.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240516.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d8e137a9f4102431c5d877bf360f398f1024adb4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240516.2.tgz","fileCount":228,"integrity":"sha512-bIjwPkGM0oxClHTf/cAWgDoNO2+P3W+iyNTGI5vvmyoSnlqZG2m784lWjSL/RETkCDSqMFFCYRvcOFL5rBKXww==","signatures":[{"sig":"MEUCIQCKLf7PL7BR+wiQLe1YTk5+tTEP6BQHo+f23+DAP+86uQIgc1ZFbEtf5A4zQUuaKUMhpep96AQ8ylcBhXUQzJQm3oc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1659371},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a10eb968-78f8-4530-bec2-1cc163092ccd\\azure-identity-4.3.0-alpha.20240516.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a10eb968-78f8-4530-bec2-1cc163092ccd\\azure-identity-4.3.0-alpha.20240516.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-bIjwPkGM0oxClHTf/cAWgDoNO2+P3W+iyNTGI5vvmyoSnlqZG2m784lWjSL/RETkCDSqMFFCYRvcOFL5rBKXww==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240516.2_1715903782483_0.9322585492367204","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240517.1":{"name":"@azure/identity","version":"4.3.0-alpha.20240517.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240517.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65b34637a051ab2472d07997b036a32a569b7994","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240517.1.tgz","fileCount":228,"integrity":"sha512-9LW0EchfzS/VwR+82AzOYNpLNiUzS+kTj9A2dN+0h5msXmLesbQ94mPuYFb4upwbIoQxuJ4mN065RWMnT5tAKg==","signatures":[{"sig":"MEYCIQCWgVol89kP2t9CQAVYzOEkc8wUb5750U14BxIhLmgbJQIhAPq7oAL6DxkwNjpEm5+3dGngtvo5wPuyvNP0h22z8qvo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1659371},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\94880287-c441-4f23-bafa-298c33739c8e\\azure-identity-4.3.0-alpha.20240517.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\94880287-c441-4f23-bafa-298c33739c8e\\azure-identity-4.3.0-alpha.20240517.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-9LW0EchfzS/VwR+82AzOYNpLNiUzS+kTj9A2dN+0h5msXmLesbQ94mPuYFb4upwbIoQxuJ4mN065RWMnT5tAKg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240517.1_1715990204667_0.3723544855192422","host":"s3://npm-registry-packages"}},"4.3.0-alpha.20240520.1":{"name":"@azure/identity","version":"4.3.0-alpha.20240520.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-alpha.20240520.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"277fcb6e1aef19cafc7f8e0af6c58c3cbd435859","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-alpha.20240520.1.tgz","fileCount":228,"integrity":"sha512-FhKDDcbFd4b+QllLkhNbGDQMw3j53/WZtX15lUqYcA5kgmv/qpF9kWwHP/1VAlcBEmdHD1LvMWAz2tV+5UMTPg==","signatures":[{"sig":"MEYCIQCLpCp/yGOLg4mwKNKTeitJ4AykmLnkRuWXP+9lB5g3mwIhAN8lnJHxc1MZutQAH8X0MCWb4PNALZgsQLnD4O6U0St2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1659371},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\470d569f-6129-4806-8c73-33603c8186c9\\azure-identity-4.3.0-alpha.20240520.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\470d569f-6129-4806-8c73-33603c8186c9\\azure-identity-4.3.0-alpha.20240520.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-FhKDDcbFd4b+QllLkhNbGDQMw3j53/WZtX15lUqYcA5kgmv/qpF9kWwHP/1VAlcBEmdHD1LvMWAz2tV+5UMTPg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.6.6","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-alpha.20240520.1_1716249261990_0.7862949038467295","host":"s3://npm-registry-packages"}},"4.3.0-beta.2":{"name":"@azure/identity","version":"4.3.0-beta.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0-beta.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"next","dist":{"shasum":"c6337a870092e4c86578724d1bd1e51c5864df5d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0-beta.2.tgz","fileCount":228,"integrity":"sha512-2VTSZpTLRycH0dHt8l1sOkqWs/4yEeE5c4Wvfap/zXhcVL3o2w8TrNx+15nOcGiG1FfNIP9NKxxjRr7ixtDsdQ==","signatures":[{"sig":"MEUCIHb9168uVgjyxRxdJR0wadZdQ4BSE1k+5Fa8lwL4je5DAiEAjewEiP1vidygNo6PHUNU9+Wc+g5YldLP2nTKxYyRS5o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1667084},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\96195b93-1b3a-4891-b5ae-cf832b9d4c1a\\azure-identity-4.3.0-beta.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\96195b93-1b3a-4891-b5ae-cf832b9d4c1a\\azure-identity-4.3.0-beta.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2VTSZpTLRycH0dHt8l1sOkqWs/4yEeE5c4Wvfap/zXhcVL3o2w8TrNx+15nOcGiG1FfNIP9NKxxjRr7ixtDsdQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0-beta.2_1718065171139_0.3457064847739999","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"@azure/identity","version":"4.2.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.2.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"22b366201e989b7b41c0e1690e103bd579c31e4c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.2.1.tgz","fileCount":222,"integrity":"sha512-U8hsyC9YPcEIzoaObJlRDvp7KiF0MGS7xcWbyJSVvXRkC/HXo1f0oYeBYmEvVgRfacw7GHf6D6yAoh9JHz6A5Q==","signatures":[{"sig":"MEQCIGnfjO7eSwELMhO5htbVsCtKXBFwMLz4khplURuQnMUrAiAy562XxolZOpITRB3VbvGn+FSMmBH2rgsJEF/yj5GvWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1594871},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8cf572ea-bcee-490a-a93e-6eb5cf6634bd\\azure-identity-4.2.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8cf572ea-bcee-490a-a93e-6eb5cf6634bd\\azure-identity-4.2.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-U8hsyC9YPcEIzoaObJlRDvp7KiF0MGS7xcWbyJSVvXRkC/HXo1f0oYeBYmEvVgRfacw7GHf6D6yAoh9JHz6A5Q==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.4.0","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.2.1_1718069499269_0.054207507165531243","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"@azure/identity","version":"4.3.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.0","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"e8da6b3bf1df4de1511e813a7166a4b5b4a99ca1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.0.tgz","fileCount":228,"integrity":"sha512-LHZ58/RsIpIWa4hrrE2YuJ/vzG1Jv9f774RfTTAVDZDriubvJ0/S5u4pnw4akJDlS0TiJb6VMphmVUFsWmgodQ==","signatures":[{"sig":"MEYCIQCHVS2ltimfEye9UumAj28hmUbVya5Y/m4spnzG0UZR0wIhAJ/+RNII9igUhiQQu0tgRQBZZGZmTMt/xhTj8wbnebpV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1664910},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\49f109f9-51ac-4d27-ba12-7586f711deed\\azure-identity-4.3.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\49f109f9-51ac-4d27-ba12-7586f711deed\\azure-identity-4.3.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-LHZ58/RsIpIWa4hrrE2YuJ/vzG1Jv9f774RfTTAVDZDriubvJ0/S5u4pnw4akJDlS0TiJb6VMphmVUFsWmgodQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.0_1718743227033_0.12426820655585158","host":"s3://npm-registry-packages"}},"4.3.1-alpha.20240618.4":{"name":"@azure/identity","version":"4.3.1-alpha.20240618.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.1-alpha.20240618.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9f3eab5dd7c3c999ebc5965e452f0d8020268901","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.1-alpha.20240618.4.tgz","fileCount":228,"integrity":"sha512-2ANrblnVZ7WNVCuMS87g1DELzGOthnDBMABjwcRk0YaURRkLqeCF1RuKhfdgbt8tDDK8bi//mAlNb8ctH80o/g==","signatures":[{"sig":"MEUCIQDYzL65XBq1WqJmdu/12uLVCoAhsqkuEnWF04dXs7S8QwIgNOek6M48oAwoYNWpyI0n3dO0oWTd3BKIzGDYlTKbFrg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1664939},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\85ae8412-4a82-4508-98c1-db592118d2d2\\azure-identity-4.3.1-alpha.20240618.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\85ae8412-4a82-4508-98c1-db592118d2d2\\azure-identity-4.3.1-alpha.20240618.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2ANrblnVZ7WNVCuMS87g1DELzGOthnDBMABjwcRk0YaURRkLqeCF1RuKhfdgbt8tDDK8bi//mAlNb8ctH80o/g==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.1-alpha.20240618.4_1718754976832_0.5376861000703737","host":"s3://npm-registry-packages"}},"4.3.1-alpha.20240619.4":{"name":"@azure/identity","version":"4.3.1-alpha.20240619.4","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.1-alpha.20240619.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"405ac25b235cf86bd8b9c8d1aae8d860c82d2e59","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.1-alpha.20240619.4.tgz","fileCount":230,"integrity":"sha512-6bfpRt/TPv1ehgebTcOlIzfhEHqe6hbfmT94oDkE6LJqSMfqIeigbEhwvBS8/4oCscfgVg10/Sr5DuQLX0/B8g==","signatures":[{"sig":"MEUCIESub3Zg5avCaXnI2OHmlU1Gvtk5MoJQTP7rWisJE6FaAiEAqpTSgAdd9E+v0B+cTsG5HEAwUggoXK2NoEBUmL3GTlc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1649966},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b110efcc-da1b-4a30-9c6d-498962da268b\\azure-identity-4.3.1-alpha.20240619.4.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b110efcc-da1b-4a30-9c6d-498962da268b\\azure-identity-4.3.1-alpha.20240619.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-6bfpRt/TPv1ehgebTcOlIzfhEHqe6hbfmT94oDkE6LJqSMfqIeigbEhwvBS8/4oCscfgVg10/Sr5DuQLX0/B8g==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.1-alpha.20240619.4_1718841144244_0.3462785297634834","host":"s3://npm-registry-packages"}},"4.3.1-alpha.20240620.2":{"name":"@azure/identity","version":"4.3.1-alpha.20240620.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.1-alpha.20240620.2","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"032cbdb17c70dbc21d97049651c76713abbd8690","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.1-alpha.20240620.2.tgz","fileCount":230,"integrity":"sha512-70tBDOQ6wxeBx21kGvx3QIiLxoJElmvHH01cMpLKLYrieZXoWTKEDFu6828opwvQvGZHn6xdErCq24ALE2t5kg==","signatures":[{"sig":"MEYCIQDfGDc1jDJdUc5tt1wUV4mTK7zwyg4OUdOC/EVJX8F+BgIhAOL1jlU4S/aQ/JuhWe+7LLT3bgyxIwOtKl1R2d4vBiY6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1649966},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f681f8f8-1e0c-4a1e-8f8d-2a54e174bcc3\\azure-identity-4.3.1-alpha.20240620.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f681f8f8-1e0c-4a1e-8f8d-2a54e174bcc3\\azure-identity-4.3.1-alpha.20240620.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-70tBDOQ6wxeBx21kGvx3QIiLxoJElmvHH01cMpLKLYrieZXoWTKEDFu6828opwvQvGZHn6xdErCq24ALE2t5kg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.1-alpha.20240620.2_1718927607204_0.9763459278233508","host":"s3://npm-registry-packages"}},"4.3.1-alpha.20240621.1":{"name":"@azure/identity","version":"4.3.1-alpha.20240621.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.1-alpha.20240621.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0ef0f04a1204231ad60812b624cd4ea481b58cbe","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.1-alpha.20240621.1.tgz","fileCount":230,"integrity":"sha512-5GXxrRTz/bCD3LeZEJCNNXL6L/pIRcLMYMUPrPOMuXr/2pvBRgtP8Cd6e1sRHiyrHU/LI/Wi6LhUiBMrMsatXQ==","signatures":[{"sig":"MEUCIEwTJMG7RiIM1e8HFS1b+d31BcLAjMRukHl4jucWXZgjAiEAhFV/IRYEqXNa5SWxjq7sM1vuiTRjmOTEon7YDilrd/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1649966},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9ca24265-fb6f-45f5-945f-eed8e9687f0b\\azure-identity-4.3.1-alpha.20240621.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9ca24265-fb6f-45f5-945f-eed8e9687f0b\\azure-identity-4.3.1-alpha.20240621.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-5GXxrRTz/bCD3LeZEJCNNXL6L/pIRcLMYMUPrPOMuXr/2pvBRgtP8Cd6e1sRHiyrHU/LI/Wi6LhUiBMrMsatXQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.1-alpha.20240621.1_1719014052167_0.17895858537237608","host":"s3://npm-registry-packages"}},"4.3.1-alpha.20240624.1":{"name":"@azure/identity","version":"4.3.1-alpha.20240624.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.1-alpha.20240624.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d81326abba6b617016a8bc2136d9a9410780341d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.1-alpha.20240624.1.tgz","fileCount":230,"integrity":"sha512-VNsSrTbX66Kid6OzycXAQ8ijHIriA0jYM5jbFwXyjWvBX9oCUCuO9l5fVH47gGqowvkkVxa99ssyIvLJ2duCvA==","signatures":[{"sig":"MEUCIQDKyhYEnn4C2rl7+M8NtwL4HgWttxbux6XV/28GKe9NiQIgZf+CXvCBcFlEPjaySh+e6jVeFl5zS6cWmlHZpQ7htfI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1649966},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8caf9f67-9223-408d-bc03-9687497b5522\\azure-identity-4.3.1-alpha.20240624.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8caf9f67-9223-408d-bc03-9687497b5522\\azure-identity-4.3.1-alpha.20240624.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-VNsSrTbX66Kid6OzycXAQ8ijHIriA0jYM5jbFwXyjWvBX9oCUCuO9l5fVH47gGqowvkkVxa99ssyIvLJ2duCvA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.1-alpha.20240624.1_1719273500140_0.39278628718605435","host":"s3://npm-registry-packages"}},"4.3.1-alpha.20240625.1":{"name":"@azure/identity","version":"4.3.1-alpha.20240625.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.1-alpha.20240625.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6e5361c4c0f17cca1b10100fb9173724ddcd37f2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.1-alpha.20240625.1.tgz","fileCount":230,"integrity":"sha512-zgpGIruJsMX0FxWwpocdVLR3Z0W6acaiYETNDtOUGVVdVXfI/c+apj01dmP/jRJFKPCaSM1Ihll2YlGu+jDTSA==","signatures":[{"sig":"MEUCICJlCuX5BGHdJMf8KtkTSsMUITHcftXPxa+CAd7JIiImAiEA4uBeN/66z5uG5cQsyfJcuaoJdfXR8ILERWy/fwjQBNQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1649966},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\334e22ea-438c-4c76-a1d7-1691bb17a34f\\azure-identity-4.3.1-alpha.20240625.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\334e22ea-438c-4c76-a1d7-1691bb17a34f\\azure-identity-4.3.1-alpha.20240625.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-zgpGIruJsMX0FxWwpocdVLR3Z0W6acaiYETNDtOUGVVdVXfI/c+apj01dmP/jRJFKPCaSM1Ihll2YlGu+jDTSA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.1-alpha.20240625.1_1719359690258_0.05594457727768187","host":"s3://npm-registry-packages"}},"4.3.1-alpha.20240627.1":{"name":"@azure/identity","version":"4.3.1-alpha.20240627.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.1-alpha.20240627.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"11aa0f5a10be6f08898ea7cad554b01be762739d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.1-alpha.20240627.1.tgz","fileCount":230,"integrity":"sha512-C2v/UK4Aaxkc/bCccM80Ijo+1/uTMJtJZN1/HiFSWki+v4jEAcnDi4mvTWmWdjTGt+mprqVdDSVio/x0/404/A==","signatures":[{"sig":"MEYCIQC8oNyaDG/dhsXhmOCa3LOvwbYVT02P8+dwg+J1C8FGHgIhALbvhf1WnwwewaaWtw2t60zknps4P070oafTYJOALB3b","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1649966},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fc861093-5035-4d86-acea-6d941d18111d\\azure-identity-4.3.1-alpha.20240627.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fc861093-5035-4d86-acea-6d941d18111d\\azure-identity-4.3.1-alpha.20240627.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-C2v/UK4Aaxkc/bCccM80Ijo+1/uTMJtJZN1/HiFSWki+v4jEAcnDi4mvTWmWdjTGt+mprqVdDSVio/x0/404/A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.11.1","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.1-alpha.20240627.1_1719532484954_0.8060364488111367","host":"s3://npm-registry-packages"}},"4.3.1-alpha.20240628.2":{"name":"@azure/identity","version":"4.3.1-alpha.20240628.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.1-alpha.20240628.2","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"301415fcb2269768babb6625766588a9f349804f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.1-alpha.20240628.2.tgz","fileCount":230,"integrity":"sha512-2W1k1OgEKSPEN0oYeitqCetef8IKUympyuDvoZ+YLLcC4wJ5KrEXpo3j/P1/Y7Q62SkS7VVzYElFYdjDEJDVYA==","signatures":[{"sig":"MEUCIEqnIWpTWmO1XWQYIlQB0zujar1Rdtl0j14f4CxYro8SAiEA4koiVSD7jd4C6sA5OGXbieDcEsAjNiAfKJ+KUNXGgoY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1656246},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b3b6f7cb-3f85-4eef-ae2e-f90296c6834d\\azure-identity-4.3.1-alpha.20240628.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b3b6f7cb-3f85-4eef-ae2e-f90296c6834d\\azure-identity-4.3.1-alpha.20240628.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2W1k1OgEKSPEN0oYeitqCetef8IKUympyuDvoZ+YLLcC4wJ5KrEXpo3j/P1/Y7Q62SkS7VVzYElFYdjDEJDVYA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.1-alpha.20240628.2_1719619119085_0.9768385233686443","host":"s3://npm-registry-packages"}},"4.3.1-alpha.20240702.3":{"name":"@azure/identity","version":"4.3.1-alpha.20240702.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.3.1-alpha.20240702.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"69f82c818f3308c4280533d5d483c1984b4624c2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.3.1-alpha.20240702.3.tgz","fileCount":230,"integrity":"sha512-4+Hjo1zq77sfTfBvEiCJ2sp8tp4ARWmmN05KKwQtf1Td/UdHQGu99j9YnRNoe3XDmUlsspAV0Yr8Qafhu7dTJg==","signatures":[{"sig":"MEUCIAjPFi/d7h11WFn6eIANw/rv3ReEtQ5K4EInZdrOp5SeAiEA1SUEyQBaP0TPwaaLnoFfURksRQtne4+eYRf/nC/pi2A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1658526},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\36b37cfd-75ea-4961-8e75-e65d2f9564f1\\azure-identity-4.3.1-alpha.20240702.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\36b37cfd-75ea-4961-8e75-e65d2f9564f1\\azure-identity-4.3.1-alpha.20240702.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4+Hjo1zq77sfTfBvEiCJ2sp8tp4ARWmmN05KKwQtf1Td/UdHQGu99j9YnRNoe3XDmUlsspAV0Yr8Qafhu7dTJg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.3.1-alpha.20240702.3_1719967036531_0.9170949995638551","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"@azure/identity","version":"4.4.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.4.0","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"f2743e63d346000a70b0eed5a3b397dedd3984a7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.4.0.tgz","fileCount":230,"integrity":"sha512-oG6oFNMxUuoivYg/ElyZWVSZfw42JQyHbrp+lR7VJ1BYWsGzt34NwyDw3miPp1QI7Qm5+4KAd76wGsbHQmkpkg==","signatures":[{"sig":"MEYCIQDcuuU41XIGXinfhLhAIWYcxVK2yeEdvjny9pMgKnsDhQIhAOwYQCgBNbALP2S7x4LWLpchxesO/v01DpgBJYjZXGKV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1658466},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b8b6f9dd-7765-4cbd-b887-e4fdd2b1f4a3\\azure-identity-4.4.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b8b6f9dd-7765-4cbd-b887-e4fdd2b1f4a3\\azure-identity-4.4.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-oG6oFNMxUuoivYg/ElyZWVSZfw42JQyHbrp+lR7VJ1BYWsGzt34NwyDw3miPp1QI7Qm5+4KAd76wGsbHQmkpkg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.4.0_1721141234982_0.7316457207383791","host":"s3://npm-registry-packages"}},"4.5.0-beta.1":{"name":"@azure/identity","version":"4.5.0-beta.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-beta.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"next","dist":{"shasum":"09411dda7961917a9f385587097d1520a7a76fe5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-beta.1.tgz","fileCount":234,"integrity":"sha512-jSYOVG71v3ne4Pt3y6MU2JXec5GV6ngxK2mdmDHbh1jWsYA2U3NS8WRapr74a5Kak2HmWVeEC1qaThB/qcnjbw==","signatures":[{"sig":"MEUCIH4gMPTaYX6gMyeSTi14lFUbdxy4oTYEgtQ3JKQwHc31AiEAtuI2ePz1tsu852+DNbXbSfrUkSzaSkyhTQ2fVJMOEGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1623872},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\309f4d3f-585f-4f03-a2e5-dee2bb3510ac\\azure-identity-4.5.0-beta.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\309f4d3f-585f-4f03-a2e5-dee2bb3510ac\\azure-identity-4.5.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-jSYOVG71v3ne4Pt3y6MU2JXec5GV6ngxK2mdmDHbh1jWsYA2U3NS8WRapr74a5Kak2HmWVeEC1qaThB/qcnjbw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-beta.1_1721246070264_0.5296553282700831","host":"s3://npm-registry-packages"}},"4.4.1":{"name":"@azure/identity","version":"4.4.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.4.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"490fa2ad26786229afa36411892bb53dfa3478d3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.4.1.tgz","fileCount":234,"integrity":"sha512-DwnG4cKFEM7S3T+9u05NstXU/HN0dk45kPOinUyNKsn5VWwpXd9sbPKEg6kgJzGbm1lMuhx9o31PVbCtM5sfBA==","signatures":[{"sig":"MEUCIQCBLgR9HjzC8XEJ53Z8S2gaI8y2XX9woSZwz7+NsADtIAIgc3Mg6yJjnJdRFj4bDQj3QWhyv0UtjVC49AnJe5ALZJ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1631916},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\31c63cc2-20d2-45ef-8674-02f6ff00d5e6\\azure-identity-4.4.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\31c63cc2-20d2-45ef-8674-02f6ff00d5e6\\azure-identity-4.4.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-DwnG4cKFEM7S3T+9u05NstXU/HN0dk45kPOinUyNKsn5VWwpXd9sbPKEg6kgJzGbm1lMuhx9o31PVbCtM5sfBA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.4.1_1722458955617_0.0871643068157697","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240813.2":{"name":"@azure/identity","version":"4.5.0-alpha.20240813.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240813.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"31416d4977dfa320d71d8f1149fc9bf9ed57fd8e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240813.2.tgz","fileCount":216,"integrity":"sha512-zpU3XGGW8mab8iJ01NvUrveN1kaMk9Vg3nWPNoLDOn+X0IF0xs9ThaWUN2hj9Ef38yHSliLsvHWew2o0NygHxw==","signatures":[{"sig":"MEUCIQCOlq9199OghLCbjqZvPSXJjRB4XZLxUSmkywIo60CiwgIgZVqiRzjJKD59CRhWuzZU6Ox064s2BbNCwi4qNY4yUNE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551100},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e5970ff-76ed-4cd2-ae15-6afe5c86999d\\azure-identity-4.5.0-alpha.20240813.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e5970ff-76ed-4cd2-ae15-6afe5c86999d\\azure-identity-4.5.0-alpha.20240813.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-zpU3XGGW8mab8iJ01NvUrveN1kaMk9Vg3nWPNoLDOn+X0IF0xs9ThaWUN2hj9Ef38yHSliLsvHWew2o0NygHxw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^22.2.0","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240813.2_1723567973180_0.9453184459003272","host":"s3://npm-registry-packages"}},"4.5.0-beta.2":{"name":"@azure/identity","version":"4.5.0-beta.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-beta.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"next","dist":{"shasum":"a05fb78685677e7317605247db75b93bab10d828","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-beta.2.tgz","fileCount":216,"integrity":"sha512-gNmu6U0GyWB+WU0ueM6xOLqrH1tZtLuB59KBZyq6TQp8HIq9dHYO6yiBIwhqHOV3oPhBa4Ig+J8MY9e7jc0++w==","signatures":[{"sig":"MEQCIHnpCWU1Qz15Do6PKour1IVx9ApAguXi57jOqPyAUUztAiBtRaKXYFHoX2T9rzknZFo6p1RkAhMRBptt0OH4FRwc7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551050},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cf287422-800c-4527-8722-54154f9ba8c6\\azure-identity-4.5.0-beta.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cf287422-800c-4527-8722-54154f9ba8c6\\azure-identity-4.5.0-beta.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-gNmu6U0GyWB+WU0ueM6xOLqrH1tZtLuB59KBZyq6TQp8HIq9dHYO6yiBIwhqHOV3oPhBa4Ig+J8MY9e7jc0++w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-beta.2_1723591240898_0.4272635580890598","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240815.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240815.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240815.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ab8fbe8c4928f69424b24658f08985acce553d5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240815.1.tgz","fileCount":216,"integrity":"sha512-d5fkFOxTdquCHo95sylYip4ukmAJuMLQ9iZfwfa1LZyHCFD1bhDhvuAKGgmA2zv9q9KsqcqS5wCbWRBRsdcO6A==","signatures":[{"sig":"MEQCIA0GbynY08SegNqXeOVaMVevVagMaGp1J9ypaSxfC7p+AiAzsdXKGmrfHCcHdqvxBHOV9GeaSFzT10CphUsJktK0QA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551100},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\77eed0b9-07bc-4ee7-acfa-a457047ab8a1\\azure-identity-4.5.0-alpha.20240815.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\77eed0b9-07bc-4ee7-acfa-a457047ab8a1\\azure-identity-4.5.0-alpha.20240815.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-d5fkFOxTdquCHo95sylYip4ukmAJuMLQ9iZfwfa1LZyHCFD1bhDhvuAKGgmA2zv9q9KsqcqS5wCbWRBRsdcO6A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240815.1_1723765959332_0.6383657755500862","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240816.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240816.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240816.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"98fed586ed97aca5ed6a02e7b71130bc11f5b43d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240816.1.tgz","fileCount":216,"integrity":"sha512-azki6UC0bLgR0Np+QMYlFqajYq/eO7Pzf6HbALiBP2Vedk3la/1xcfuoeE9H9/2o2/yAmQ28JikD5JuMr9g1Sg==","signatures":[{"sig":"MEQCIBmbWSPZa6eNr813ONRzJE7y68WzuOAd1yVwoFDstF2lAiAOJYDEeJr4924kMQZWQRwKkAEAXeD9I0BvDsaw0BKgwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551100},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\aa39e03c-41b8-4b5b-9ac7-71a0658db078\\azure-identity-4.5.0-alpha.20240816.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\aa39e03c-41b8-4b5b-9ac7-71a0658db078\\azure-identity-4.5.0-alpha.20240816.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-azki6UC0bLgR0Np+QMYlFqajYq/eO7Pzf6HbALiBP2Vedk3la/1xcfuoeE9H9/2o2/yAmQ28JikD5JuMr9g1Sg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240816.1_1723852307132_0.015527821700810795","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240819.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240819.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240819.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"197982d8cad2e05661397a91d6cf47841cff9e5f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240819.1.tgz","fileCount":216,"integrity":"sha512-fJUosLIuctddI1y3MVWXswqcSlbtKBWVcbGxhj5rbnLg5xrbmdxxcv4QUGtHQQbOpHylTas94f8urtDDMUSuwQ==","signatures":[{"sig":"MEYCIQCave1Hct5Vwo+gWAo5Mye186KFCOXWDAtEmCp5TIeqdwIhAKw39OImqr+1w8rw+tJxZwdh3k6c51AK4Sp0Kp/KeCuX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551100},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd5d88db-53e4-4050-84f2-7facf0165289\\azure-identity-4.5.0-alpha.20240819.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd5d88db-53e4-4050-84f2-7facf0165289\\azure-identity-4.5.0-alpha.20240819.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-fJUosLIuctddI1y3MVWXswqcSlbtKBWVcbGxhj5rbnLg5xrbmdxxcv4QUGtHQQbOpHylTas94f8urtDDMUSuwQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240819.1_1724111499424_0.1663214551703689","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240820.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240820.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240820.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"119709570e9845e620626d5aa593bc5eb04839e5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240820.1.tgz","fileCount":216,"integrity":"sha512-88LXiNo/Y/CL/WQja/W7VqgMJ7FocWt6StkkyDAeSuUzQgClNC83umEJC+OE4py+7zE+Zqk11XHm1Vg2buEGuw==","signatures":[{"sig":"MEYCIQCBWNUOcglfo9JYi+r3m5okzXnljF0OHEM9f4emW2CubAIhAOa0j/JSzkGa84tiorS49r0gFUJjL3OvuD3JtEjdNDeY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551100},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5a3ea7ca-d19e-4bda-8a17-99d9871cec1a\\azure-identity-4.5.0-alpha.20240820.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5a3ea7ca-d19e-4bda-8a17-99d9871cec1a\\azure-identity-4.5.0-alpha.20240820.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-88LXiNo/Y/CL/WQja/W7VqgMJ7FocWt6StkkyDAeSuUzQgClNC83umEJC+OE4py+7zE+Zqk11XHm1Vg2buEGuw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240820.1_1724197976084_0.47597861524539287","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240822.3":{"name":"@azure/identity","version":"4.5.0-alpha.20240822.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240822.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4cb81dafe92f302234bd0961d9ca19fe08ecb209","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240822.3.tgz","fileCount":216,"integrity":"sha512-XkzYsdKfGa4GdQAR3ooVvzsmGQ9LX1ibdMTKL6CscIfcU02Od6x8jo4UZVPs3P9rvtdLIva8BOGNPXvDfW9/fA==","signatures":[{"sig":"MEYCIQDALHQ8Co5ALWkrTak9QELTBuwTMDBmxCvHIOvtzoJv1gIhAJNysUYEsDmv3Qqp38CzlkoYNihNvu40Suw49jDDAOzN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1556391},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b003306b-73d3-4d42-b39b-ab893aefbeaa\\azure-identity-4.5.0-alpha.20240822.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b003306b-73d3-4d42-b39b-ab893aefbeaa\\azure-identity-4.5.0-alpha.20240822.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-XkzYsdKfGa4GdQAR3ooVvzsmGQ9LX1ibdMTKL6CscIfcU02Od6x8jo4UZVPs3P9rvtdLIva8BOGNPXvDfW9/fA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240822.3_1724370723189_0.08628718557219384","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240823.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240823.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240823.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a2fc4ab1e28faa7001c9b7556e3798867693d91","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240823.1.tgz","fileCount":216,"integrity":"sha512-kqc4mJOvuuxAmPPvEOcICtWmv0XaVReRX3jsF2luSXPtbgcukkaEyMDAb6gnPiqoadbLBtW2I0Tdebn89AiTTw==","signatures":[{"sig":"MEUCICCRpLEdQ0nbxpPtZypvu8wS5RtSjDiCgHnjdN9SJMH5AiEAvEm3r9x76GuCuajTmT5CayGJtYW+/y3LDTiAgpjsMnw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1556072},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6fdf8a5b-01a7-4354-8793-3c493173aff1\\azure-identity-4.5.0-alpha.20240823.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6fdf8a5b-01a7-4354-8793-3c493173aff1\\azure-identity-4.5.0-alpha.20240823.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-kqc4mJOvuuxAmPPvEOcICtWmv0XaVReRX3jsF2luSXPtbgcukkaEyMDAb6gnPiqoadbLBtW2I0Tdebn89AiTTw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240823.1_1724457140873_0.5696610935612223","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240826.2":{"name":"@azure/identity","version":"4.5.0-alpha.20240826.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240826.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3bea182076a9ebbaa472cf07099a51d1a4f1294a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240826.2.tgz","fileCount":216,"integrity":"sha512-975a4fyaoXmzBuuUdrpuqnlw4uUhuLczNG96sAmoEaHHQNtJk1JgzsKOEQ5+beY/5ioO9MwKmd3myYTE4RNTFw==","signatures":[{"sig":"MEUCIAfGu4NbVP7HDOWU/qK/ZOogaOg9Hut4IvTHNnUT5DDlAiEA1ZnzBKXQ/oqF5X6zaspWwBw3lM9/sjILpHvzAnlK7Qo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1565858},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\10dc89a6-db0b-4117-8490-49eadd2391d4\\azure-identity-4.5.0-alpha.20240826.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\10dc89a6-db0b-4117-8490-49eadd2391d4\\azure-identity-4.5.0-alpha.20240826.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-975a4fyaoXmzBuuUdrpuqnlw4uUhuLczNG96sAmoEaHHQNtJk1JgzsKOEQ5+beY/5ioO9MwKmd3myYTE4RNTFw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.5.0","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240826.2_1724716391642_0.26446150022324155","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240827.2":{"name":"@azure/identity","version":"4.5.0-alpha.20240827.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240827.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"998924565fb49606a7e4cd1f955bf8ab8c6af576","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240827.2.tgz","fileCount":216,"integrity":"sha512-6sm00YwN4FPq96EoL256qPc6JnRyIAynzuwtUIqh8k72bbHIx17tMwdWza/dKMeHOop4DtAHLQqiEV9TXBkMzQ==","signatures":[{"sig":"MEQCIHdaHDz8fBTrya+WNLsyzHOH69W5EB1KSnDwAYHRKj7BAiBqBhmX4NzOu2ZPOnOmNA54GTCReVtrDlC+BGeHRRZmDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1565900},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5999bbd1-d446-4464-98af-ad418798e74f\\azure-identity-4.5.0-alpha.20240827.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5999bbd1-d446-4464-98af-ad418798e74f\\azure-identity-4.5.0-alpha.20240827.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-6sm00YwN4FPq96EoL256qPc6JnRyIAynzuwtUIqh8k72bbHIx17tMwdWza/dKMeHOop4DtAHLQqiEV9TXBkMzQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.8.0-alpha <1.8.0-alphb","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":">=1.17.0-alpha <1.17.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240827.2_1724802665599_0.3734251103984565","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240828.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240828.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240828.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"12ed83834845109bf9de84a397c2d3d76a9193a3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240828.1.tgz","fileCount":216,"integrity":"sha512-LM4rPP5ems39EeTjfwEeUTACijePTEmmw1I8vu/wkd9Gz+T8nERRwY5woiNPOuDrIyIz1ABhMD1B7H6mwkHi7A==","signatures":[{"sig":"MEQCIFNPxsbLnJidglv/tF/pav/4d+rouQzRGQoKGLPIYSs1AiBk/rBmAp/moZpbYPmloM+R6SVyZT6L03Au9azYjy+hiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1565900},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bf92153d-f2aa-4655-b1ce-1c7d499bc2da\\azure-identity-4.5.0-alpha.20240828.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bf92153d-f2aa-4655-b1ce-1c7d499bc2da\\azure-identity-4.5.0-alpha.20240828.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-LM4rPP5ems39EeTjfwEeUTACijePTEmmw1I8vu/wkd9Gz+T8nERRwY5woiNPOuDrIyIz1ABhMD1B7H6mwkHi7A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.8.0-alpha <1.8.0-alphb","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":">=1.17.0-alpha <1.17.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240828.1_1724888846772_0.7433033661067703","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240829.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240829.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240829.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00b54138e4b952e09cb13bdae822ba229b9e9b4f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240829.1.tgz","fileCount":216,"integrity":"sha512-C9+FyHCXs05wizETq8VktHYyJCgqMXkEOaXlgsDDtyKBdWmANPCkDu0eJR/9T3NfeOiKZOF9tyTQd4GA275Qpg==","signatures":[{"sig":"MEQCIFrXNXLq/fKeRQMCL56lUfp+gMTeZkH+MnxBd6vYVh3wAiBFbsl53ZQxAt2beoKjVTpb0digouDv9AZiEc2e8O6ILg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1565900},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\66383872-0e90-4e4e-ad65-09f2be46e57e\\azure-identity-4.5.0-alpha.20240829.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\66383872-0e90-4e4e-ad65-09f2be46e57e\\azure-identity-4.5.0-alpha.20240829.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-C9+FyHCXs05wizETq8VktHYyJCgqMXkEOaXlgsDDtyKBdWmANPCkDu0eJR/9T3NfeOiKZOF9tyTQd4GA275Qpg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.8.0-alpha <1.8.0-alphb","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":">=1.17.0-alpha <1.17.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240829.1_1724975362806_0.0839504668653448","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240830.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240830.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240830.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c6e9917b5b8222f26e0606ab9a3ac719e4eecaf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240830.1.tgz","fileCount":216,"integrity":"sha512-72iEmZM4pCLfAM00RFkV4PpZ3Q7vYN7V0ytv0rcMLuLnTTqaTaL0QU2uGerFETIenUmMGcr075+CAGm4C49WZw==","signatures":[{"sig":"MEUCIEV/WZtKioaTAyMcrSuhXz0/ehnw/9qZXrG/Z7tTzo8gAiEAlXCYnqelxeEFvG7H4Ks3aceVWJuGOOn6Jm25YxCFAW0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1565900},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8f5caca2-50f7-45a8-a9f7-43f50a783c3b\\azure-identity-4.5.0-alpha.20240830.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8f5caca2-50f7-45a8-a9f7-43f50a783c3b\\azure-identity-4.5.0-alpha.20240830.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-72iEmZM4pCLfAM00RFkV4PpZ3Q7vYN7V0ytv0rcMLuLnTTqaTaL0QU2uGerFETIenUmMGcr075+CAGm4C49WZw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.8.0-alpha <1.8.0-alphb","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":">=1.17.0-alpha <1.17.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240830.1_1725061808342_0.834249740157625","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240902.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240902.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240902.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"28ab5bdd06a61bff0b50567eb9c3d4c4c02973d2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240902.1.tgz","fileCount":216,"integrity":"sha512-Elcx++xnH26a+Eoxg+WHJSikr1hHiOTS50P2qvAXi06j5n+rE+KHXdR4fTj4wApZtj0+uWkW1DwryJzqu9y8Ew==","signatures":[{"sig":"MEMCIAY8CTYOIeVHdwe+3vfovrcgWmPl3he9/hk3pKfvINyVAh9Dvf9kUGMCoQ+fhI1neRgMYTjbvVjtO3Vc5esR1PK1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1565900},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8efbaf6a-fb97-4a2d-94fe-be50b1b5f1ee\\azure-identity-4.5.0-alpha.20240902.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8efbaf6a-fb97-4a2d-94fe-be50b1b5f1ee\\azure-identity-4.5.0-alpha.20240902.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Elcx++xnH26a+Eoxg+WHJSikr1hHiOTS50P2qvAXi06j5n+rE+KHXdR4fTj4wApZtj0+uWkW1DwryJzqu9y8Ew==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.8.0-alpha <1.8.0-alphb","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":">=1.17.0-alpha <1.17.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240902.1_1725321003225_0.6591968357775255","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240910.2":{"name":"@azure/identity","version":"4.5.0-alpha.20240910.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240910.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fb4af511ce65ffec28a75e5577ae58fb6a336509","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240910.2.tgz","fileCount":216,"integrity":"sha512-eALgsJG7ZREb44uyTLZD6yzDxvOJ50TJVoQrLBe087m8T2R635Xukq3TrUt3wTlfiaZjXcTkHffdx5kgDdPHLg==","signatures":[{"sig":"MEQCIEgl0lls/n20Ny81AhJEHNlGw/Lj5d4Coeuo2O2vw3AcAiAdl7O7n2+h38viic/4uh/hr+S+pr5DTQJ5ltsgB5THwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569817},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\32df3309-d472-464f-8775-9208e3cdda03\\azure-identity-4.5.0-alpha.20240910.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\32df3309-d472-464f-8775-9208e3cdda03\\azure-identity-4.5.0-alpha.20240910.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-eALgsJG7ZREb44uyTLZD6yzDxvOJ50TJVoQrLBe087m8T2R635Xukq3TrUt3wTlfiaZjXcTkHffdx5kgDdPHLg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.8.0-alpha <1.8.0-alphb","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":">=1.17.0-alpha <1.17.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240910.2_1726012178913_0.7319754015247673","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240911.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240911.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240911.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"878867b6d299aac7ada573699d75652e6d8a04c6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240911.1.tgz","fileCount":216,"integrity":"sha512-qN1WJkFd/ExOEAjXAp73Ow807PSUl4zfkLgTX5sY7+A1dJkQe5YR7TUTAKEB9B61L98L2rT5PoR8AfZZRRLgEQ==","signatures":[{"sig":"MEQCIF8Sl+kUpA6YqP4Hpya1ew2NQcA7y2E4RKcFYr4gX5BJAiAI+GWgbipTxmlgqx4U2GNlkEOP/ZM6It1DiCfpu1iG6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569817},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9136af4b-cdd7-4446-9065-78017c642c54\\azure-identity-4.5.0-alpha.20240911.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9136af4b-cdd7-4446-9065-78017c642c54\\azure-identity-4.5.0-alpha.20240911.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-qN1WJkFd/ExOEAjXAp73Ow807PSUl4zfkLgTX5sY7+A1dJkQe5YR7TUTAKEB9B61L98L2rT5PoR8AfZZRRLgEQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.8.0-alpha <1.8.0-alphb","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":">=1.17.0-alpha <1.17.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240911.1_1726098440464_0.20939779804981895","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240912.2":{"name":"@azure/identity","version":"4.5.0-alpha.20240912.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240912.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc5f0f70b80efa9db907436c1ad62886dd32a124","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240912.2.tgz","fileCount":216,"integrity":"sha512-J2ysl2suZWQKCh/GgKeu5rh9TiQDA3V7QvfCJCUVZownFZ2izyk4I+EHC9lz+ku+tiJn69/fdCwEXvttolVbLg==","signatures":[{"sig":"MEYCIQC9rPPpViEtR2UBm1a4elq+EX5fdltU+aUqA6+nsxOtaAIhAMrNzgv7/2EETlMVgM8//z5MLCTnvRM7Z81MJ2ppGB/M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569817},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bb5ade36-7c0a-4dd8-87ca-4e2a27c6095f\\azure-identity-4.5.0-alpha.20240912.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bb5ade36-7c0a-4dd8-87ca-4e2a27c6095f\\azure-identity-4.5.0-alpha.20240912.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-J2ysl2suZWQKCh/GgKeu5rh9TiQDA3V7QvfCJCUVZownFZ2izyk4I+EHC9lz+ku+tiJn69/fdCwEXvttolVbLg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.8.0-alpha <1.8.0-alphb","@azure/core-util":"^1.3.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":">=1.17.0-alpha <1.17.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240912.2_1726185082418_0.5571265640049943","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240916.2":{"name":"@azure/identity","version":"4.5.0-alpha.20240916.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240916.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5317552ca0737dba36ac1f51cc8ecffc32df32e6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240916.2.tgz","fileCount":216,"integrity":"sha512-a4PedNagWUlCgxtmmVcNONLxyYgWwHip9ETtoePRaMm/fJm2JMx9acMwrIRVef3fu0ncmyZpMXYjn2otEZgqHA==","signatures":[{"sig":"MEUCIBlZsgcuW8oC0CggAuwaT77c5NQzLYcYXWG7QIHQxNwKAiEA4nCoa/+onHetE0EhiEu153Ty7x4BFGf3CkVD+6WiRQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1567534},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c21ed7c2-95b1-4cb6-943f-a1c2da1696d1\\azure-identity-4.5.0-alpha.20240916.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c21ed7c2-95b1-4cb6-943f-a1c2da1696d1\\azure-identity-4.5.0-alpha.20240916.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-a4PedNagWUlCgxtmmVcNONLxyYgWwHip9ETtoePRaMm/fJm2JMx9acMwrIRVef3fu0ncmyZpMXYjn2otEZgqHA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240916.2_1726530271700_0.7440448954222552","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240917.2":{"name":"@azure/identity","version":"4.5.0-alpha.20240917.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240917.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6e5eda6fa63404550273f6159092355d291c6720","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240917.2.tgz","fileCount":216,"integrity":"sha512-XQfcL+wbp4Z9xh/zM9AjhDqV2c1rUEqRWkqadlk44FQiZLpAGLZ9q80zJkKBq4r8fH7sN0I+KY+DJbxiPDpLJw==","signatures":[{"sig":"MEUCIG5FYSS+2FLWmCHxXlMzvkd847ShFHbNN9ODWIC2kyaJAiEArJOMFiKfsrOypp7oO4ZorexZ6p2elgl37PifyQk5uLI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569968},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1d3d38d6-78ff-43f9-95b6-348aebea7afd\\azure-identity-4.5.0-alpha.20240917.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1d3d38d6-78ff-43f9-95b6-348aebea7afd\\azure-identity-4.5.0-alpha.20240917.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-XQfcL+wbp4Z9xh/zM9AjhDqV2c1rUEqRWkqadlk44FQiZLpAGLZ9q80zJkKBq4r8fH7sN0I+KY+DJbxiPDpLJw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240917.2_1726616740588_0.673987019267777","host":"s3://npm-registry-packages"}},"4.5.0-beta.3":{"name":"@azure/identity","version":"4.5.0-beta.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-beta.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"next","dist":{"shasum":"2bb6c9e6b5804c2909ac20acce3213a8b72d4e47","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-beta.3.tgz","fileCount":216,"integrity":"sha512-XJZVdA1L1I+lT6stxCiKxgaM/r1qecOfsUIFtW8XpzOtjZzFKDIZDKQ7NbOfiDWdZN5PX+2H1nirGWnYZv0KMw==","signatures":[{"sig":"MEYCIQCzz+QEu4NNxuMi4upzZcAqN8N79hQvpV+x5jqXMypp+QIhAIgD5jdAMF6GPc4lQOk5Zs9dctWzf0VuW8o8YcXzcQxX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569918},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f54ff74b-449c-434d-b064-969b152d4e36\\azure-identity-4.5.0-beta.3.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f54ff74b-449c-434d-b064-969b152d4e36\\azure-identity-4.5.0-beta.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-XJZVdA1L1I+lT6stxCiKxgaM/r1qecOfsUIFtW8XpzOtjZzFKDIZDKQ7NbOfiDWdZN5PX+2H1nirGWnYZv0KMw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-beta.3_1726693472261_0.6001468235221354","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240926.2":{"name":"@azure/identity","version":"4.5.0-alpha.20240926.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240926.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d9d3d1d8e06df58695c71656f5014c6fa237b0a7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240926.2.tgz","fileCount":216,"integrity":"sha512-T+8QB9BNw7rOBxAocTtnAY2o41LFlyNKSAqZAoYiBj64dJxaKxo0LVxKQxPUIKLccttmjdI6KPZjZQBmsANy1w==","signatures":[{"sig":"MEUCIDouvsxmwiqEsrRaLS8mTQpcC43f6yVKih5asbPDUzYrAiEA4DS4uM9Qzo1+h/Wh4k0PFf9lSoAMmD8H7Bna6ZkA8G4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1574523},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\86782bfe-2f53-4ce2-9369-a8cd75818117\\azure-identity-4.5.0-alpha.20240926.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\86782bfe-2f53-4ce2-9369-a8cd75818117\\azure-identity-4.5.0-alpha.20240926.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-T+8QB9BNw7rOBxAocTtnAY2o41LFlyNKSAqZAoYiBj64dJxaKxo0LVxKQxPUIKLccttmjdI6KPZjZQBmsANy1w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240926.2_1727394983020_0.015947346166552245","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20240927.1":{"name":"@azure/identity","version":"4.5.0-alpha.20240927.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20240927.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"023242640695fa8b57b394cbb92cb6b04b8700ae","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20240927.1.tgz","fileCount":216,"integrity":"sha512-Q2smILyU9fZAblL2wA9pQ3JGlhYJ3Fzu5xpLKeHuA6AZZyc97qKYFH2nto45SdPbd8NCycfZY+UEoFN31n+1Hg==","signatures":[{"sig":"MEUCIQC81/ig67gx04bI2zwvQFiBfHDEFhRANkI5Pe89kp0exgIgUv7YeAleqXtzigVqWMj0C9zSuAGAAVt/Lp+6UpmDq+c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1574523},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7759d24f-5543-49f9-b4af-ffde69e17209\\azure-identity-4.5.0-alpha.20240927.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7759d24f-5543-49f9-b4af-ffde69e17209\\azure-identity-4.5.0-alpha.20240927.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Q2smILyU9fZAblL2wA9pQ3JGlhYJ3Fzu5xpLKeHuA6AZZyc97qKYFH2nto45SdPbd8NCycfZY+UEoFN31n+1Hg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20240927.1_1727480965024_0.20623565984974612","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20241004.1":{"name":"@azure/identity","version":"4.5.0-alpha.20241004.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20241004.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"66712f32eb818b59a4fc3bb9b072b6845fa3e1ff","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20241004.1.tgz","fileCount":216,"integrity":"sha512-NSdWj939ADOMM6mMXLgc6L0rBFez01XQaSRXCNPIJQUcxqmHig0QEVn7HlDLi5kVd15L7jGWNiUUQ9wmJ3WTDw==","signatures":[{"sig":"MEQCIGksy4QUy5wZ2vtStHwE9pmjl+TzCvvZcFI82UhaWDZGAiA83Jzh7cataOGDubwNYHdzWfFKDrs+mJtO9hO0lrZFUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1574523},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3bf412af-c435-4066-b69e-5e3514abb5cf\\azure-identity-4.5.0-alpha.20241004.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3bf412af-c435-4066-b69e-5e3514abb5cf\\azure-identity-4.5.0-alpha.20241004.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-NSdWj939ADOMM6mMXLgc6L0rBFez01XQaSRXCNPIJQUcxqmHig0QEVn7HlDLi5kVd15L7jGWNiUUQ9wmJ3WTDw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20241004.1_1728085757296_0.216228400687835","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20241007.2":{"name":"@azure/identity","version":"4.5.0-alpha.20241007.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20241007.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"70a25fe6e71ff8ccf1d873742454700cb0e6c023","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20241007.2.tgz","fileCount":216,"integrity":"sha512-dZrBTxp33itL4NfcNn4IwPhSF1x9g3Fpr80Zor17yrjX/H1xrj0lPqMdI9EXBfAIcw30D/OACyqsqmFCI82hIw==","signatures":[{"sig":"MEQCICAXWSyNDanVu1gu1FqZGYYP+y0mcuslUTxJfweAmb5IAiB4IkIwcXas7bUDx/mx5xUdoWSPy4psqy8y05w3de3BJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1580131},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\95239762-cc4d-44db-aaf0-61b79f63c376\\azure-identity-4.5.0-alpha.20241007.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\95239762-cc4d-44db-aaf0-61b79f63c376\\azure-identity-4.5.0-alpha.20241007.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-dZrBTxp33itL4NfcNn4IwPhSF1x9g3Fpr80Zor17yrjX/H1xrj0lPqMdI9EXBfAIcw30D/OACyqsqmFCI82hIw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20241007.2_1728345151411_0.9262443335919219","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20241008.2":{"name":"@azure/identity","version":"4.5.0-alpha.20241008.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20241008.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c5f83f6560445fa8324c0bd5fa5fba14f14990b5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20241008.2.tgz","fileCount":216,"integrity":"sha512-AzkswU9ClIdURbLtEKGajAMOcGsN/rcqzNAAZhkn1tEfs0ee3WyVKL+HaaK0d7LQdiRKQi5xzZSInSt/PQG7gw==","signatures":[{"sig":"MEUCIQCKyw4tSOTOXK8GvE8h7pqrn5xIil5bkIXqGqXLMm/mXgIgXSFQVoSBH3GSpYG80PQ4wLqgHdULKCfz/s2tRVDIWfs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1580131},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e2a91216-c1d1-4bc9-adcd-b541f4cc4c3d\\azure-identity-4.5.0-alpha.20241008.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e2a91216-c1d1-4bc9-adcd-b541f4cc4c3d\\azure-identity-4.5.0-alpha.20241008.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-AzkswU9ClIdURbLtEKGajAMOcGsN/rcqzNAAZhkn1tEfs0ee3WyVKL+HaaK0d7LQdiRKQi5xzZSInSt/PQG7gw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20241008.2_1728431388198_0.31836285984494683","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20241009.2":{"name":"@azure/identity","version":"4.5.0-alpha.20241009.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20241009.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b6e4185add2a3f08feae047c7e74df326a7b01d6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20241009.2.tgz","fileCount":216,"integrity":"sha512-Guu3INNKj9l8NOrVgJC2Po2dsEYkaNhsUOQStyNVU2WaPQPRlDzCiN9sQi51Aws59mtY/WUq9ordkh9dsuihnA==","signatures":[{"sig":"MEYCIQCAgxt6ZcuNtkSuc1NOVzYyMkDL62nLMGsAiDAD6uGjKwIhAP7AfPGbzbYYCBPD6IKlCjh9bcY2IKbqPSgVyakEWvRq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1580513},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b99af3fe-5514-4ef1-8c57-e75444a95ee9\\azure-identity-4.5.0-alpha.20241009.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b99af3fe-5514-4ef1-8c57-e75444a95ee9\\azure-identity-4.5.0-alpha.20241009.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Guu3INNKj9l8NOrVgJC2Po2dsEYkaNhsUOQStyNVU2WaPQPRlDzCiN9sQi51Aws59mtY/WUq9ordkh9dsuihnA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20241009.2_1728521598210_0.01805809627260002","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20241010.1":{"name":"@azure/identity","version":"4.5.0-alpha.20241010.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20241010.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e59ca6a3fd6121906723cd6ec303f8daeb2cb548","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20241010.1.tgz","fileCount":216,"integrity":"sha512-lqN4zbRJhigwVGtSe1yS39ZGuopYuvbH7vxfi9lA40WpwKJoHspdN/ZeJt6nDiIGvvOKhU9i7O0BBQ/aBymO9w==","signatures":[{"sig":"MEYCIQDOkCK33JE2n0HEMQ+s7DtoCu3YwIr2EWqx0ghmQOqUAQIhALFJM3ImrPGro4XKdlDxYYReeG8cPM4AHKCfwz/rdUfX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1580513},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4a002b87-fce1-4e11-b995-8e47778b87ae\\azure-identity-4.5.0-alpha.20241010.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4a002b87-fce1-4e11-b995-8e47778b87ae\\azure-identity-4.5.0-alpha.20241010.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-lqN4zbRJhigwVGtSe1yS39ZGuopYuvbH7vxfi9lA40WpwKJoHspdN/ZeJt6nDiIGvvOKhU9i7O0BBQ/aBymO9w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20241010.1_1728605236285_0.7076376383127445","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20241011.1":{"name":"@azure/identity","version":"4.5.0-alpha.20241011.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20241011.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"21a91f87438e6ea11c11f4b0b9ee3f46e185b3c0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20241011.1.tgz","fileCount":216,"integrity":"sha512-3yBViXcgt55MhCl4NrhuPyzfU4zlOwWVkiFXxHZEl1Tj5HNthHNzhGZ6dTnWuniSPBmI/izaZucIzMGI6uEFiQ==","signatures":[{"sig":"MEUCIC4ZDI3VqpmSF9jSbs6JPoQiH/it3ZgPMhCQInFTAvq/AiEAocVaVZZpAli3IFCY3jGulgyecwv/DJmE/NZkh+f5kY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1580513},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\64535fd6-c579-4c37-99b3-66f6e37ccfa0\\azure-identity-4.5.0-alpha.20241011.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\64535fd6-c579-4c37-99b3-66f6e37ccfa0\\azure-identity-4.5.0-alpha.20241011.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-3yBViXcgt55MhCl4NrhuPyzfU4zlOwWVkiFXxHZEl1Tj5HNthHNzhGZ6dTnWuniSPBmI/izaZucIzMGI6uEFiQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20241011.1_1728690677217_0.2589796200691701","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20241014.1":{"name":"@azure/identity","version":"4.5.0-alpha.20241014.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20241014.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"94b35ac75b6b199dc644de618836e570000ea8d7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20241014.1.tgz","fileCount":216,"integrity":"sha512-6yF+iVVuUJc+pMYMlerPy07UBPnhkF8WtnJSQy8II+aKeZxVprz+qRQASZBAiLPyRjfZ8o2UZF8mk7y28/5V4g==","signatures":[{"sig":"MEQCIBmnz6UfnBsZ958NDMxQFs3mzs1wAlGfnU6PIZOeIeOtAiBe48FvJFbiKx2h8ut3N9NapW/EZf+YGrikxkCqHLYOYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1580513},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e07afde-5879-4044-ae44-21e313221ea5\\azure-identity-4.5.0-alpha.20241014.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e07afde-5879-4044-ae44-21e313221ea5\\azure-identity-4.5.0-alpha.20241014.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-6yF+iVVuUJc+pMYMlerPy07UBPnhkF8WtnJSQy8II+aKeZxVprz+qRQASZBAiLPyRjfZ8o2UZF8mk7y28/5V4g==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20241014.1_1728949987636_0.6736806676427729","host":"s3://npm-registry-packages"}},"4.5.0-alpha.20241015.2":{"name":"@azure/identity","version":"4.5.0-alpha.20241015.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0-alpha.20241015.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d7edef300bdea9f9416fb5715a8ba0ee6fe3d7b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0-alpha.20241015.2.tgz","fileCount":216,"integrity":"sha512-ntJlVaFoxnTBNwqyxXNr/XwFaPV+OZwQdi35+EgK5AJEpdQZ1p/alo3AggYn9sf0UlDwG65wgHg/sG37nrpxOQ==","signatures":[{"sig":"MEYCIQCYOsDuBAa4BgZrJB21UgH0FPEl1A7at4TvztIHLkOCwAIhAI0Ym1RTU5+xnIrZGnzh2Ms1GuMCNLFxpXemJldnaTlQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1579103},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c274c5f9-ed8f-497e-ae0f-c42a0b395b7f\\azure-identity-4.5.0-alpha.20241015.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c274c5f9-ed8f-497e-ae0f-c42a0b395b7f\\azure-identity-4.5.0-alpha.20241015.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ntJlVaFoxnTBNwqyxXNr/XwFaPV+OZwQdi35+EgK5AJEpdQZ1p/alo3AggYn9sf0UlDwG65wgHg/sG37nrpxOQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.8.0","@azure/core-util":"^1.10.0","@azure/msal-node":"^2.9.2","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.14.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0-alpha.20241015.2_1729036209238_0.7939540861906573","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"@azure/identity","version":"4.5.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.0","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"93ce3757bf761a08cfd05f56ef181435e05b9e1c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.0.tgz","fileCount":216,"integrity":"sha512-EknvVmtBuSIic47xkOqyNabAme0RYTw52BTMz8eBgU1ysTyMrD1uOoM+JdS0J/4Yfp98IBT3osqq3BfwSaNaGQ==","signatures":[{"sig":"MEQCIBaQraGNz1XvMcJP+EGJSTgvXaXKKgOUyII4mh7SsnoPAiAEOFtRmR0DRz0KrtiY5DonuOC//U01x+QShzCI2MpdVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1588697},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d216bf0-ca29-4021-af6e-0aa640f28824\\azure-identity-4.5.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d216bf0-ca29-4021-af6e-0aa640f28824\\azure-identity-4.5.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-EknvVmtBuSIic47xkOqyNabAme0RYTw52BTMz8eBgU1ysTyMrD1uOoM+JdS0J/4Yfp98IBT3osqq3BfwSaNaGQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.0_1729187519720_0.5610097389881992","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241021.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241021.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241021.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"293997ee9faaca44c9ea51fd956ea37a72bd19a0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241021.1.tgz","fileCount":218,"integrity":"sha512-dw8tD+keghhU8Gd433v879Pp7OEOsWpFcEfIA80144owWGNpi492IAjnBZCxCrc1v7zl1PIalDYqV/WK3l8MJg==","signatures":[{"sig":"MEUCIQCBjVcX2/DvwqLeRaQ9UBWu6Xh7beQRccq2wmcRB9c7vwIgEE1rE6pgOTqmTXozlP2yJknPRF20fogu5fbGpkWdUog=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1594513},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fec20bdb-0645-45b6-ae12-81666bf967e9\\azure-identity-4.5.1-alpha.20241021.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fec20bdb-0645-45b6-ae12-81666bf967e9\\azure-identity-4.5.1-alpha.20241021.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-dw8tD+keghhU8Gd433v879Pp7OEOsWpFcEfIA80144owWGNpi492IAjnBZCxCrc1v7zl1PIalDYqV/WK3l8MJg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.9.0-alpha <1.9.0-alphb","@azure/core-util":">=1.11.0-alpha <1.11.0-alphb","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241021.1_1729554747957_0.6432642637208068","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241022.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241022.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241022.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"57c3b91ce91933c3bb0e2b351796e4f9b5c5eeb6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241022.1.tgz","fileCount":218,"integrity":"sha512-3/ooyDyZsjfXiBX3LuxFoU78zsrTUmOPdG+jNYpoyWEEQNlSliQodsIpKNlkZwu0PKim00N5X1g3VNjpg1PJsQ==","signatures":[{"sig":"MEUCIBSETl1esFRYSKNqC2oHeevZug/JQf4kOI8Gk//XIBPBAiEA3uvn4zJwWu17hPtuI0d58baKJiAKgqnEqJJGwC/Ceyw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1594513},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\af3f31ef-5190-4644-a34e-339c284d6d96\\azure-identity-4.5.1-alpha.20241022.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\af3f31ef-5190-4644-a34e-339c284d6d96\\azure-identity-4.5.1-alpha.20241022.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-3/ooyDyZsjfXiBX3LuxFoU78zsrTUmOPdG+jNYpoyWEEQNlSliQodsIpKNlkZwu0PKim00N5X1g3VNjpg1PJsQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.9.0-alpha <1.9.0-alphb","@azure/core-util":">=1.11.0-alpha <1.11.0-alphb","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241022.1_1729644170891_0.8845863639452682","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241023.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241023.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241023.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e057c18804f5934e7a1a06773f6f8d2d587d24e7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241023.1.tgz","fileCount":218,"integrity":"sha512-isi+I5a+SVDSe46ZvapolR1ENrRDKuph59Tey5SY4Jao7Kw38ZlCCbeXpHDAADKqdvi+R9SO5Uyxk1SVvDegsA==","signatures":[{"sig":"MEQCICfXBQTz0HIFHWTgWJd5LmY1Sy0OFfDVOkQHy4hrs98cAiAgjOZQm6n6Bqon8IixFs9NodQrMOYHumKyPdK42YwYVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1594490},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fdc8f384-ce4e-49cb-96bd-f77e1240cc2f\\azure-identity-4.5.1-alpha.20241023.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fdc8f384-ce4e-49cb-96bd-f77e1240cc2f\\azure-identity-4.5.1-alpha.20241023.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-isi+I5a+SVDSe46ZvapolR1ENrRDKuph59Tey5SY4Jao7Kw38ZlCCbeXpHDAADKqdvi+R9SO5Uyxk1SVvDegsA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.9.0-alpha <1.9.0-alphb","@azure/core-util":">=1.11.0-alpha <1.11.0-alphb","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241023.1_1729727403195_0.2622588160047967","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241024.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241024.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241024.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e1c4201f77c7266a7f6777a52207dd49eab29e7c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241024.1.tgz","fileCount":218,"integrity":"sha512-ksp/+JBYg5oSaLSIPQEUsfWJyn6MByfnb3jJ4qAIeM6hPMvfqtTieaVWc1rQdQ9a464S5w84YVCoQrkP+zAzxQ==","signatures":[{"sig":"MEUCIQDajtlsnYIBB7V3rZW6L5qnJv6tN5TvYeV3hrTj+nzUvQIgMdQUB8GGF+G1BTXPg8v1HOqcLNG9k5EpXr30UbYnq60=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1594490},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8cf4b9a1-4d14-4679-a802-a2a57d0ed40f\\azure-identity-4.5.1-alpha.20241024.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8cf4b9a1-4d14-4679-a802-a2a57d0ed40f\\azure-identity-4.5.1-alpha.20241024.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ksp/+JBYg5oSaLSIPQEUsfWJyn6MByfnb3jJ4qAIeM6hPMvfqtTieaVWc1rQdQ9a464S5w84YVCoQrkP+zAzxQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.9.0-alpha <1.9.0-alphb","@azure/core-util":">=1.11.0-alpha <1.11.0-alphb","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241024.1_1729813975839_0.5353470584098978","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241025.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241025.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241025.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"054da6a369d721567262a665ef05fe1f91a0c0f1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241025.1.tgz","fileCount":218,"integrity":"sha512-Vu2rCWUk4TxFVXp9wWxDjwhwIOfdV8SVr1+46f6TnEHSA45B6N3E0SnMcozNpdjPJkAQazhuPMuwqq1tnfU09A==","signatures":[{"sig":"MEUCIQDI4VqPKIFtATywmulycJco9LrW92ClXvO3Hs54mQQzHQIgFUHELhDU3j3F4zuCbgt4lbML0ncl1rGGBQ1Q4oP0GgY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1594321},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3c78fe87-d89f-467e-9147-37462f16ca0c\\azure-identity-4.5.1-alpha.20241025.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3c78fe87-d89f-467e-9147-37462f16ca0c\\azure-identity-4.5.1-alpha.20241025.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Vu2rCWUk4TxFVXp9wWxDjwhwIOfdV8SVr1+46f6TnEHSA45B6N3E0SnMcozNpdjPJkAQazhuPMuwqq1tnfU09A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.9.0-alpha <1.9.0-alphb","@azure/core-util":">=1.11.0-alpha <1.11.0-alphb","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241025.1_1729900884899_0.019231027600709494","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241028.2":{"name":"@azure/identity","version":"4.5.1-alpha.20241028.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241028.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c75fc7aa3fa8cc6bf55d6d722295b344a6a50a08","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241028.2.tgz","fileCount":218,"integrity":"sha512-6BNIUPHG8h5H/cGKWA6ZxzOk1A5EW+IS7YjlwyfpFp5RNqRQb/8jDAu7XJP9T+Yv4sxP+VYL0gTaX4W4gM4CAA==","signatures":[{"sig":"MEUCIHAUBDZanPLC9NM/wo6kylefUAOb2/WmOHYXdUFO4xV7AiEAz2e1x2qJtPk2TH0iIxKrUTSJJLerMyrws+hLLG0/i48=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1594789},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d56811de-a0e1-4231-9822-8f0550a79129\\azure-identity-4.5.1-alpha.20241028.2.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d56811de-a0e1-4231-9822-8f0550a79129\\azure-identity-4.5.1-alpha.20241028.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-6BNIUPHG8h5H/cGKWA6ZxzOk1A5EW+IS7YjlwyfpFp5RNqRQb/8jDAu7XJP9T+Yv4sxP+VYL0gTaX4W4gM4CAA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.9.0-alpha <1.9.0-alphb","@azure/core-util":">=1.11.0-alpha <1.11.0-alphb","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241028.2_1730159404311_0.1049732624895654","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241029.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241029.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241029.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"580eff844194e49a8cd9afde6714ceafa0270bed","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241029.1.tgz","fileCount":218,"integrity":"sha512-QXtIYGqp58uileSLK9UhmaMi3d42L/izuoQt/PGGBAVtmDbyM15QOZKsf+Uc/AF0RdXqRRNXw6oiXzOs/wk7cg==","signatures":[{"sig":"MEQCIAHrlStihyEw/6AWSfpGCeJWUpJJi/jntPSWppAMTebEAiBPh91mFIBJRrTNx79T60rx8J+gAkqfSweZ49WBGepVEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1587069},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\08f6161f-5ff6-4308-bb15-0e49fe74f0cf\\azure-identity-4.5.1-alpha.20241029.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\08f6161f-5ff6-4308-bb15-0e49fe74f0cf\\azure-identity-4.5.1-alpha.20241029.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-QXtIYGqp58uileSLK9UhmaMi3d42L/izuoQt/PGGBAVtmDbyM15QOZKsf+Uc/AF0RdXqRRNXw6oiXzOs/wk7cg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.9.0-alpha <1.9.0-alphb","@azure/core-util":">=1.11.0-alpha <1.11.0-alphb","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241029.1_1730246321561_0.07664598891469043","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241030.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241030.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241030.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f3e3a61c568761ef608c9d200225a557839b76be","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241030.1.tgz","fileCount":218,"integrity":"sha512-7vFeWKghBqU3bLbFjPlFYl7SlrIM7ac+X8XJpixxlzsaVcCJpN0tb+X4RN7RyViKLCEvt7+jtH1UH4Ln/X/i6w==","signatures":[{"sig":"MEQCIFLeGWry3i568EhbJRHKjBQwZvtHWnb/ihkNWWFgtZ+YAiB6QDOXa+mnagXKq/1D3pldM8t5v2oN434W2DNOR/hO/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1590648},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\df9fb6d1-c368-4c5c-b269-51cf8e2852f7\\azure-identity-4.5.1-alpha.20241030.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\df9fb6d1-c368-4c5c-b269-51cf8e2852f7\\azure-identity-4.5.1-alpha.20241030.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-7vFeWKghBqU3bLbFjPlFYl7SlrIM7ac+X8XJpixxlzsaVcCJpN0tb+X4RN7RyViKLCEvt7+jtH1UH4Ln/X/i6w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.9.0-alpha <1.9.0-alphb","@azure/core-util":">=1.11.0-alpha <1.11.0-alphb","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241030.1_1730332253597_0.5996697920574707","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241031.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241031.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241031.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3aa5eee94b7eeda3060d18930e25b9eefe8a8f87","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241031.1.tgz","fileCount":218,"integrity":"sha512-inM/LWsla4rdyVrHRkbYdq9HhGPmhyKaU1082gx7sWhqABKaOnOjp+8Q23qs66gdops4K/zhPWdKW0KwjfMz+w==","signatures":[{"sig":"MEYCIQDC1ifJBD+854FBSO/WAg7W5sL1zrU8Q+7zImO+bxbggwIhAMqmVQN9ut9Kei40vGd3qXiIr7iqtuYwvxcZy9+dGSuq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1590648},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b66318cd-ddd3-4f04-8134-0018bd1cf635\\azure-identity-4.5.1-alpha.20241031.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b66318cd-ddd3-4f04-8134-0018bd1cf635\\azure-identity-4.5.1-alpha.20241031.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-inM/LWsla4rdyVrHRkbYdq9HhGPmhyKaU1082gx7sWhqABKaOnOjp+8Q23qs66gdops4K/zhPWdKW0KwjfMz+w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":">=1.9.0-alpha <1.9.0-alphb","@azure/core-util":">=1.11.0-alpha <1.11.0-alphb","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241031.1_1730418698812_0.3494829430601649","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241111.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241111.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241111.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1c7ef949ec65157bcd4b658c3c5ae379232da308","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241111.1.tgz","fileCount":202,"integrity":"sha512-quQ49zoX3jFhHn5ZR1T2ixEVuEWes1oagwNgAttaXeZ6Suy+xgmkqfoXVVAx2NEM/PdmeLtrkIEBXthwpQMR7w==","signatures":[{"sig":"MEYCIQC1dtes0SI8X7py1VmlWGcHZYAYI7Yxg0Gd945vDwun+AIhAN/i7yakcYqPGpiNxnNpho3ygwc/pbwi1FdagTSMfCm9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1466299},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a49a2904-af99-46b4-b961-be0f0ff319d8\\azure-identity-4.5.1-alpha.20241111.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a49a2904-af99-46b4-b961-be0f0ff319d8\\azure-identity-4.5.1-alpha.20241111.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-quQ49zoX3jFhHn5ZR1T2ixEVuEWes1oagwNgAttaXeZ6Suy+xgmkqfoXVVAx2NEM/PdmeLtrkIEBXthwpQMR7w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241111.1_1731372849043_0.8276149454264432","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241112.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241112.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241112.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e94795f1a006e6ed48322fb6bed25be41d5e9aea","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241112.1.tgz","fileCount":202,"integrity":"sha512-cJ5YOnnXIp6jLwU7oHniCtgxJic47bpCxZxFrnnBf0De0S2kxDOBpKngpuLyF0a5cBRoGydnpXEeU+rXpWB33w==","signatures":[{"sig":"MEYCIQDtFgnm4UVi17g9tKubb0sKjys2XU6RO8fRW3PW8GD7sgIhAMl2fGqKIa+Bw4lH64K197i2sibgNakMsQpGNvq7EBKH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1466299},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\38e49eda-52f4-4d32-b4a0-1fa6ac8de1ef\\azure-identity-4.5.1-alpha.20241112.1.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\38e49eda-52f4-4d32-b4a0-1fa6ac8de1ef\\azure-identity-4.5.1-alpha.20241112.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-cJ5YOnnXIp6jLwU7oHniCtgxJic47bpCxZxFrnnBf0De0S2kxDOBpKngpuLyF0a5cBRoGydnpXEeU+rXpWB33w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241112.1_1731459341127_0.4786221487369249","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241113.2":{"name":"@azure/identity","version":"4.5.1-alpha.20241113.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241113.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2d1f42d4ea493cb9d6a58abc87e67dd22099517d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241113.2.tgz","fileCount":928,"integrity":"sha512-olrqxV1Gt9vALrxSFfed5AdEuFM9R836qp25paur/g3CfWhCfj3D8cEAnCj3faCuDxa+oO4mTrLyJcmByleeUw==","signatures":[{"sig":"MEQCIET7/kBSgJGI7p7cTjRLtZado8lKG1u56JNDGW/lrx3iAiAhrn7uq9u3FJXH8pFG37UuDGNbnumsh/HCGNZTHils7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2522568},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2504283-e4fd-4096-b669-946d0cb9b367\\azure-identity-4.5.1-alpha.20241113.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2504283-e4fd-4096-b669-946d0cb9b367\\azure-identity-4.5.1-alpha.20241113.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-olrqxV1Gt9vALrxSFfed5AdEuFM9R836qp25paur/g3CfWhCfj3D8cEAnCj3faCuDxa+oO4mTrLyJcmByleeUw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241113.2_1731545629260_0.9233483448779805","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241114.2":{"name":"@azure/identity","version":"4.5.1-alpha.20241114.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241114.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05c53588c1bf513fdc28ca8e8d822db7c30bbe91","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241114.2.tgz","fileCount":928,"integrity":"sha512-gUrrwW7cUQpNTMpxb9U5XZw1RZEasvHuXCzr0fL60sGnwFjpLeoL+po7EL86D1/VN21p5FDUIkGmepZam1bgYQ==","signatures":[{"sig":"MEUCIQDm/kc9a5TBNamcn/guXVAGd1MMYwFw4H9GaDz0hu7QtwIgJHlZVPHQixyVDfOCyfWpOxono3sJ4ysqw9nBibwhQM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2522581},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c595ce93-cc8b-41fa-b8af-f866054da7e3\\azure-identity-4.5.1-alpha.20241114.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c595ce93-cc8b-41fa-b8af-f866054da7e3\\azure-identity-4.5.1-alpha.20241114.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-gUrrwW7cUQpNTMpxb9U5XZw1RZEasvHuXCzr0fL60sGnwFjpLeoL+po7EL86D1/VN21p5FDUIkGmepZam1bgYQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241114.2_1731631959237_0.7590253487765828","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241115.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241115.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241115.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"35ff3f9e49b38cc440db473dbe123abf77571526","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241115.1.tgz","fileCount":928,"integrity":"sha512-ZjDAeLhs+osmJjT5batuevLSjSoawqunAYplfY9PnxlGAUa6yjQLrXE6FPdQHk6NMMixViMVSBiVimfJ6O9m8Q==","signatures":[{"sig":"MEUCIGrL/Ylu+ua4uwh8GJlD/ntfbsPUB1SezaqPCpVW6JxLAiEAnVXXYV4U+QuPhEt2mKdMDb74CgAIx2Elv74c2pnB+ns=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2522581},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\518726c7-79f9-4ec5-8de4-15cb2dfa77e6\\azure-identity-4.5.1-alpha.20241115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\518726c7-79f9-4ec5-8de4-15cb2dfa77e6\\azure-identity-4.5.1-alpha.20241115.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ZjDAeLhs+osmJjT5batuevLSjSoawqunAYplfY9PnxlGAUa6yjQLrXE6FPdQHk6NMMixViMVSBiVimfJ6O9m8Q==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241115.1_1731718374205_0.33368245938969787","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241118.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241118.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241118.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f2f5697cd82348c36b49a4ea85952f0fade4d2e3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241118.1.tgz","fileCount":928,"integrity":"sha512-aYHl7qUM5WktOo0ttj2WgwLWe5IC9ixqdlRCKPXK8k4siUqb7cnwpdYDtDYaQvSgXw2Z2H4Cc3PG2Dspose1XA==","signatures":[{"sig":"MEUCIQDh7ODwdruojcrvI7jtHaghaqeUWHgrr/hvwsusi5y/ugIgOgJfu5OYhFg0A3irMwpcDLE4Oty2Q3k+4tfqiiOu2XY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2522581},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d7b45c6f-3700-4a39-83a9-1d13305654b2\\azure-identity-4.5.1-alpha.20241118.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d7b45c6f-3700-4a39-83a9-1d13305654b2\\azure-identity-4.5.1-alpha.20241118.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-aYHl7qUM5WktOo0ttj2WgwLWe5IC9ixqdlRCKPXK8k4siUqb7cnwpdYDtDYaQvSgXw2Z2H4Cc3PG2Dspose1XA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241118.1_1731977816839_0.20545126659191548","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241119.3":{"name":"@azure/identity","version":"4.5.1-alpha.20241119.3","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241119.3","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ab58422fe1df042c182f11f118990db1a5eace14","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241119.3.tgz","fileCount":928,"integrity":"sha512-nfTSog7JRYGeGb11w0GQL/7mqXZS0yfPpH0zTXQyVrOICBLCyTKqyTU1atZoAMMybmtwBqgpXCDKofpzHS7fXg==","signatures":[{"sig":"MEUCIQCJxUhc7F/4lAv/j8adBp1NzR9khqibc2vHOwvX+7lKzAIgNWqb1adte7RDnXwQAYG64I/AZJ90OYJ6WADHaD/WLe0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2522581},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f90b83cc-204d-4b95-8562-5d10f0519720\\azure-identity-4.5.1-alpha.20241119.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f90b83cc-204d-4b95-8562-5d10f0519720\\azure-identity-4.5.1-alpha.20241119.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-nfTSog7JRYGeGb11w0GQL/7mqXZS0yfPpH0zTXQyVrOICBLCyTKqyTU1atZoAMMybmtwBqgpXCDKofpzHS7fXg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241119.3_1732064061217_0.5453322336960045","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241120.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241120.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241120.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"987ee8cf2d0a594e2cc06fac1e3ec72cd7f289d2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241120.1.tgz","fileCount":928,"integrity":"sha512-QdH0ySJTE4dmiQxGV7r2nVDnIuRvACqRdzhN6CljBvxI5/sMB+bllljE4wP1hJl3KzzFdnhmkaTryqiZdJeqpw==","signatures":[{"sig":"MEUCIBkHjKO3OE2L7dCUrD0GAG2TmRyXXIEQbJ0ZyrUeXIDKAiEAtXVnawE/kHEd+HxDPh/4GFvKDvhcOQq0Te0pZvZSqz8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2522581},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e68ac584-67b0-43a8-96e1-8e4c87e8346c\\azure-identity-4.5.1-alpha.20241120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e68ac584-67b0-43a8-96e1-8e4c87e8346c\\azure-identity-4.5.1-alpha.20241120.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-QdH0ySJTE4dmiQxGV7r2nVDnIuRvACqRdzhN6CljBvxI5/sMB+bllljE4wP1hJl3KzzFdnhmkaTryqiZdJeqpw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241120.1_1732150652674_0.4593721937139139","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241121.2":{"name":"@azure/identity","version":"4.5.1-alpha.20241121.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241121.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c6e5b6b9024d0ea6e5a08f7fc35e5449083b6d32","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241121.2.tgz","fileCount":928,"integrity":"sha512-BbLILMo9MpuXZMljNJyt0WpMaaxvgm2DFHGCsutty/bjGMKWPdq+Ierfs20gW4stTioBRN2BgAF4hOc9IkzSmQ==","signatures":[{"sig":"MEYCIQCdSzIAfYZGPt71ovcaS9OTrZSo4WL1lFnS1c34n9+0fAIhAOXIegf2+ugBPkeYPKgP8TmLXg9UvoByXLns7v/whp//","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2522581},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\da5c406d-4dec-470a-beb4-4f3365bb7f34\\azure-identity-4.5.1-alpha.20241121.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\da5c406d-4dec-470a-beb4-4f3365bb7f34\\azure-identity-4.5.1-alpha.20241121.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-BbLILMo9MpuXZMljNJyt0WpMaaxvgm2DFHGCsutty/bjGMKWPdq+Ierfs20gW4stTioBRN2BgAF4hOc9IkzSmQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241121.2_1732236925495_0.004487216314456477","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241122.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241122.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241122.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6bc7b79fce4612a9b7b345ee4e0201819902662b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241122.1.tgz","fileCount":928,"integrity":"sha512-4wmLuRVZ5i/lE8mMut/FgxO/CqdK8VyK75Tp92PIr99RZoMFWw+Lx+q7et3YjuPMaeyVOZ5WmdoQp5mJnLMmcg==","signatures":[{"sig":"MEUCIA+YCrDP0nGS8DaHqVgNalBHyRzgPgtcobFngKM5rw5hAiEApO0tCfC/u72xvTFw1Q7jYQ12tfh3yZi4dv4e7PV4ToM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2522581},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d2f87989-7e6d-4d77-8461-e36ba88b92d8\\azure-identity-4.5.1-alpha.20241122.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d2f87989-7e6d-4d77-8461-e36ba88b92d8\\azure-identity-4.5.1-alpha.20241122.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4wmLuRVZ5i/lE8mMut/FgxO/CqdK8VyK75Tp92PIr99RZoMFWw+Lx+q7et3YjuPMaeyVOZ5WmdoQp5mJnLMmcg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241122.1_1732323318519_0.44592805704327176","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241125.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241125.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241125.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"788a4f9ce8ba7f55d6b3d3cb095ae59e91f5f0a3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241125.1.tgz","fileCount":928,"integrity":"sha512-ji9yjXy+6T75Z+0UH32Y5coYkSUgdpgHBrdRUfaxzKL2ZFzI5oMRIFCbcv4E0gOduMN6Qk1xuIU8M6hmqBHu2Q==","signatures":[{"sig":"MEUCIQCaNhDZGYyaED1/a9A+Cjn7HN5mjeTt+zqbESPmICG8HQIgf3hw3TbRgyKX4jGStbaj1RPPhUaOtCQ3O831a00FG2o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2522580},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\06c764b8-355a-46c0-862a-9b454d252fd7\\azure-identity-4.5.1-alpha.20241125.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\06c764b8-355a-46c0-862a-9b454d252fd7\\azure-identity-4.5.1-alpha.20241125.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ji9yjXy+6T75Z+0UH32Y5coYkSUgdpgHBrdRUfaxzKL2ZFzI5oMRIFCbcv4E0gOduMN6Qk1xuIU8M6hmqBHu2Q==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241125.1_1732582622181_0.7996456973715877","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241126.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241126.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b3873a10e893cdb616eb927a8582259ceb0b286","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241126.1.tgz","fileCount":927,"integrity":"sha512-9Sa1QIcOiEqQECmoYvdbAA78KwNxiep9cZ/zodgMK9O6xaeQcnj4CQCM9Efbg/R4tbM9AO9RWxGxeT1+mn9MVQ==","signatures":[{"sig":"MEUCIE5r1+gFVZkf+YJvfGXtrI2SQcNUV7bRnsvTeCiko3XyAiEA/y4+SrgBFXctlySLF4dch8UASg13sArD/gmWdhik83A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2441789},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d78bb7fe-5751-4873-bd19-3e292a1a98b2\\azure-identity-4.5.1-alpha.20241126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d78bb7fe-5751-4873-bd19-3e292a1a98b2\\azure-identity-4.5.1-alpha.20241126.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-9Sa1QIcOiEqQECmoYvdbAA78KwNxiep9cZ/zodgMK9O6xaeQcnj4CQCM9Efbg/R4tbM9AO9RWxGxeT1+mn9MVQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241126.1_1732669125332_0.5377312885078527","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241127.2":{"name":"@azure/identity","version":"4.5.1-alpha.20241127.2","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241127.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"faa104653871004e9e12e60ab835687ec1c3c205","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241127.2.tgz","fileCount":927,"integrity":"sha512-hdJiVGjzVET1xJOarmY9D9GRMEoB8mGIHiVR+bJNwne3Q6SeO3ILA9lXoAsQ0FMbttEpdy+1QagYqKYFOSIAIw==","signatures":[{"sig":"MEUCIFRbFrXD4LNlnUDL16zEvXdYf2InwL7TNx5Nt2SQVjPMAiEAnqJKbWOCX59RpHUEe6zCnpXfNuFrWvLSiRL1ij/XRY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2441789},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9ddb00f6-d862-4bde-8a65-06bdc260efc2\\azure-identity-4.5.1-alpha.20241127.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9ddb00f6-d862-4bde-8a65-06bdc260efc2\\azure-identity-4.5.1-alpha.20241127.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-hdJiVGjzVET1xJOarmY9D9GRMEoB8mGIHiVR+bJNwne3Q6SeO3ILA9lXoAsQ0FMbttEpdy+1QagYqKYFOSIAIw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241127.2_1732755351936_0.01651915313389485","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241128.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241128.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a845fb58ecd53e055fc2c66ed6bc07739b0a3f76","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241128.1.tgz","fileCount":927,"integrity":"sha512-Gkeyj1g9Ky57ZPwrLy/nPmbty/g7R+MHpUc42jkCTxHPWZHGyB2Hj0SHsvoSyKbrTqZXe6Mo8dJS+DRPBzKeNg==","signatures":[{"sig":"MEUCIFHxdw8LeJ3kASbis9SxJJQqHV0uZXRnE7JyLsD3RfAcAiEA/uoV9hH5fU6h4VEGLJz6wvUlS27MG+0s21nm0klaoaI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2441789},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\667b83ab-d277-4f10-9ac1-01e1ff5d2c32\\azure-identity-4.5.1-alpha.20241128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\667b83ab-d277-4f10-9ac1-01e1ff5d2c32\\azure-identity-4.5.1-alpha.20241128.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Gkeyj1g9Ky57ZPwrLy/nPmbty/g7R+MHpUc42jkCTxHPWZHGyB2Hj0SHsvoSyKbrTqZXe6Mo8dJS+DRPBzKeNg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241128.1_1732841739972_0.5687489195659663","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241129.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241129.1","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"efbc164495e66a584a88ee7878ea4cc1c96a3cd0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241129.1.tgz","fileCount":927,"integrity":"sha512-mzuVs0Cdl8VwLgVpELI23+k19B4Hk4dcUwcuOhKBVHKVEU7AwwIEN2l7jd6LoRCisdPiV/v/49jptMjJ9NKYGw==","signatures":[{"sig":"MEUCIGDSOTxaKnH7Ebn42s8jAqxkO7uPCpSnKwlNfiSHv906AiEAi8vYxGyqjLVWRKb1PLsUm6kd76+ydIY4ASOQC85s5PU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2441789},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f78dcb89-1014-40a2-ab9b-859716595495\\azure-identity-4.5.1-alpha.20241129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f78dcb89-1014-40a2-ab9b-859716595495\\azure-identity-4.5.1-alpha.20241129.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-mzuVs0Cdl8VwLgVpELI23+k19B4Hk4dcUwcuOhKBVHKVEU7AwwIEN2l7jd6LoRCisdPiV/v/49jptMjJ9NKYGw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241129.1_1732928106436_0.881661370359005","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241203.2":{"name":"@azure/identity","version":"4.5.1-alpha.20241203.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241203.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"faa764f1f0f4c0214250c7977527a74f6caba4ad","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241203.2.tgz","fileCount":927,"integrity":"sha512-bCLTxH5PT9HwvEecOXvr6zx5VwU4UVj8r4OPpuF5hQRf3/zf7QPTjOk07I+56uGPpDDc7TdwCmnHpERUX2YYSA==","signatures":[{"sig":"MEUCIB7AI/v20q2/JhqZBME/Q/W3/reswMlafMYpeMlLs0irAiEA8ZTAUkE9ws0uPzbvIJHCWnI09dYoc3kipzC7SETno2M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2441813},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\550a88c1-35c1-467a-8321-b349df3fbf93\\azure-identity-4.5.1-alpha.20241203.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\550a88c1-35c1-467a-8321-b349df3fbf93\\azure-identity-4.5.1-alpha.20241203.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-bCLTxH5PT9HwvEecOXvr6zx5VwU4UVj8r4OPpuF5hQRf3/zf7QPTjOk07I+56uGPpDDc7TdwCmnHpERUX2YYSA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241203.2_1733273740425_0.9793957061087271","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241204.3":{"name":"@azure/identity","version":"4.5.1-alpha.20241204.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241204.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c95a7d9bd5fd42a3900d06bf04f115b1ab4d02f1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241204.3.tgz","fileCount":927,"integrity":"sha512-IjNP3dkEF0FCqwalWS2ZyyurZDU57PgHUzrcx+lKryZEYnnds15Q8PCKfzDo/0LJ6U74LaC7bKSE6/hlOeRtxA==","signatures":[{"sig":"MEUCIAP2AwEOb0VF6oGKlpB9UoPAdopfnxcVnEoa27NC9NgtAiEAkypmVbAMm4Bkc4ai+dHiAwWOCO6AHWiuUxjHqtc4BB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443752},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b1412642-24b1-4d4b-a5fc-a8aef2a74361\\azure-identity-4.5.1-alpha.20241204.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b1412642-24b1-4d4b-a5fc-a8aef2a74361\\azure-identity-4.5.1-alpha.20241204.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-IjNP3dkEF0FCqwalWS2ZyyurZDU57PgHUzrcx+lKryZEYnnds15Q8PCKfzDo/0LJ6U74LaC7bKSE6/hlOeRtxA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241204.3_1733360192710_0.7875316818515321","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241206.3":{"name":"@azure/identity","version":"4.5.1-alpha.20241206.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241206.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3808e39d4e429dbd865e4cdc50dd7306300b3749","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241206.3.tgz","fileCount":927,"integrity":"sha512-3rTwkGAKnUJ+b3i14O1czHfM5mgQ+y9s1Lh0MZhrE3k7y2MtfOorhTfnPnE/DUhmzU53+U27O5CblK7oCOHKGg==","signatures":[{"sig":"MEUCIQDKPUA7HCgDRVvg+HcmAiR0hM3NArgAmWUtgyQeHV90cAIgFEjG30EyZwFXs1Y/oGPdKUApuNFYmBvMeJ7HUgucOTs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443752},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b2249cf-5dda-496a-8318-9004ad0c69ff\\azure-identity-4.5.1-alpha.20241206.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b2249cf-5dda-496a-8318-9004ad0c69ff\\azure-identity-4.5.1-alpha.20241206.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-3rTwkGAKnUJ+b3i14O1czHfM5mgQ+y9s1Lh0MZhrE3k7y2MtfOorhTfnPnE/DUhmzU53+U27O5CblK7oCOHKGg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241206.3_1733532976997_0.5428795355499418","host":"s3://npm-registry-packages"}},"4.5.1-alpha.20241209.2":{"name":"@azure/identity","version":"4.5.1-alpha.20241209.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241209.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00864f117d877e725c1045acd0690598006fcc2e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241209.2.tgz","fileCount":927,"integrity":"sha512-wHj6UgaNDwQhReCX2CufcfKqLHISRgKj8of7llE+DJWeotjVR7Leu7YFr2K734sToowBD27DaeozNLZAUML+dw==","signatures":[{"sig":"MEYCIQCmfcBVn2sKS6TifFxbs9s1r0ZkOaRdDwku5O7XCVOVbgIhAK85KB5GFseRvf67nfAyLbuLsLr07A4Bau9yU7+nq1yY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443772},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\23d9f23b-4d1f-4cf2-b4ef-f4d834d180c3\\azure-identity-4.5.1-alpha.20241209.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\23d9f23b-4d1f-4cf2-b4ef-f4d834d180c3\\azure-identity-4.5.1-alpha.20241209.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-wHj6UgaNDwQhReCX2CufcfKqLHISRgKj8of7llE+DJWeotjVR7Leu7YFr2K734sToowBD27DaeozNLZAUML+dw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241209.2_1733792186363_0.03803574488630246","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241210.2":{"name":"@azure/identity","version":"4.5.1-alpha.20241210.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241210.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f0401aa068a61bce2ab613f6b832c04f0ebaa177","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241210.2.tgz","fileCount":927,"integrity":"sha512-2AdiJbaO+fm5d1c3p+NAw2eA31R6FWsujsJ3/1xtQ65Xv/MhhL0SWpKoJQ3xV+B58Fud80Ih2TJlk+86gfJPCg==","signatures":[{"sig":"MEQCIFeZlk+eQ52rryt6fqo8UkG1Rxaf97rc5U8QcH9e9NiPAiBfW+6MGmQIbuGC+9AghIVjJ43kQZx+EDlQMQ4Thw8bLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443772},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\30a690b8-115a-478b-803e-dd0b84a5619c\\azure-identity-4.5.1-alpha.20241210.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\30a690b8-115a-478b-803e-dd0b84a5619c\\azure-identity-4.5.1-alpha.20241210.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2AdiJbaO+fm5d1c3p+NAw2eA31R6FWsujsJ3/1xtQ65Xv/MhhL0SWpKoJQ3xV+B58Fud80Ih2TJlk+86gfJPCg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241210.2_1733878759061_0.00041213187297683973","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241211.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241211.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a9679f8399e16a60fe06567759149dbeab27f9ce","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241211.1.tgz","fileCount":927,"integrity":"sha512-2l4M4Sdq0QA5loRLrnDBDyoNDjJ0omsDOgrWRfZpcit8GScUjLNBN6We65s/otyXYL9BElU8O4rDOLH6IdenLw==","signatures":[{"sig":"MEUCIBe5R0EK4J3mTFciipsRDtzialK0rbnrH5tjoBQ0res4AiEAq1CD50QVzjc5eIL28jJnKWlHasAJygkFtIOrJeA9TGc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443772},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\820a5328-3949-403f-a54f-a5edab645f47\\azure-identity-4.5.1-alpha.20241211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\820a5328-3949-403f-a54f-a5edab645f47\\azure-identity-4.5.1-alpha.20241211.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2l4M4Sdq0QA5loRLrnDBDyoNDjJ0omsDOgrWRfZpcit8GScUjLNBN6We65s/otyXYL9BElU8O4rDOLH6IdenLw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241211.1_1733964939011_0.34958867959385365","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241212.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241212.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"569fd19056ad8b782d92cf41619958511a83b502","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241212.1.tgz","fileCount":927,"integrity":"sha512-gA3AdR6r0E66n4ja/D/CqPo/pCcSae3Lx5+jGBPUMqszU3Ve76IgIveuMbG6z+Q4d0M/MMCeORSQdw+z3V6Rgg==","signatures":[{"sig":"MEYCIQD3qKfKw5Oox13RDYzOYW8FAI7D//pW3cutCWb/g/IGNgIhAOXNdo/bfG9mO38bNnJjpLOSgfQccXVvX8lBjERgo5GK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443772},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\80785c55-61eb-449c-94ac-5f9e717c07ab\\azure-identity-4.5.1-alpha.20241212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\80785c55-61eb-449c-94ac-5f9e717c07ab\\azure-identity-4.5.1-alpha.20241212.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-gA3AdR6r0E66n4ja/D/CqPo/pCcSae3Lx5+jGBPUMqszU3Ve76IgIveuMbG6z+Q4d0M/MMCeORSQdw+z3V6Rgg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241212.1_1734051520172_0.7029412962718469","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241213.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241213.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"55b0ec5c03763fc3b86d49bc4da911242fbb590f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241213.1.tgz","fileCount":927,"integrity":"sha512-RcZeLqDHOzR0cm4ehd85yCcRpNUbVMpemrnwuPzg/XMfwdYV6g/4RV4Z7v6QMzmxHajWGm9OO82QPZDFwbplmA==","signatures":[{"sig":"MEYCIQCfZsC+dPc1RJQayFEfzr7rFN42g66/uKlUSCIIQkENlQIhAIJJWUnygkQIxgl9qdpGUOSpFIMJw3tCY2Xv2vDBSwKG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443772},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9eb5ea63-543c-4b0f-8482-e02ce6d7eca8\\azure-identity-4.5.1-alpha.20241213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9eb5ea63-543c-4b0f-8482-e02ce6d7eca8\\azure-identity-4.5.1-alpha.20241213.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-RcZeLqDHOzR0cm4ehd85yCcRpNUbVMpemrnwuPzg/XMfwdYV6g/4RV4Z7v6QMzmxHajWGm9OO82QPZDFwbplmA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241213.1_1734138244225_0.7588173653186383","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241216.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241216.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"42561709c551d431046593f2f11d731d60fcaa5c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241216.1.tgz","fileCount":927,"integrity":"sha512-o8ZdaZmD8VHOxAvuxpOEMNdjZigvciXhSNUAI9DYlx6197uBI95qVq8QEpteuqJOuKoW2HrSff4188nBlv1Nxg==","signatures":[{"sig":"MEUCIQDCTAgwHY2mK3YtPFpUjya4Jx5GZ8llEahNWxweHr41hgIgZJ6X2j3KyGhABpPVg+i+jbRZv297jP96a8VXs3+HWIA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443772},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1a4e3fc0-f440-4f35-8cdf-db04eb253992\\azure-identity-4.5.1-alpha.20241216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1a4e3fc0-f440-4f35-8cdf-db04eb253992\\azure-identity-4.5.1-alpha.20241216.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-o8ZdaZmD8VHOxAvuxpOEMNdjZigvciXhSNUAI9DYlx6197uBI95qVq8QEpteuqJOuKoW2HrSff4188nBlv1Nxg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241216.1_1734396927779_0.09672839239605202","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241217.4":{"name":"@azure/identity","version":"4.5.1-alpha.20241217.4","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241217.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0353d4390f632cf542d28759a2559f3597e890ab","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241217.4.tgz","fileCount":951,"integrity":"sha512-i75KT6oEe7dKMp2ePD4mkg1nPbNC1GRkjNfWbJ0bPoiFQ2TXPywpw/UMrQNdsE0uwSkouYeKP1hVu5XXOKlRIg==","signatures":[{"sig":"MEUCIQCXrPOoxOPcph71t7c/AcWluX7akS6xdLY9Yv4fjOOYzwIgc7jEPVqHWcu7y5Vib7Kt+rHqTq7Wcas5puQVF54M1Yg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457145},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cc1231e1-a2c1-4c1c-b665-6764ee961628\\azure-identity-4.5.1-alpha.20241217.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cc1231e1-a2c1-4c1c-b665-6764ee961628\\azure-identity-4.5.1-alpha.20241217.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-i75KT6oEe7dKMp2ePD4mkg1nPbNC1GRkjNfWbJ0bPoiFQ2TXPywpw/UMrQNdsE0uwSkouYeKP1hVu5XXOKlRIg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241217.4_1734483362522_0.36715552553037534","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241219.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241219.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"35f4fa7327912052484e6a097c6c27d983933900","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241219.1.tgz","fileCount":951,"integrity":"sha512-xedoe4ngbKtUfppgzmtRAaCGVfUOvk1ai5ee2N7IfMRg7hLmKbHWa67bczlX1RocG2Zoav8pXXlZL1xD4Kl4aQ==","signatures":[{"sig":"MEYCIQDPywGSllvU7bLHRXh3puMxFDsavh/8pUHYJ1/9bvYVKgIhAJf5myGrPOYmLCGl/4wG09I4lAiCt4BtFJjcmWZHRTGS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457145},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ef722dfd-e63a-44be-b108-0006e15708cb\\azure-identity-4.5.1-alpha.20241219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ef722dfd-e63a-44be-b108-0006e15708cb\\azure-identity-4.5.1-alpha.20241219.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-xedoe4ngbKtUfppgzmtRAaCGVfUOvk1ai5ee2N7IfMRg7hLmKbHWa67bczlX1RocG2Zoav8pXXlZL1xD4Kl4aQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241219.1_1734656520588_0.5725840020515098","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241220.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241220.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68c43d5bfe5d048db634e48cd2add3d895710fe7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241220.1.tgz","fileCount":951,"integrity":"sha512-MrOipy3t0A/DRUcZhvYPpDkOYgZGwI9fvpv90CZ7h1X93hyjFc8cf65ZwPuc4WcF+LZmCl67mL25cVEKxH4ynQ==","signatures":[{"sig":"MEUCIFS4AHhUajxzTHe9WvPaWtm8NojRH2eX/vDL8Kcy8ZqLAiEAmUrxRyeu+9DDvRuabvlBMVV3rDcoI10Jd1QjY64SYm8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457145},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8d5b3b20-2b03-409d-aa26-dc630a1e5544\\azure-identity-4.5.1-alpha.20241220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8d5b3b20-2b03-409d-aa26-dc630a1e5544\\azure-identity-4.5.1-alpha.20241220.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-MrOipy3t0A/DRUcZhvYPpDkOYgZGwI9fvpv90CZ7h1X93hyjFc8cf65ZwPuc4WcF+LZmCl67mL25cVEKxH4ynQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241220.1_1734742752156_0.6265347995432153","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241223.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241223.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"40c7ffab9464dd960d10109a57f47db438a9ec64","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241223.1.tgz","fileCount":951,"integrity":"sha512-usbKGOxJtGutNtRHj4KmpHbLX3dD/1d/cx4pDTlRjDfXaBLwCcyBBKKe9AYkXUNaZBzzirYV9svH+yN3ShFwdw==","signatures":[{"sig":"MEQCIGT+MC9fzbwLnAiS+HjlVhAmdwEeHK06eB5IX2zkO+9PAiASK/lwqE/gH4sU/OIPRAZI/kSq6y4xaa7QkPBjtmc7hw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457145},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0b75a90-7342-4ea4-818d-8f26ee7ee89f\\azure-identity-4.5.1-alpha.20241223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0b75a90-7342-4ea4-818d-8f26ee7ee89f\\azure-identity-4.5.1-alpha.20241223.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-usbKGOxJtGutNtRHj4KmpHbLX3dD/1d/cx4pDTlRjDfXaBLwCcyBBKKe9AYkXUNaZBzzirYV9svH+yN3ShFwdw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241223.1_1735002148710_0.9797093976878524","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241224.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241224.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e42f5d0f2dd365ff66e7aa5c7bad90f892c3cb05","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241224.1.tgz","fileCount":951,"integrity":"sha512-hPGAqsCct7S94/ByEwbya5bAW2fMbMm4yc5JBgHtkmUy9qaj0lJDkf9aIXLLKYzf+/xG7Tf9f7vigdctQULd/Q==","signatures":[{"sig":"MEYCIQDZJN6RMnU20fDw9COFRXNOscYP6DFes+XlTwhadLCD1QIhAMKrGmd4sFCkCdvlJ74hQych9q2VYE+BVgnNZD3F9lIW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457145},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15db6100-e6c4-4776-ac7d-dba5e780db72\\azure-identity-4.5.1-alpha.20241224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15db6100-e6c4-4776-ac7d-dba5e780db72\\azure-identity-4.5.1-alpha.20241224.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-hPGAqsCct7S94/ByEwbya5bAW2fMbMm4yc5JBgHtkmUy9qaj0lJDkf9aIXLLKYzf+/xG7Tf9f7vigdctQULd/Q==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241224.1_1735088441136_0.6442275882069806","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241225.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241225.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a4c4237cee6ea25830b20b4fedccabc8b02d0aa","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241225.1.tgz","fileCount":951,"integrity":"sha512-07dukeqHshxlR8Ug0HhN44ufLLsIaWBwNh2f2fG9Whta6kiARk3h1FxVZSfSrIF5pjcrAz1pWVlM7Q/Sda4MXA==","signatures":[{"sig":"MEYCIQCpmDjjRlpt4gxSPIIVrwptyG3hM6BsLdJv/vnVd/tH8wIhALweuSRKSBUcro2iNKKx0eDgL12OoEAybkJ75h02nSZS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457145},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2f49ecdb-507a-474e-800a-606d06335785\\azure-identity-4.5.1-alpha.20241225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2f49ecdb-507a-474e-800a-606d06335785\\azure-identity-4.5.1-alpha.20241225.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-07dukeqHshxlR8Ug0HhN44ufLLsIaWBwNh2f2fG9Whta6kiARk3h1FxVZSfSrIF5pjcrAz1pWVlM7Q/Sda4MXA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241225.1_1735174829387_0.05605911046272727","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241226.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241226.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b553a17b25295e5c0f728e49ae732679ef3f291","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241226.1.tgz","fileCount":951,"integrity":"sha512-n1b5rDTxTupzR05bG/2vn5lOIqAPrhi7FPONUFUJeY98r+YkgmutFTfeprhcQKlc8TlYAll/8cjZYSbwpXVa4Q==","signatures":[{"sig":"MEUCIBTaMm6NcehBEwGicNEx+i+8l5tfAQI9bCqmR2KOA+AaAiEAgb1j1z6T1dg+LqpPzZsyUPP9TbWcEyZh4SAm8WnTwgg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457145},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f8462f4c-c2df-49e4-8695-afeaa41e2040\\azure-identity-4.5.1-alpha.20241226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f8462f4c-c2df-49e4-8695-afeaa41e2040\\azure-identity-4.5.1-alpha.20241226.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-n1b5rDTxTupzR05bG/2vn5lOIqAPrhi7FPONUFUJeY98r+YkgmutFTfeprhcQKlc8TlYAll/8cjZYSbwpXVa4Q==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241226.1_1735261145474_0.8594611027681605","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241227.1":{"name":"@azure/identity","version":"4.5.1-alpha.20241227.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b66f32a8ab1b95c54d5a5dc424a0c65c50a1352","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241227.1.tgz","fileCount":951,"integrity":"sha512-3PoJC3q7QWrxr/ha7FtmsuBUoxdhHvcK5FNFroYjYXjINXMsmi8SqTMmQdCZjgVj/bgYWMnu2mc/RlBEIY5jzQ==","signatures":[{"sig":"MEYCIQCqPwwBQ2llUtGVkLR9Yo3qCsX/+1UD6lL02D5dI0lD6gIhAP+ydkHQeLShvsn15TELmpMhXQu7J1l1RkQrhEM1BtBK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457145},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dca2c692-bbdf-47b2-af71-df3187b13a07\\azure-identity-4.5.1-alpha.20241227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dca2c692-bbdf-47b2-af71-df3187b13a07\\azure-identity-4.5.1-alpha.20241227.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-3PoJC3q7QWrxr/ha7FtmsuBUoxdhHvcK5FNFroYjYXjINXMsmi8SqTMmQdCZjgVj/bgYWMnu2mc/RlBEIY5jzQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241227.1_1735347588655_0.18940878399972183","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20241230.2":{"name":"@azure/identity","version":"4.5.1-alpha.20241230.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20241230.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b734874bc8ed93d21de2f1c17f9bca68395ecc85","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20241230.2.tgz","fileCount":951,"integrity":"sha512-fbTqaNtnxe/Hx5JEUyKyGQn+fL+WhLhTf1p0rodfYH2SVOQN8cKjvkj9WtuITHCEa84//bJNIQPOdtD7SDpp6A==","signatures":[{"sig":"MEUCIADvNlgCBoAIUTvWLGa7bW8Cc+UPZ4Okq6eo/mr3VbtHAiEA67fLZEelzwkJ8+l5rK/soOkQg8xG01n5UyFmerKBPcQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457249},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5b9b5ded-70ee-42ce-8a35-461f3c82a765\\azure-identity-4.5.1-alpha.20241230.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5b9b5ded-70ee-42ce-8a35-461f3c82a765\\azure-identity-4.5.1-alpha.20241230.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-fbTqaNtnxe/Hx5JEUyKyGQn+fL+WhLhTf1p0rodfYH2SVOQN8cKjvkj9WtuITHCEa84//bJNIQPOdtD7SDpp6A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20241230.2_1735606760837_0.4991458867487055","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20250106.1":{"name":"@azure/identity","version":"4.5.1-alpha.20250106.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20250106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3bceb66379ffca12bf43e12861b61adf13fff472","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20250106.1.tgz","fileCount":951,"integrity":"sha512-zSlwn1MSvnIpWmXYVuDbj9ETvgTkWuUx5kJd7yTCBbL4fUkxXpJDrN71YNp+nyr7jg4l25NUWm/2TC0IIF4tsA==","signatures":[{"sig":"MEUCIDifDCxbZzxMfoFT/TJovbuosZi9UKcs+C7/uW/RQft5AiEAyXU9X3iH3EkzVPMpLKUlida6rNNwaqLyskV3RswoBUE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457547},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c4618741-7881-4bfd-8b3d-cfc53f30f2a3\\azure-identity-4.5.1-alpha.20250106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c4618741-7881-4bfd-8b3d-cfc53f30f2a3\\azure-identity-4.5.1-alpha.20250106.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-zSlwn1MSvnIpWmXYVuDbj9ETvgTkWuUx5kJd7yTCBbL4fUkxXpJDrN71YNp+nyr7jg4l25NUWm/2TC0IIF4tsA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20250106.1_1736211714924_0.9735542691911765","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20250107.1":{"name":"@azure/identity","version":"4.5.1-alpha.20250107.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20250107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"552dacd52517caf55ba3e49dbc4159275169536d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20250107.1.tgz","fileCount":951,"integrity":"sha512-d2R9D0L/JnEmGttL3ilbK7Znrea0R2QpqrR3CmpbNhszmbuVVmM+vFkH9PHafl3Zft5Fz3cwU2cKlkaCWrSajg==","signatures":[{"sig":"MEUCIQCIaZM6MunHpZKyF4Cla5SNR5D8LyZdArF+DXZcVkhNhgIgHcVPheFi2b/d6I18odY4oPvddBEx4CWM6k2p/bL127Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457547},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\63503e75-5cd4-4b7c-b2c8-756393bd7317\\azure-identity-4.5.1-alpha.20250107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\63503e75-5cd4-4b7c-b2c8-756393bd7317\\azure-identity-4.5.1-alpha.20250107.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-d2R9D0L/JnEmGttL3ilbK7Znrea0R2QpqrR3CmpbNhszmbuVVmM+vFkH9PHafl3Zft5Fz3cwU2cKlkaCWrSajg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20250107.1_1736297896075_0.19011121234982786","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20250108.1":{"name":"@azure/identity","version":"4.5.1-alpha.20250108.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20250108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6b226ec18cd2f9bdc1a058dbfca7720adbb81b69","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20250108.1.tgz","fileCount":951,"integrity":"sha512-KQf/VCZ+bMUmCk7BTHp+0D/WnUkeS8XM4Iz2CyZnp0egDiu2AT+GvvMj/tHnq2ja56BYsFf38xf6FZ+PhRQb2w==","signatures":[{"sig":"MEUCIFZQmltiiKvF9sZpVH6f+7YOz855QG8s/zpIoc+7kU1qAiEA2TbYjfPfPvU44WwgNePRzPHqcAVcQKfeZ6peEJGzDXI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457547},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2e830a4-96c6-4ecc-9ecb-8c343f021361\\azure-identity-4.5.1-alpha.20250108.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2e830a4-96c6-4ecc-9ecb-8c343f021361\\azure-identity-4.5.1-alpha.20250108.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-KQf/VCZ+bMUmCk7BTHp+0D/WnUkeS8XM4Iz2CyZnp0egDiu2AT+GvvMj/tHnq2ja56BYsFf38xf6FZ+PhRQb2w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20250108.1_1736384325163_0.39434549322819334","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20250109.1":{"name":"@azure/identity","version":"4.5.1-alpha.20250109.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20250109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd555dcb7026167d3c7d009809886e21bbeb41f3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20250109.1.tgz","fileCount":951,"integrity":"sha512-av0ZhPGLup6RnMUmrfOHg06xgWDe9DBRNCEDXDwu7hceCJ1GENV7gNWJ49YGQ0IbqvB6fvBxXEJ7jjOUiNwsQg==","signatures":[{"sig":"MEYCIQDwuu4VXnF53twrJem3hoCCyy0cLVJ48wnPw9/04c9OgwIhAMH5yG3BdNRD2FvJPXZ2O9MzeUuIeF1tneiuE/mVs5W6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457547},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d567742c-dc6f-4f4e-83bb-050b7f02f453\\azure-identity-4.5.1-alpha.20250109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d567742c-dc6f-4f4e-83bb-050b7f02f453\\azure-identity-4.5.1-alpha.20250109.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-av0ZhPGLup6RnMUmrfOHg06xgWDe9DBRNCEDXDwu7hceCJ1GENV7gNWJ49YGQ0IbqvB6fvBxXEJ7jjOUiNwsQg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20250109.1_1736470671251_0.30466304484917006","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20250110.3":{"name":"@azure/identity","version":"4.5.1-alpha.20250110.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20250110.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f80104676979c0d1c471c0483b8458b54070a31b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20250110.3.tgz","fileCount":951,"integrity":"sha512-gIvy7bTi3lDGSyM/k0UT8OJ4kWnrX3b35GTBMwXvxxOu7EqBUWfdbuJSFFPDY8WLnmnknP/1AYSj010lks21xA==","signatures":[{"sig":"MEYCIQDcHFrgKSw/4n8n6IjxLeUtb/e7aFsfz7Il4vXmtwot1AIhAOKb2Bl5YA54hMDfgqXZfteCZUuwxKO8AUYaqviH09Yl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457585},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ff9f17ab-8061-40b9-8abc-7e5673f40168\\azure-identity-4.5.1-alpha.20250110.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ff9f17ab-8061-40b9-8abc-7e5673f40168\\azure-identity-4.5.1-alpha.20250110.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-gIvy7bTi3lDGSyM/k0UT8OJ4kWnrX3b35GTBMwXvxxOu7EqBUWfdbuJSFFPDY8WLnmnknP/1AYSj010lks21xA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20250110.3_1736556809327_0.6581020718824866","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20250113.1":{"name":"@azure/identity","version":"4.5.1-alpha.20250113.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20250113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3664fd9020d7b021d55f8469563129cbd0ea41d0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20250113.1.tgz","fileCount":951,"integrity":"sha512-THec8K6zB/8Pr90PGlnQxUpOvYpBKyLEhoms89rSkj5C5N/8CsH+k2L06dOaD061xRhtvybOtEap/nynh12ilA==","signatures":[{"sig":"MEUCIALq4sKhDekXaV1QUZomYEk4S4F8sTUluUl0rOmoDfxcAiEA8+XagIO9DxBSC0sLAd6D90DSo7ii5OB8iybV3d9l1E0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457585},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\149550d1-e979-4d6d-b657-4551c9452c5f\\azure-identity-4.5.1-alpha.20250113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\149550d1-e979-4d6d-b657-4551c9452c5f\\azure-identity-4.5.1-alpha.20250113.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-THec8K6zB/8Pr90PGlnQxUpOvYpBKyLEhoms89rSkj5C5N/8CsH+k2L06dOaD061xRhtvybOtEap/nynh12ilA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20250113.1_1736816411750_0.14245308390047695","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20250114.1":{"name":"@azure/identity","version":"4.5.1-alpha.20250114.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20250114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f98b2cce9fdeb100c7688e7b517992a6d1c12e3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20250114.1.tgz","fileCount":951,"integrity":"sha512-dHWPa2RofO2BFbnizbkb4xCMZYrnVdqZOWaC5dg2Yc5+4f8RXwwUfMhyOeqbpk1oYOR+7cBlEfUQRAMKgw2HUA==","signatures":[{"sig":"MEUCIFY3go2KiWIseBuCkiWIdimWPcoPU5O3pKtWxJIgAcl0AiEAp+hWkFZ+BxRw+82+4pTZ2pV1zrW/LlYjW+gMCTgaWGY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457585},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f9aae6c2-1155-479c-a066-ddf96b4d3d76\\azure-identity-4.5.1-alpha.20250114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f9aae6c2-1155-479c-a066-ddf96b4d3d76\\azure-identity-4.5.1-alpha.20250114.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-dHWPa2RofO2BFbnizbkb4xCMZYrnVdqZOWaC5dg2Yc5+4f8RXwwUfMhyOeqbpk1oYOR+7cBlEfUQRAMKgw2HUA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^3.26.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20250114.1_1736902471484_0.0334563408363473","host":"s3://npm-registry-packages-npm-production"}},"4.5.1-alpha.20250115.7":{"name":"@azure/identity","version":"4.5.1-alpha.20250115.7","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.5.1-alpha.20250115.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"52915b691d16b2a1041bd5f7f0caadd7f172f5a1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.5.1-alpha.20250115.7.tgz","fileCount":951,"integrity":"sha512-8l7chOfA4yDAvYbj0IwiEhHshngA/QMsjjlwgAIhEfWHjlCNgFk/NbCO8kJnCFvLoNd3CJrXB6kYIPYeyG6vbw==","signatures":[{"sig":"MEUCIQCyR8uj9+Hxy3WMVjQnwCWg1WbhfySPCEcIU1+nBMd9ywIgeB6+XxtT8iH6rQGACnlMqgcoGCfVkHrHJ4lyz3dT43E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457584},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2e0df81e-e160-4bb9-995f-0ba05c8e41d4\\azure-identity-4.5.1-alpha.20250115.7.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2e0df81e-e160-4bb9-995f-0ba05c8e41d4\\azure-identity-4.5.1-alpha.20250115.7.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-8l7chOfA4yDAvYbj0IwiEhHshngA/QMsjjlwgAIhEfWHjlCNgFk/NbCO8kJnCFvLoNd3CJrXB6kYIPYeyG6vbw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.5.1-alpha.20250115.7_1736989114071_0.09656228335275707","host":"s3://npm-registry-packages-npm-production"}},"4.6.0":{"name":"@azure/identity","version":"4.6.0","keywords":["azure","cloud","active directory","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"276957b59fed96cf48d5e50fc728c3c226e4f105","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.0.tgz","fileCount":216,"integrity":"sha512-ANpO1iAvcZmpD4QY7/kaE/P2n66pRXsDp3nMUC6Ow3c9KfXOZF7qMU9VgqPw8m7adP7TVIbVyrCEmD9cth3KQQ==","signatures":[{"sig":"MEYCIQCf2uGMUAX0hcoQfVtr3k66d7MNC28NVixonjR3M371GwIhAI+aB6acAJgPX31Yc9uStnZj9FpP7nWtumkrgwu53qS0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1588696},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\645d14ac-2e46-4ac3-a907-81613a7b5443\\azure-identity-4.6.0.tgz","types":"./types/identity.d.ts","module":"dist-esm/src/index.js","browser":{"os":false,"process":false,"./dist-esm/src/msal/msal.js":"./dist-esm/src/msal/msal.browser.js","./dist-esm/test/httpRequests.js":"./dist-esm/test/httpRequests.browser.js","./dist-esm/src/plugins/consumer.js":"./dist-esm/src/plugins/consumer.browser.js","./dist-esm/src/util/authHostEnv.js":"./dist-esm/src/util/authHostEnv.browser.js","./dist-esm/src/credentials/azureCliCredential.js":"./dist-esm/src/credentials/azureCliCredential.browser.js","./dist-esm/src/util/processMultiTenantRequest.js":"./dist-esm/src/util/processMultiTenantRequest.browser.js","./dist-esm/src/credentials/deviceCodeCredential.js":"./dist-esm/src/credentials/deviceCodeCredential.browser.js","./dist-esm/src/credentials/onBehalfOfCredential.js":"./dist-esm/src/credentials/onBehalfOfCredential.browser.js","./dist-esm/src/tokenCache/TokenCachePersistence.js":"./dist-esm/src/tokenCache/TokenCachePersistence.browser.js","./dist-esm/src/credentials/environmentCredential.js":"./dist-esm/src/credentials/environmentCredential.browser.js","./dist-esm/src/credentials/clientSecretCredential.js":"./dist-esm/src/credentials/clientSecretCredential.browser.js","./dist-esm/src/credentials/defaultAzureCredential.js":"./dist-esm/src/credentials/defaultAzureCredential.browser.js","./dist-esm/src/credentials/azurePipelinesCredential.js":"./dist-esm/src/credentials/azurePipelinesCredential.browser.js","./dist-esm/src/credentials/azurePowerShellCredential.js":"./dist-esm/src/credentials/azurePowerShellCredential.browser.js","./dist-esm/src/credentials/clientAssertionCredential.js":"./dist-esm/src/credentials/clientAssertionCredential.browser.js","./dist-esm/src/credentials/azureApplicationCredential.js":"./dist-esm/src/credentials/azureApplicationCredential.browser.js","./dist-esm/src/credentials/usernamePasswordCredential.js":"./dist-esm/src/credentials/usernamePasswordCredential.browser.js","./dist-esm/src/credentials/visualStudioCodeCredential.js":"./dist-esm/src/credentials/visualStudioCodeCredential.browser.js","./dist-esm/src/credentials/workloadIdentityCredential.js":"./dist-esm/src/credentials/workloadIdentityCredential.browser.js","./dist-esm/src/credentials/authorizationCodeCredential.js":"./dist-esm/src/credentials/authorizationCodeCredential.browser.js","./dist-esm/src/credentials/azureDeveloperCliCredential.js":"./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js","./dist-esm/src/credentials/clientCertificateCredential.js":"./dist-esm/src/credentials/clientCertificateCredential.browser.js","./dist-esm/src/credentials/interactiveBrowserCredential.js":"./dist-esm/src/credentials/interactiveBrowserCredential.browser.js","./dist-esm/src/credentials/managedIdentityCredential/index.js":"./dist-esm/src/credentials/managedIdentityCredential/index.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' --exclude 'test/snippets.spec.ts' --exclude 'test/integration/**/*.spec.ts' 'test/**/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/snippets.spec.ts' --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'","integration-test:managed-identity":"dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\645d14ac-2e46-4ac3-a907-81613a7b5443\\azure-identity-4.6.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ANpO1iAvcZmpD4QY7/kaE/P2n66pRXsDp3nMUC6Ow3c9KfXOZF7qMU9VgqPw8m7adP7TVIbVyrCEmD9cth3KQQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^8.0.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","@types/ms":"^0.7.31","cross-env":"^7.0.3","puppeteer":"^23.0.2","@types/jws":"^3.2.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","jsonwebtoken":"^9.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["azure","azure-active-directory"],"requiredResources":{"Azure Key Vault":"https://docs.microsoft.com/azure/key-vault/quick-create-portal","Azure Active Directory App Registration":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.0_1737042162069_0.8322947899092479","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250116.2":{"name":"@azure/identity","version":"4.6.1-alpha.20250116.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250116.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a20565e177fc032379f46d0ae5ccccbdf4aa3566","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250116.2.tgz","fileCount":951,"integrity":"sha512-OE5zFVZ2Dvx0Uop7O3o1dfUorizlKNiAgBkEhB1f9+Stptzc9ohgCrJXQxEZ4Sk+Sl/uKOzi/zJNHmNw45a6Eg==","signatures":[{"sig":"MEUCIQDfIZ0ith0QZ0SaBRAlhxdcvNsykAJDT2gHWGLjM5A94wIgdkv4u/cMDE/Ht5J9Eu9TUb72i+pw5qOqBC/9FDGuuMU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457584},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0a390c0a-ef28-4206-989f-9ab496508b59\\azure-identity-4.6.1-alpha.20250116.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0a390c0a-ef28-4206-989f-9ab496508b59\\azure-identity-4.6.1-alpha.20250116.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-OE5zFVZ2Dvx0Uop7O3o1dfUorizlKNiAgBkEhB1f9+Stptzc9ohgCrJXQxEZ4Sk+Sl/uKOzi/zJNHmNw45a6Eg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250116.2_1737075593433_0.8686356773632224","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250117.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250117.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fee49c0b475aebbe7a7a7f87b9746203e726bd4a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250117.1.tgz","fileCount":951,"integrity":"sha512-2BcyGGXUNRwXHL16pWPzvDLf4p1bYXH3u8D5mlg9lXYT2W0E03ZkAtJXDh5eZCb4a7brDXV6ATz0IyXAxLDx4Q==","signatures":[{"sig":"MEUCIQC0r3mCx+JcdiC6FG/3qL7HJvW0LqidlboQf+I2ORxHCgIgMftUA89b8xQuU3TsHM2JYmUMMP7bN3hzbskPbnNqtFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457584},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a671442f-ac4a-4576-8930-ea7143bf8715\\azure-identity-4.6.1-alpha.20250117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a671442f-ac4a-4576-8930-ea7143bf8715\\azure-identity-4.6.1-alpha.20250117.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2BcyGGXUNRwXHL16pWPzvDLf4p1bYXH3u8D5mlg9lXYT2W0E03ZkAtJXDh5eZCb4a7brDXV6ATz0IyXAxLDx4Q==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250117.1_1737161706737_0.11706171199794935","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250120.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250120.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"03e2381d0061d3d3e6482d5d1f99dfde0fc16f99","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250120.1.tgz","fileCount":951,"integrity":"sha512-J00ott7F3XBD0GRhkaeWiQu2vvMoQ4278AV+nra44NIzbxPQu8m4uODLach9SshOEKejL5gtWPzFnvApF0B3hA==","signatures":[{"sig":"MEUCIQDACqCiVwHkzz2CPORKGCoWknDR2g4pVa1ZoG8zrAm6oAIgeP+NM6jPHAECn0cBfrkbVa6ACxgJddcMyKfSzIQZwss=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2457584},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e966a25e-275c-4721-80f6-484e358b20cb\\azure-identity-4.6.1-alpha.20250120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e966a25e-275c-4721-80f6-484e358b20cb\\azure-identity-4.6.1-alpha.20250120.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-J00ott7F3XBD0GRhkaeWiQu2vvMoQ4278AV+nra44NIzbxPQu8m4uODLach9SshOEKejL5gtWPzFnvApF0B3hA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250120.1_1737420849652_0.6492115862844015","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250121.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250121.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ef445b64577282d1e46060c9350aedb9e9f4e0a0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250121.1.tgz","fileCount":951,"integrity":"sha512-5jGu4R/eJGknKNxyokhaPCLUQF7BCDi9HFCubw1y7BCsRLAmfMujmN6l+VblW7iRWd6xkcEzHSeCv3FZIGlLvA==","signatures":[{"sig":"MEYCIQCMVFxYgs3a/ghXphJyiamXZlOPDNK0UzIuG8zxsv1rFAIhAN6gGl37WMe0B69ECq1EH+2EzbcoVeG2Bo9009/bZu3I","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457584},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\97d15839-1624-47f2-927b-1aa5d795747b\\azure-identity-4.6.1-alpha.20250121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\97d15839-1624-47f2-927b-1aa5d795747b\\azure-identity-4.6.1-alpha.20250121.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-5jGu4R/eJGknKNxyokhaPCLUQF7BCDi9HFCubw1y7BCsRLAmfMujmN6l+VblW7iRWd6xkcEzHSeCv3FZIGlLvA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","inherits":"^2.0.3","@types/ms":"^0.7.31","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.4","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250121.1_1737507461454_0.7606461519120165","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250122.2":{"name":"@azure/identity","version":"4.6.1-alpha.20250122.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250122.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"619801c24219d7d1fdd7a858093bf41fafbec4cc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250122.2.tgz","fileCount":951,"integrity":"sha512-F4G2lUWkQCd3f3TaPZAM4TCdLQrbimTY7qbVYbkcFyDRqknz3alD8X0oVL93xSXF7rKbnWvPeqHXmcbIXxGjdQ==","signatures":[{"sig":"MEUCIQC6KZPIMzFwiiPWDi+FggfR4U/D0DIW3O8r93f3qax9IAIgbrulKiwXD6VCXHd6vcm3VZKoeFsWkF+0WiPQwNB+9Lw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457583},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6c047ef6-4c29-4341-b35e-84165e7a24ea\\azure-identity-4.6.1-alpha.20250122.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6c047ef6-4c29-4341-b35e-84165e7a24ea\\azure-identity-4.6.1-alpha.20250122.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-F4G2lUWkQCd3f3TaPZAM4TCdLQrbimTY7qbVYbkcFyDRqknz3alD8X0oVL93xSXF7rKbnWvPeqHXmcbIXxGjdQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250122.2_1737593891423_0.6604976016740336","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250123.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250123.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250123.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45cd382213c1dcb1feaa1889feb53880531d8a42","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250123.1.tgz","fileCount":951,"integrity":"sha512-2lcajLDHpDUznD33O6nEIvd2iku7G4mdICa19XpAvG9iZ9ThciN7QMGg6gLt3T/L9fv2RTSoZzvwDSWZVCBd2w==","signatures":[{"sig":"MEUCIQDobbwBv4/SD7J6buu4RlYjgHsN9eDbmp4i5YaQ/5lClwIgC7D2skjhfkfzvb9quHhVEYaVgo8s8F3rFPLMvn4OZbQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457583},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15f12f98-422f-4e2b-99b2-b8b7e0629077\\azure-identity-4.6.1-alpha.20250123.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15f12f98-422f-4e2b-99b2-b8b7e0629077\\azure-identity-4.6.1-alpha.20250123.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2lcajLDHpDUznD33O6nEIvd2iku7G4mdICa19XpAvG9iZ9ThciN7QMGg6gLt3T/L9fv2RTSoZzvwDSWZVCBd2w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250123.1_1737680112721_0.30158380400191964","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250124.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250124.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f4c9c1ebe08d9a1f6742c8a93d05f4fdc859b228","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250124.1.tgz","fileCount":951,"integrity":"sha512-AJCryyl3rx2n4XCo6AkmhV23wPDZ4mCz0fE7KA8JBQ3w5pMaowfpbJSHdQqeffU8kM2pWHsdawTS7udf25yGKA==","signatures":[{"sig":"MEQCIBd5RQspCIvzA3ZPjanvkY5xEHfBXGQ1pVWl6dLw8sr8AiAuzA6tAyYjFJ8e1icCSNItkwzhbbI1WfHuw0FQRvgYaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457583},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ca95d47f-bda0-454c-89c8-467ee56a1f76\\azure-identity-4.6.1-alpha.20250124.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ca95d47f-bda0-454c-89c8-467ee56a1f76\\azure-identity-4.6.1-alpha.20250124.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-AJCryyl3rx2n4XCo6AkmhV23wPDZ4mCz0fE7KA8JBQ3w5pMaowfpbJSHdQqeffU8kM2pWHsdawTS7udf25yGKA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.1","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250124.1_1737766909438_0.24746277942064543","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250128.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250128.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7d346d50b8522ea801c6f180569dee32f8e53801","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250128.1.tgz","fileCount":951,"integrity":"sha512-CZnfUt43eJnrU6/mqixhNERPWsSz7mGQIMrunBRBGlgKpa9mpipG9yGkJV31njr0F7i7QbhkwcSnLxoB7WWcUQ==","signatures":[{"sig":"MEQCIH2LzLjouUDLSMd4Tnu6Op5k6Zh8H7/JaXv4zhbmTZOQAiBJPC/XwtrV6dLXPT7BjwbLBrBkJjwXhD1pvH1ldIGrVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457583},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\62a80a8a-a768-450e-a163-954a58425c8a\\azure-identity-4.6.1-alpha.20250128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\62a80a8a-a768-450e-a163-954a58425c8a\\azure-identity-4.6.1-alpha.20250128.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-CZnfUt43eJnrU6/mqixhNERPWsSz7mGQIMrunBRBGlgKpa9mpipG9yGkJV31njr0F7i7QbhkwcSnLxoB7WWcUQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250128.1_1738112120658_0.3661829518496429","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250129.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250129.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c5eb7eff62bb0b9592ce7f514af66e0186be985","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250129.1.tgz","fileCount":951,"integrity":"sha512-4fZfWVFR5fuQNGKJP9OdMoUmQAEVr2r30BWPTdOCjl17g0PIdKDSCyYzkniEGHjP/lk5/5gs3Yz5fex+WqcR+Q==","signatures":[{"sig":"MEYCIQC0r4ep81RRF0O2+p5ZuMRceBpLSx0PTM/rgHwLPTSz/gIhAL3Yzu+HZCYXrfikhdK1TtQjuJ4M/mnRL10fMx1T89aF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457583},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\74045ed8-b05c-4064-bc0a-dae23442bb5d\\azure-identity-4.6.1-alpha.20250129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\74045ed8-b05c-4064-bc0a-dae23442bb5d\\azure-identity-4.6.1-alpha.20250129.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4fZfWVFR5fuQNGKJP9OdMoUmQAEVr2r30BWPTdOCjl17g0PIdKDSCyYzkniEGHjP/lk5/5gs3Yz5fex+WqcR+Q==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250129.1_1738198515787_0.8197806997399488","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250130.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250130.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250130.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a0b87aeeae9f75a835212c43336dec9910ca23d9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250130.1.tgz","fileCount":951,"integrity":"sha512-LXIbN2MEmNu3xL3Hdz2I3ueWhJzgMAqzfa1+zofiRinDsn/x6zwsg/xBau1TDzAd3ZJgYyp4AEZitZWNjWj19A==","signatures":[{"sig":"MEUCIHUn/Aytm//EZ5e4NhByEjqxDJYkNX4s7eegkxSxpbnkAiEAiMnkB3d0e6XELHjm88e/rMFo4hrjKUWi+g7Cwem909M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457583},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f21b233-7027-4066-8da3-b3d0f70a8cfe\\azure-identity-4.6.1-alpha.20250130.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f21b233-7027-4066-8da3-b3d0f70a8cfe\\azure-identity-4.6.1-alpha.20250130.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-LXIbN2MEmNu3xL3Hdz2I3ueWhJzgMAqzfa1+zofiRinDsn/x6zwsg/xBau1TDzAd3ZJgYyp4AEZitZWNjWj19A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250130.1_1738284910279_0.2115966711747974","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250131.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250131.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250131.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6cd38b62da2e6df4544f1932278e7d1afd8cbe1a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250131.1.tgz","fileCount":951,"integrity":"sha512-nuVEyQUsJeq4ueFUbThkzAX649UyzU0dNQwJobQqZ3cOXLbNq7JGlLchuk5r3pa69H2Vq7WBg3D1pWwkJcPEtw==","signatures":[{"sig":"MEYCIQDrE0qpkDx8YrpK+CdzX8B794wI2HCeuHxlD4tnwuhS3AIhANNJnfaGVWi1cRtCw0L2Hi5GMitEJjjSFvqBjs6a2fgf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457583},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9441efd3-148d-4e30-a558-e09293746078\\azure-identity-4.6.1-alpha.20250131.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9441efd3-148d-4e30-a558-e09293746078\\azure-identity-4.6.1-alpha.20250131.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-nuVEyQUsJeq4ueFUbThkzAX649UyzU0dNQwJobQqZ3cOXLbNq7JGlLchuk5r3pa69H2Vq7WBg3D1pWwkJcPEtw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250131.1_1738371409002_0.11951636168458091","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250203.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250203.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d606660f47868f6a595cab894989d57e05d983c4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250203.1.tgz","fileCount":951,"integrity":"sha512-bs950pT8AtJNQkWqJcz8SPTi8ecbx59Hmwk9dSdoFa3wRwRtnJqRQNSbUQVqUF0W1jfnL7Edh4hyTKcPqGl6JA==","signatures":[{"sig":"MEQCIBc7oHGOsWsXbG6VUodZDZ/W0eMhLDbqbWJ9V7+HVupRAiBC3eO5g74W1p3Yipz4TfCJxGe1mNq8RU5MyP49166r1w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457581},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f6450561-5fd8-4e8d-9e38-9ff2faf32779\\azure-identity-4.6.1-alpha.20250203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f6450561-5fd8-4e8d-9e38-9ff2faf32779\\azure-identity-4.6.1-alpha.20250203.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-bs950pT8AtJNQkWqJcz8SPTi8ecbx59Hmwk9dSdoFa3wRwRtnJqRQNSbUQVqUF0W1jfnL7Edh4hyTKcPqGl6JA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250203.1_1738630449972_0.7436414593118723","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250204.2":{"name":"@azure/identity","version":"4.6.1-alpha.20250204.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250204.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b46b49a27e7ee3d26786c20d4b35c9cf23b4c679","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250204.2.tgz","fileCount":951,"integrity":"sha512-GR6EQqo4G2BQ6xs55UDaTwppi8euF4C3FXQGTNOHM5N06tBs9tUJqvOiMV0IWfmUwNSFE75bz/KZA8YMYicNzQ==","signatures":[{"sig":"MEUCIB5xFxUjKUmwqAtZxWkdl9baFgkXPOFUVXBM7FkMUv3ZAiEAv39YWnYZibhVV7DA1/X6rG/TfQ7S9uSWoY6wnJE3YT0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457581},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15648ea1-ec56-4ae9-b08f-b7cb0f86df58\\azure-identity-4.6.1-alpha.20250204.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15648ea1-ec56-4ae9-b08f-b7cb0f86df58\\azure-identity-4.6.1-alpha.20250204.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-GR6EQqo4G2BQ6xs55UDaTwppi8euF4C3FXQGTNOHM5N06tBs9tUJqvOiMV0IWfmUwNSFE75bz/KZA8YMYicNzQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250204.2_1738717205979_0.7735086937096418","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250205.2":{"name":"@azure/identity","version":"4.6.1-alpha.20250205.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250205.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4ab1d55fd1105aced4ca0398e6983ad1c1a9ad6c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250205.2.tgz","fileCount":951,"integrity":"sha512-xy7cXzijKnCl/pyoR0NEY6SF5Y/yLeE3cbh9LwD0Xf4gYl6TWkD6QpvRF+ayosKYZQtcqo9bT7KmAHG9fxgltw==","signatures":[{"sig":"MEQCIC4nytF9Q4kzHI/bg6H/GH2zmWZBhn0iXlKeuUDM8q1jAiBy/wbVMLqiqACecm1mDYEsNZ3quBxwla7g4prCh2XjgA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457581},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3bfa2832-5e95-4c8f-8961-ed5c69a92a59\\azure-identity-4.6.1-alpha.20250205.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3bfa2832-5e95-4c8f-8961-ed5c69a92a59\\azure-identity-4.6.1-alpha.20250205.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-xy7cXzijKnCl/pyoR0NEY6SF5Y/yLeE3cbh9LwD0Xf4gYl6TWkD6QpvRF+ayosKYZQtcqo9bT7KmAHG9fxgltw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250205.2_1738803513477_0.01338323245863915","host":"s3://npm-registry-packages-npm-production"}},"4.6.1-alpha.20250206.1":{"name":"@azure/identity","version":"4.6.1-alpha.20250206.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.6.1-alpha.20250206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d13f64419b64a434e44754648d53612129df1995","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.6.1-alpha.20250206.1.tgz","fileCount":951,"integrity":"sha512-sJ/PwVA5BAFm5dwVxtxj4IeucULmpBe8K1C9BjIazjLheVOiSlmFDQ1gQQ8flDJ4spKbvFRCUxvFT94SgG6bZA==","signatures":[{"sig":"MEUCIGhHIRUlMhYLxl3Xjqt06+tuGcUsVlwtky+YVZ7MBe+zAiEAiCVJ6A7f9uKmNo1PVklCcsfJbMfNe1e/cTBVCmuNa8k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2457442},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\14c6c79d-b5a7-4231-a034-97fee54a0b32\\azure-identity-4.6.1-alpha.20250206.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\14c6c79d-b5a7-4231-a034-97fee54a0b32\\azure-identity-4.6.1-alpha.20250206.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-sJ/PwVA5BAFm5dwVxtxj4IeucULmpBe8K1C9BjIazjLheVOiSlmFDQ1gQQ8flDJ4spKbvFRCUxvFT94SgG6bZA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.6.1-alpha.20250206.1_1738889781240_0.21831701367535472","host":"s3://npm-registry-packages-npm-production"}},"4.7.0-alpha.20250207.3":{"name":"@azure/identity","version":"4.7.0-alpha.20250207.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.0-alpha.20250207.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ffec5a44a46c4773fe50158d8e1fd27debfe19d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.0-alpha.20250207.3.tgz","fileCount":951,"integrity":"sha512-Y78spH5p8AkqhC9o/Yh+Zcy5NUjfudLcS/Mt3HWZ8fOMtYhLPMOncAvxOPFTzuCRrMWtbJfxP+PdyEoHyKDr8w==","signatures":[{"sig":"MEUCIEn4c/SBYxDN1pztTbp1l7IK/lxaQSZPOUKQr4kauKFtAiEAxk1kVcWaPp2Yu+ztylfmjqVZaaeGRnBYXUxdCjz0RUE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2465497},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\57c5d707-19c8-402c-a99a-4842378ac20b\\azure-identity-4.7.0-alpha.20250207.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\57c5d707-19c8-402c-a99a-4842378ac20b\\azure-identity-4.7.0-alpha.20250207.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Y78spH5p8AkqhC9o/Yh+Zcy5NUjfudLcS/Mt3HWZ8fOMtYhLPMOncAvxOPFTzuCRrMWtbJfxP+PdyEoHyKDr8w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.0-alpha.20250207.3_1738976179655_0.3780422293444259","host":"s3://npm-registry-packages-npm-production"}},"4.7.0-alpha.20250210.1":{"name":"@azure/identity","version":"4.7.0-alpha.20250210.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.0-alpha.20250210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d90574cf4dc7b9a5b501d67a6f11c7a621facf2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.0-alpha.20250210.1.tgz","fileCount":951,"integrity":"sha512-VRHdckrUf/48ywU97tjo6i4DKP0eBPlXDjl6mUNLHzHkzUENRnKC7ODRzOkiPWFncdv6fJjVou7hvOQAxGezkA==","signatures":[{"sig":"MEYCIQCqtBsGH+ucUFeNgBBhiQ/DjRiGkvsq4HT2IqyPhPGG8AIhAPFxAldhicyK4nz7BT+5YDeUzxwtJbDRh8ozxaPZJoC2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2465497},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\97b664bc-243d-40f8-b2ec-8e4e0840629c\\azure-identity-4.7.0-alpha.20250210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\97b664bc-243d-40f8-b2ec-8e4e0840629c\\azure-identity-4.7.0-alpha.20250210.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-VRHdckrUf/48ywU97tjo6i4DKP0eBPlXDjl6mUNLHzHkzUENRnKC7ODRzOkiPWFncdv6fJjVou7hvOQAxGezkA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.0-alpha.20250210.1_1739236159373_0.48012066439723977","host":"s3://npm-registry-packages-npm-production"}},"4.7.0-alpha.20250211.1":{"name":"@azure/identity","version":"4.7.0-alpha.20250211.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.0-alpha.20250211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d55d2ba2cdb3eba188fb3eb44ec23de175bfb83e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.0-alpha.20250211.1.tgz","fileCount":951,"integrity":"sha512-pDriURV5OygGzYoBCpST+faEnAzkczuZqlyrDUd60uagSNmig9xRx/crYj612m68GQm5W/GHf6trXyAMTP8BNw==","signatures":[{"sig":"MEUCIE2hBECKHq3EcsIfAaJPtY+Y1BH+l5z3uVL17OlYobXsAiEAtqZmrb+fu14IykQBGdVJQcUOpb0zq5D/aZ7BJetLo7Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2465497},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed2f399b-a1b4-46fb-b193-f90d2e677ae8\\azure-identity-4.7.0-alpha.20250211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed2f399b-a1b4-46fb-b193-f90d2e677ae8\\azure-identity-4.7.0-alpha.20250211.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-pDriURV5OygGzYoBCpST+faEnAzkczuZqlyrDUd60uagSNmig9xRx/crYj612m68GQm5W/GHf6trXyAMTP8BNw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.0-alpha.20250211.1_1739321818096_0.9964780648428684","host":"s3://npm-registry-packages-npm-production"}},"4.7.0-alpha.20250212.1":{"name":"@azure/identity","version":"4.7.0-alpha.20250212.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.0-alpha.20250212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d4d9382476fb6b29686278cf6ff3160c47a0aefb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.0-alpha.20250212.1.tgz","fileCount":951,"integrity":"sha512-nHeb8M5BwP93cAYunGvnZ5noc+hrbfhKEywoM3nE4pCtHV9Pn2iTkvhHgE6dd3L1qzPKpnbEd0CCCXFcKV3Wdw==","signatures":[{"sig":"MEUCIQCCSIIpujzdqifH+6bIOuqNeDQIBPV2cuOc2O/bH0kPsgIgIh+h2MQjfdIIV5Y7DHdR4F1VuA8JheOUyYPf9iEuIPU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2465497},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\758e0deb-4d55-4462-964d-6f3373ded547\\azure-identity-4.7.0-alpha.20250212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\758e0deb-4d55-4462-964d-6f3373ded547\\azure-identity-4.7.0-alpha.20250212.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-nHeb8M5BwP93cAYunGvnZ5noc+hrbfhKEywoM3nE4pCtHV9Pn2iTkvhHgE6dd3L1qzPKpnbEd0CCCXFcKV3Wdw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.0-alpha.20250212.1_1739408272617_0.07464013277548531","host":"s3://npm-registry-packages-npm-production"}},"4.7.0-alpha.20250213.1":{"name":"@azure/identity","version":"4.7.0-alpha.20250213.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.0-alpha.20250213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f97947656e6c945bf5bf763ccb6160d6bd272f8c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.0-alpha.20250213.1.tgz","fileCount":951,"integrity":"sha512-a+92P1MmzDD4z68EA7S6ToK4bmOsUugjeNX07H/9hBv5ORLV4cRFj1zVLtW2t6ckUlZHnJPJcZ6x2GBcCX3fBA==","signatures":[{"sig":"MEYCIQDoh/Hc9q55gRyuzRCvP6gAf34Pgm0v9rkMcAyW6mZY/wIhAN2t6l6qF3AVewhsDC9xfAv2Hu8LuFddtLGYTemwLopV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2465497},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2081b00f-f211-4168-b8f6-f2a6955619de\\azure-identity-4.7.0-alpha.20250213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2081b00f-f211-4168-b8f6-f2a6955619de\\azure-identity-4.7.0-alpha.20250213.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-a+92P1MmzDD4z68EA7S6ToK4bmOsUugjeNX07H/9hBv5ORLV4cRFj1zVLtW2t6ckUlZHnJPJcZ6x2GBcCX3fBA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^2.15.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.0.2","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.0-alpha.20250213.1_1739495119235_0.6263804313519203","host":"s3://npm-registry-packages-npm-production"}},"4.7.0":{"name":"@azure/identity","version":"4.7.0","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"b3bc57aec40432899108fd41177e8168e7bb6223","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.0.tgz","fileCount":951,"integrity":"sha512-6z/S2KorkbKaZ0DgZFVRdu7RCuATmMSTjKpuhj7YpjxkJ0vnJ7kTM3cpNgzFgk9OPYfZ31wrBEtC/iwAS4jQDA==","signatures":[{"sig":"MEYCIQDcVboR/+9jX/gjFInj5Jj2XuWg20XWRx6WNYTEsfC6nwIhAMCXVpqMUTsi1wor8nbr8XkS1cRSXP4ariedmAOnuxr5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2460729},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b3495be-e557-4c17-ae85-b07fb0a6025e\\azure-identity-4.7.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b3495be-e557-4c17-ae85-b07fb0a6025e\\azure-identity-4.7.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-6z/S2KorkbKaZ0DgZFVRdu7RCuATmMSTjKpuhj7YpjxkJ0vnJ7kTM3cpNgzFgk9OPYfZ31wrBEtC/iwAS4jQDA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.1","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.0_1739906090055_0.24929676265555933","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250218.5":{"name":"@azure/identity","version":"4.7.1-alpha.20250218.5","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250218.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"96c6b7037b5d0c626a7357634f5a7dbc1a2d19c6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250218.5.tgz","fileCount":951,"integrity":"sha512-4i05X8BD/StghJkiT7wS15H7oAVx+66n4pN1ekicNltFsJH1BURHN5qww+Q9NEE3ZyoyabWSh3DUq+vPcaBXuw==","signatures":[{"sig":"MEUCIGRng8nGyCE0AiMGJQn+9cIp0fyOpKrjj7wdisDJP3EiAiEA6NuAdsHlAZ3owpx26oAaKeMHLI1g14j2t/Bvtbu7BSk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2454295},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\75facdf5-5b77-4bb1-9a4b-b1c53c35f0a8\\azure-identity-4.7.1-alpha.20250218.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\75facdf5-5b77-4bb1-9a4b-b1c53c35f0a8\\azure-identity-4.7.1-alpha.20250218.5.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4i05X8BD/StghJkiT7wS15H7oAVx+66n4pN1ekicNltFsJH1BURHN5qww+Q9NEE3ZyoyabWSh3DUq+vPcaBXuw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.1","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250218.5_1739926596416_0.2199147920017266","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250219.1":{"name":"@azure/identity","version":"4.7.1-alpha.20250219.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d0b8c24b884ef861e74979167ff905e7cfc02e5f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250219.1.tgz","fileCount":951,"integrity":"sha512-BC6QBUZw0zphGGPiMc7fr8Sam+kuhtVAg0HUvXn/2ONPq/ag+vdSDq/WhZeYB9o02D5SQYgm1tGwlJlv+k3Q7A==","signatures":[{"sig":"MEYCIQDS8idRxLHlS3pJDHPrpE+aCxlwEDGXRHSLQ1DQU0pMEgIhAMPoobZAipSX3eaKSV2Y6QgVo1obqhysGbo9ZgMRUVma","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2454295},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\34c5a1db-0309-4317-af10-91b23a5a4282\\azure-identity-4.7.1-alpha.20250219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\34c5a1db-0309-4317-af10-91b23a5a4282\\azure-identity-4.7.1-alpha.20250219.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-BC6QBUZw0zphGGPiMc7fr8Sam+kuhtVAg0HUvXn/2ONPq/ag+vdSDq/WhZeYB9o02D5SQYgm1tGwlJlv+k3Q7A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.1","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250219.1_1740013159820_0.062310539063499926","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250220.3":{"name":"@azure/identity","version":"4.7.1-alpha.20250220.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250220.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6982b9c5a9cc16bea6a39224e07ab7ef779dd5a8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250220.3.tgz","fileCount":939,"integrity":"sha512-7vJzXWkS3myQSHOTsBMdIAMJH5Ih6VlQ3EXYJcGCFfh2B2Umi2ygKPtnu+JQpV4hpU/b8sgGbFqOwSZLm6QM+A==","signatures":[{"sig":"MEQCIH/1ZLOYMdZXZhj7iSnL4z2KTpKmqegwVd1NwsYPNwM6AiAJ1bmNuIG/2p4vR3QW0cP5vDMWTzMwDgA9fmXbeJrWxQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2428170},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2f23c341-8755-4e9f-8cc8-bcc32bf41d18\\azure-identity-4.7.1-alpha.20250220.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2f23c341-8755-4e9f-8cc8-bcc32bf41d18\\azure-identity-4.7.1-alpha.20250220.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-7vJzXWkS3myQSHOTsBMdIAMJH5Ih6VlQ3EXYJcGCFfh2B2Umi2ygKPtnu+JQpV4hpU/b8sgGbFqOwSZLm6QM+A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250220.3_1740099328211_0.6174032814715298","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250221.2":{"name":"@azure/identity","version":"4.7.1-alpha.20250221.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250221.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6b5ecb8f6378fab23cce5ce5a8964d32a821d489","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250221.2.tgz","fileCount":939,"integrity":"sha512-J9PnHjeWRKxMQoIh0ZlUmx0WozCz9b9x9M5Y+/SKEYzYB8Pr2sa6Vun8vZxKxeWV81uPniDw6SiDdkSVa58qLg==","signatures":[{"sig":"MEUCIQD4Zrjq+8tlb9+8X//jqnko97Ah0oAySvFReaOUcdZvSQIgK1WlmAD6C2opMc4QRWCtkoSZ7DgHqfvxOwOW0HMNq+c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2430902},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4c44a2b6-3ad8-440e-8748-7799902bdd58\\azure-identity-4.7.1-alpha.20250221.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4c44a2b6-3ad8-440e-8748-7799902bdd58\\azure-identity-4.7.1-alpha.20250221.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-J9PnHjeWRKxMQoIh0ZlUmx0WozCz9b9x9M5Y+/SKEYzYB8Pr2sa6Vun8vZxKxeWV81uPniDw6SiDdkSVa58qLg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250221.2_1740185897231_0.33479619648445214","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250224.1":{"name":"@azure/identity","version":"4.7.1-alpha.20250224.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2cada27c520626d0d262b2750c6a4d21d94d23f3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250224.1.tgz","fileCount":939,"integrity":"sha512-ZWFY4CAf/LCecULj0VmrNKw+vlAy+rFps8umiR1kaUGnNvSkfgCyizChHpdL3QGQEuizwydWRAeFa7+sl6lzeg==","signatures":[{"sig":"MEUCIQC/g13Xva23FVldGpy2513yhKwipQclm1Iku7OJd46/ggIgWpsLbwIka6ZJJR6xMURdUW/lfaZXJVBse+ORRveVYg4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2430902},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\293076ca-b53c-40dd-a73c-50145b97a07c\\azure-identity-4.7.1-alpha.20250224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\293076ca-b53c-40dd-a73c-50145b97a07c\\azure-identity-4.7.1-alpha.20250224.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ZWFY4CAf/LCecULj0VmrNKw+vlAy+rFps8umiR1kaUGnNvSkfgCyizChHpdL3QGQEuizwydWRAeFa7+sl6lzeg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250224.1_1740445090406_0.8299478307988084","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250225.2":{"name":"@azure/identity","version":"4.7.1-alpha.20250225.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250225.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7792cc6ef9d985b228ac1cd63141839b748b10d2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250225.2.tgz","fileCount":939,"integrity":"sha512-Wf/aG5wunGT+1L6r9/FcQ3HVtWO4Bx5jTKP9EDkQAiHyWNII5GzpbV+Gmg3K3s11R20WrmDmMRS/+b2h7yHJRg==","signatures":[{"sig":"MEUCIDD+9R1X50Vlme0h1omymw9gj958N1NgiehnAGdXYu+WAiEApx9h+a8BW8WRtke+DfdzrIvzI3pNfllRCy+2LCLPL10=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2432388},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b27d0ae4-062c-45ad-b028-e3e7a93c31f2\\azure-identity-4.7.1-alpha.20250225.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b27d0ae4-062c-45ad-b028-e3e7a93c31f2\\azure-identity-4.7.1-alpha.20250225.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Wf/aG5wunGT+1L6r9/FcQ3HVtWO4Bx5jTKP9EDkQAiHyWNII5GzpbV+Gmg3K3s11R20WrmDmMRS/+b2h7yHJRg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250225.2_1740531447424_0.7729316796661243","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250226.1":{"name":"@azure/identity","version":"4.7.1-alpha.20250226.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d803505ee4665d47e89c7d632b67928293421bb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250226.1.tgz","fileCount":939,"integrity":"sha512-ffsmAnj9SaUv5lUAcLcRre96FTjIBdaD8Fs3pP5l/fPNvV4tHdFnu4YVCSb2vpsn5fNgg+VNRhFmvWh90TeaOw==","signatures":[{"sig":"MEUCIGAiuGe5s6Pcn7MAS+M3gpPBZSulQXcizPSA3OxWfxdeAiEAkhP6S7Kzo3LVq1NI8UfC1WAxXKqe9veHt03lOFyWYnw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2432388},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\91307922-e73b-43a4-b715-e084bf9cd64c\\azure-identity-4.7.1-alpha.20250226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\91307922-e73b-43a4-b715-e084bf9cd64c\\azure-identity-4.7.1-alpha.20250226.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ffsmAnj9SaUv5lUAcLcRre96FTjIBdaD8Fs3pP5l/fPNvV4tHdFnu4YVCSb2vpsn5fNgg+VNRhFmvWh90TeaOw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250226.1_1740617681266_0.6685601975110171","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250227.1":{"name":"@azure/identity","version":"4.7.1-alpha.20250227.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"92d6e4f9730046e6af166957a7aae26a26a03246","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250227.1.tgz","fileCount":939,"integrity":"sha512-PpLJm/4lOQPqLJ2Zr//lud2RZYxAN63tgJtNLBHh3T6oLrkwycnbowxn7VV2ShmNaVaBMZCAZBVVkyskeCoOOA==","signatures":[{"sig":"MEUCIQDrUCkYve1OwMqvRcLg5iLb5778UknNE7dhJsKmRoVH1AIgeJvqglhkfgQEEnki5S6jqvgXiK68t0v1xabLnfUzT54=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2432388},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9d33d910-bfb2-49d4-b896-b880230dcf15\\azure-identity-4.7.1-alpha.20250227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9d33d910-bfb2-49d4-b896-b880230dcf15\\azure-identity-4.7.1-alpha.20250227.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-PpLJm/4lOQPqLJ2Zr//lud2RZYxAN63tgJtNLBHh3T6oLrkwycnbowxn7VV2ShmNaVaBMZCAZBVVkyskeCoOOA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250227.1_1740704795520_0.49574703909538176","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250228.2":{"name":"@azure/identity","version":"4.7.1-alpha.20250228.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250228.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"61e1f78d6d93bf2a49a504c8a0629d7aba2fe763","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250228.2.tgz","fileCount":939,"integrity":"sha512-3UphJI9u9MQmNf9KRtNoj8YNVp5ekHWSdznB8LRxugjyY/fCxCQmW1ZO3Ld7Xj8UiLpNLep7gmyjyyi7dN88ZQ==","signatures":[{"sig":"MEQCIE8+t5pG33lkYVt0x4RuqCZBGsoadkybi04WxzNTLvzjAiBQf1oMIaG9Z4FEUISz8wAK0QBQnOeZQHse/JPZkDJ+Tg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2430651},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b98303d1-807e-469d-b6f6-d72308c3ae83\\azure-identity-4.7.1-alpha.20250228.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b98303d1-807e-469d-b6f6-d72308c3ae83\\azure-identity-4.7.1-alpha.20250228.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-3UphJI9u9MQmNf9KRtNoj8YNVp5ekHWSdznB8LRxugjyY/fCxCQmW1ZO3Ld7Xj8UiLpNLep7gmyjyyi7dN88ZQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250228.2_1740790489954_0.8160725241293676","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250303.2":{"name":"@azure/identity","version":"4.7.1-alpha.20250303.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250303.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9de77a1d42c5f3576d7aa8987e8929cb0453f73e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250303.2.tgz","fileCount":939,"integrity":"sha512-laMOQG35Gb8DeZj55NEOiTYfJSP2bASoO+t6vuMI3X4vMg+jryg+yWZLnTNgDSnrFfQgu42wXwgmEcjmaprOaQ==","signatures":[{"sig":"MEYCIQDfx9mp/S5Iwz2Qwb0+DuqEpUUzqsXM3mAljeWOZcYbfwIhAKQwb82sewf0O/L9rCEEX/Gk0i0HZuYEFbl+rz2fmSCY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2430651},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c5d86e55-d5bd-41e8-ad24-1406028ad585\\azure-identity-4.7.1-alpha.20250303.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c5d86e55-d5bd-41e8-ad24-1406028ad585\\azure-identity-4.7.1-alpha.20250303.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-laMOQG35Gb8DeZj55NEOiTYfJSP2bASoO+t6vuMI3X4vMg+jryg+yWZLnTNgDSnrFfQgu42wXwgmEcjmaprOaQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250303.2_1741050025966_0.2971809472021427","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250304.1":{"name":"@azure/identity","version":"4.7.1-alpha.20250304.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250304.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d19ebcfb09b71d8f834cbf8ea6620e403820b4e3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250304.1.tgz","fileCount":939,"integrity":"sha512-jhs0dGC+7TCxEE0xgwtXgOSoKPbE6GpVlSw34fatA+1VOEhDFR/Unt/aobmQFt0I0ZaIwWHs6YkPX/OWqrDZjw==","signatures":[{"sig":"MEUCIQCs8n4LJ2LZ35Nfb7brX2kHKfGSK6ArX3uQsRhiraGONwIgQJsbAtojcL4IJrvkjFz2Tms5RbFQ3i/PsVZ5ve7Ki20=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2430651},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f3b851c8-c120-45e4-a739-a7c1facdd508\\azure-identity-4.7.1-alpha.20250304.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f3b851c8-c120-45e4-a739-a7c1facdd508\\azure-identity-4.7.1-alpha.20250304.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-jhs0dGC+7TCxEE0xgwtXgOSoKPbE6GpVlSw34fatA+1VOEhDFR/Unt/aobmQFt0I0ZaIwWHs6YkPX/OWqrDZjw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250304.1_1741136300342_0.675991306276414","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250305.1":{"name":"@azure/identity","version":"4.7.1-alpha.20250305.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250305.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"804017d044803655b8798921fe11c47465a9eadf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250305.1.tgz","fileCount":939,"integrity":"sha512-kxXpQRo0p0mhp45MjrZjr3FhOTB7s8Rcl7kEhz0b7vY1WggzICoVIPYsHrf7XEc+76CI3mWnHE2BQ4ZUcasxQA==","signatures":[{"sig":"MEUCIF0rReuPfaRxKVSK/B70Ik6qnbwdghTc2LS/Y+2cRb/LAiEA+mkg4GJdZ/jFR+ykwNc5Ifx665nyFHWxPaDdBkMD33s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2430651},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c205de31-a806-4867-9c53-c2405e6edcd3\\azure-identity-4.7.1-alpha.20250305.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c205de31-a806-4867-9c53-c2405e6edcd3\\azure-identity-4.7.1-alpha.20250305.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-kxXpQRo0p0mhp45MjrZjr3FhOTB7s8Rcl7kEhz0b7vY1WggzICoVIPYsHrf7XEc+76CI3mWnHE2BQ4ZUcasxQA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250305.1_1741222865942_0.06847275019267096","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250306.2":{"name":"@azure/identity","version":"4.7.1-alpha.20250306.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250306.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f93cc4205946648e9787953813796c19a5451733","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250306.2.tgz","fileCount":939,"integrity":"sha512-jL3BO83f7yQZHJJNOPD3Gdtc5BZ/MQrAsJ+larL/cOnoZI/wz+1tyXO99SNtOTQ1jjAfkwwCEH975XjyTOMgPw==","signatures":[{"sig":"MEUCIEbe5UAWQ1KJnrc+VbZJfLcx6ULVSz/lNSVbUw9BX8lcAiEA/L0TxtgK35JucmE2q7XMBkGAgl9MxA+0SryVyK6kl3g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429811},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\36978c64-126f-49a1-ab2e-05dc62d05ebe\\azure-identity-4.7.1-alpha.20250306.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\36978c64-126f-49a1-ab2e-05dc62d05ebe\\azure-identity-4.7.1-alpha.20250306.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-jL3BO83f7yQZHJJNOPD3Gdtc5BZ/MQrAsJ+larL/cOnoZI/wz+1tyXO99SNtOTQ1jjAfkwwCEH975XjyTOMgPw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250306.2_1741308998173_0.011141247689151701","host":"s3://npm-registry-packages-npm-production"}},"4.7.1-alpha.20250307.2":{"name":"@azure/identity","version":"4.7.1-alpha.20250307.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.7.1-alpha.20250307.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2aa723e80fceac6f5bb35d4eec69d9c08aa73dca","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.7.1-alpha.20250307.2.tgz","fileCount":939,"integrity":"sha512-hXxtM5Q0fv9S7UisA7eJjM6UmiX/hP5VDoB6qv4QGDrurbHdpVmhMXwlvgOKhlE1Glbqdc+G1yKkPgNgUZ25jQ==","signatures":[{"sig":"MEUCIAZO/v6DvjSqkGEpvgSxidloyN9FLQZntHrrWMBXyEb3AiEA30JBOi7qNH/SfvmDY/OUyR1m/7XwfSK2QvmTuwrji2g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429125},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\858b4911-b56a-4e58-a6de-1e3f2a6289e7\\azure-identity-4.7.1-alpha.20250307.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\858b4911-b56a-4e58-a6de-1e3f2a6289e7\\azure-identity-4.7.1-alpha.20250307.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-hXxtM5Q0fv9S7UisA7eJjM6UmiX/hP5VDoB6qv4QGDrurbHdpVmhMXwlvgOKhlE1Glbqdc+G1yKkPgNgUZ25jQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.7.1-alpha.20250307.2_1741395226416_0.6435406928049181","host":"s3://npm-registry-packages-npm-production"}},"4.8.0-alpha.20250310.4":{"name":"@azure/identity","version":"4.8.0-alpha.20250310.4","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.0-alpha.20250310.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b579385d328784fa10b200e33010b5219205defd","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.0-alpha.20250310.4.tgz","fileCount":939,"integrity":"sha512-tkzccQoGGBdKHnm+vd+4d8o3qYng1wj0pIe/413E5BNB0PZy9I+eEbe6WbJm8O6PcQ3gBCMfbQkuT2iQFVB64w==","signatures":[{"sig":"MEUCIQCSJ6Q4NlUgqG/fAHM0ikt5BGMR78JzmnbPaHcoCLwVfwIgHiBcm/WKEGz2maORrvgO0rcQdoKYFui9ebfSV1TUTMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429898},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d281a642-1235-485f-8166-7639cf5e3f40\\azure-identity-4.8.0-alpha.20250310.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d281a642-1235-485f-8166-7639cf5e3f40\\azure-identity-4.8.0-alpha.20250310.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-tkzccQoGGBdKHnm+vd+4d8o3qYng1wj0pIe/413E5BNB0PZy9I+eEbe6WbJm8O6PcQ3gBCMfbQkuT2iQFVB64w==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.0-alpha.20250310.4_1741651191526_0.4874848935520726","host":"s3://npm-registry-packages-npm-production"}},"4.8.0":{"name":"@azure/identity","version":"4.8.0","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"686682683a470ccf4dbb2597ee234f9c5c483a40","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.0.tgz","fileCount":939,"integrity":"sha512-l9ALUGHtFB/JfsqmA+9iYAp2a+cCwdNO/cyIr2y7nJLJsz1aae6qVP8XxT7Kbudg0IQRSIMXj0+iivFdbD1xPA==","signatures":[{"sig":"MEUCIQDTKQ8kDaSX5smo4pevyH0pGgLTQgA6H+mxLl5XSmwDLwIgMv0L5puYlE8GdC4FggUVqYClPrLX9iBu+3kEVex5wuU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429801},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\40c7e1c8-6380-4948-b045-91497753582a\\azure-identity-4.8.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\40c7e1c8-6380-4948-b045-91497753582a\\azure-identity-4.8.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-l9ALUGHtFB/JfsqmA+9iYAp2a+cCwdNO/cyIr2y7nJLJsz1aae6qVP8XxT7Kbudg0IQRSIMXj0+iivFdbD1xPA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.0_1741728374716_0.5029709459460379","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250311.3":{"name":"@azure/identity","version":"4.8.1-alpha.20250311.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250311.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0cc381574dfda6991c778f0b2c295a0cea9a8858","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250311.3.tgz","fileCount":939,"integrity":"sha512-2Ae/xfGyTF74Jp/g8V7lRQFgKlBh+r+4+COWVfTU238PBNuTEymY9mkI8Hm5sA9jWc5Es4fI0UPOt2ArnvSjpQ==","signatures":[{"sig":"MEUCIQC6KKr+xchXBkwL5iTH4nsl5o3CASpZ8rQuj9whky+UtQIgPbAA6OPjZ8zAEUlQFsMFx3OpCipcoe8pjIMyYuzUTLM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429898},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e5eefcdc-5022-4e35-9745-97e3e9e7c823\\azure-identity-4.8.1-alpha.20250311.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e5eefcdc-5022-4e35-9745-97e3e9e7c823\\azure-identity-4.8.1-alpha.20250311.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2Ae/xfGyTF74Jp/g8V7lRQFgKlBh+r+4+COWVfTU238PBNuTEymY9mkI8Hm5sA9jWc5Es4fI0UPOt2ArnvSjpQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250311.3_1741737246830_0.6313587376318548","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250313.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250313.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250313.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"537649d8883d15e3d576f580caf0cfa14b3f985c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250313.1.tgz","fileCount":939,"integrity":"sha512-7vbov9rl/D0FarM8PIcLDs8XvNa1E+mMwPXZzh1ibnWec68EYa+j2rd7X4OBLsgn3IuFlwSbtzYaN8TDPLMJoQ==","signatures":[{"sig":"MEUCIQDc/6e/U/1dl6XZf9B8TGMTW79bAftALhP4iJDEu+YJPwIgLL0FY84bOI61CQeANPCqAsdhLf/u1O1M4TWVaSk72Pg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\402ff89b-af7d-4d70-96c7-31183fed9947\\azure-identity-4.8.1-alpha.20250313.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\402ff89b-af7d-4d70-96c7-31183fed9947\\azure-identity-4.8.1-alpha.20250313.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-7vbov9rl/D0FarM8PIcLDs8XvNa1E+mMwPXZzh1ibnWec68EYa+j2rd7X4OBLsgn3IuFlwSbtzYaN8TDPLMJoQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250313.1_1741909745743_0.5413771747215144","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250314.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250314.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250314.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3251cc0171286ed8d2a31cb1d7d808fbe83019e6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250314.1.tgz","fileCount":939,"integrity":"sha512-IqI4h1IarBEdiEppxo5hRcDpi1lTrG2iYlQ116iA8IDxqYZip8lghSedgtE848RiFV8vf8Kvg/QBAkyktYzztw==","signatures":[{"sig":"MEUCID1cA16i6z0sPcDwAZp8jHGb2WqkTCu6FJp5omesmo9NAiEAv8FQdSYsyM8Rv6kUxXschEFkxY+TeiMiC4zdphA06p8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\acf23d80-ade6-4083-b2db-fabbcd375aa9\\azure-identity-4.8.1-alpha.20250314.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\acf23d80-ade6-4083-b2db-fabbcd375aa9\\azure-identity-4.8.1-alpha.20250314.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-IqI4h1IarBEdiEppxo5hRcDpi1lTrG2iYlQ116iA8IDxqYZip8lghSedgtE848RiFV8vf8Kvg/QBAkyktYzztw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.3","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250314.1_1741997773801_0.506564715199683","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250317.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250317.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250317.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"735e0496d5b5f815d4bd26b529225907e3b77fe3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250317.1.tgz","fileCount":939,"integrity":"sha512-D9DkmVNfSo9iYDUWma5qS5YuRLWjJHOpyrN1eLTNnKYEg3JT1IM/OZKqSz9U9cV7OnO5chOItf4eFlyKP8xkug==","signatures":[{"sig":"MEYCIQCz2cYtbfwybT73P1adMl4KOIxOieg9AHZXU0Ytbw9oxgIhALMn7SEgfPPArJDkuZXV+ma1XXdPjR5eO4M/1uPBqynX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bb135da3-c85b-4416-8173-9c6dca6cdad4\\azure-identity-4.8.1-alpha.20250317.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bb135da3-c85b-4416-8173-9c6dca6cdad4\\azure-identity-4.8.1-alpha.20250317.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-D9DkmVNfSo9iYDUWma5qS5YuRLWjJHOpyrN1eLTNnKYEg3JT1IM/OZKqSz9U9cV7OnO5chOItf4eFlyKP8xkug==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250317.1_1742255352502_0.7453953551968939","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250318.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250318.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250318.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d3a17c428b19342d36bd5711064abadcc9159c9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250318.1.tgz","fileCount":939,"integrity":"sha512-1CFhwHh4MRoKjLkIwz6O9KdfYo+ezU2swpbCHLOwEvZOXvMaplmsmdwnjiv4Jt/CwdHxb+CIxpcvJm+E0M/2Aw==","signatures":[{"sig":"MEUCIQCGr22dqxBmgHPXrR9aw1gXU/dGmkuySQCZIyzylfpazQIgNSgtfb4zfI1OyHnP9RdAc/xmTO2RArmF37U/NkUrjrw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bd250c9f-d6ae-4aa3-800c-f3f2b12cd8ec\\azure-identity-4.8.1-alpha.20250318.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bd250c9f-d6ae-4aa3-800c-f3f2b12cd8ec\\azure-identity-4.8.1-alpha.20250318.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-1CFhwHh4MRoKjLkIwz6O9KdfYo+ezU2swpbCHLOwEvZOXvMaplmsmdwnjiv4Jt/CwdHxb+CIxpcvJm+E0M/2Aw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250318.1_1742341681829_0.7007432994203535","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250319.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250319.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250319.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d08bafdeafc147cf9039e2cbf62a1e2b1513274","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250319.1.tgz","fileCount":939,"integrity":"sha512-ukKNR0gLAeuprtaiuYvrqma4te9fdnkiEwDnNqmG/xcPn9UTKn4FG/kEYFVzJTn/uCKP3X8ZWMiphYJkhba18Q==","signatures":[{"sig":"MEUCIBVYp5ScNRRTWT5ENi/vKT1knvqCagoi21dI8g7ZUSKiAiEAlH7HXfHRZk0EpHem77Mn14euYjkgEyrOnnHl9axI3Xs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5115e6ef-1dfc-4e58-a20b-919584f75ddb\\azure-identity-4.8.1-alpha.20250319.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5115e6ef-1dfc-4e58-a20b-919584f75ddb\\azure-identity-4.8.1-alpha.20250319.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ukKNR0gLAeuprtaiuYvrqma4te9fdnkiEwDnNqmG/xcPn9UTKn4FG/kEYFVzJTn/uCKP3X8ZWMiphYJkhba18Q==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250319.1_1742428022823_0.9396269929849186","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250320.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250320.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250320.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d66f07ac082a568cfb1e1e89adfbdf70cd9bbbe","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250320.1.tgz","fileCount":939,"integrity":"sha512-Gacn/BnZooZeXd5/LCPBWFVQR3PWJeYVH0dKiW0pi7/w6Uarr/5c9RUxOBUfCXjr0Nlffr1TjhSHBTCsdJH57g==","signatures":[{"sig":"MEYCIQDZODNO6sege7t7p16VCTNwhzRbUtXIKpVMzVGMnw6CcQIhAPRJPyvYiLhGL5nHcbcefYl3nsJf5r2mknei8kiU8X9W","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7b2594e3-d297-4eed-b495-4585b160a139\\azure-identity-4.8.1-alpha.20250320.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7b2594e3-d297-4eed-b495-4585b160a139\\azure-identity-4.8.1-alpha.20250320.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Gacn/BnZooZeXd5/LCPBWFVQR3PWJeYVH0dKiW0pi7/w6Uarr/5c9RUxOBUfCXjr0Nlffr1TjhSHBTCsdJH57g==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250320.1_1742514654659_0.18641558949357506","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250321.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250321.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250321.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e40bdbab2f99ec5b2f28b4385aa3fe7f69c43c2c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250321.1.tgz","fileCount":939,"integrity":"sha512-yxtUIBDx8318uuMLM3tJsIsgQzgu1r5keanqWSfgEg8tNbrriFi3Lc+NWnUiX9vNWZO/BVmlcVMWs5hOuvqC5A==","signatures":[{"sig":"MEUCIQDICnzglXuuyEq2KsdsPtA27M9vSVnsPwi8RPsS+Z2tkgIgQM1zOtsXD1clLJO+ShTCQZwZFOoK5ua4Yu9prEvMRPQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d2f7f04-4d72-4923-9ad2-10336ab54c4e\\azure-identity-4.8.1-alpha.20250321.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d2f7f04-4d72-4923-9ad2-10336ab54c4e\\azure-identity-4.8.1-alpha.20250321.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-yxtUIBDx8318uuMLM3tJsIsgQzgu1r5keanqWSfgEg8tNbrriFi3Lc+NWnUiX9vNWZO/BVmlcVMWs5hOuvqC5A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250321.1_1742601001036_0.29259491981652896","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250324.2":{"name":"@azure/identity","version":"4.8.1-alpha.20250324.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250324.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6994832e9d1dfcbe6703975d17ae491f4207bcc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250324.2.tgz","fileCount":939,"integrity":"sha512-Rg1qBXuiholM2D/V//ME0c5ah/t/oBKC+f7S2ns8pIr/MaI4hTHnyGT4KxEm3bpWXsyAdEE6tF4K3gQSSmWasQ==","signatures":[{"sig":"MEUCICV3XpFbVvZdPbFYVFAD11329TpESlKd6xmmNkwM9nChAiEA/6fv/slxrML8endAzDxT+8avO2HrV4vHrBebkQNtGQo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5f94a5c1-ae86-4152-8025-f88ad176efd4\\azure-identity-4.8.1-alpha.20250324.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5f94a5c1-ae86-4152-8025-f88ad176efd4\\azure-identity-4.8.1-alpha.20250324.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Rg1qBXuiholM2D/V//ME0c5ah/t/oBKC+f7S2ns8pIr/MaI4hTHnyGT4KxEm3bpWXsyAdEE6tF4K3gQSSmWasQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250324.2_1742860211586_0.8633732178725506","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250325.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250325.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250325.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"62ea9faf99766538466350141c4b6afab77996b4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250325.1.tgz","fileCount":939,"integrity":"sha512-ylBQ57OsI5ERKfxuzDlQ9ZQ/hEdwVb9Bm+kf9f/qwvf4zPxCtWWluU2DxIxudc4mNkRCi5mULoAyiURCNxIuGw==","signatures":[{"sig":"MEQCIHQZCiaOv4pB9n56URj7QCTUX9p4l8VQyDtO3hKxNH2wAiBRCjcFLAv+SdSwpxgWYjO2fz5LfiXOqvf1u/6gPoByCA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b1a594a4-7000-48b3-9297-368802c39c04\\azure-identity-4.8.1-alpha.20250325.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b1a594a4-7000-48b3-9297-368802c39c04\\azure-identity-4.8.1-alpha.20250325.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ylBQ57OsI5ERKfxuzDlQ9ZQ/hEdwVb9Bm+kf9f/qwvf4zPxCtWWluU2DxIxudc4mNkRCi5mULoAyiURCNxIuGw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250325.1_1742946542337_0.11726728142633158","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250326.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250326.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250326.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f1092dc6d114ceb98117b9d3b67993f8cd360c07","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250326.1.tgz","fileCount":939,"integrity":"sha512-ZUmm0KKxdOUMVK7eYATZ/TXOEgUvSU6RqwLDy+emT91EGU+92cdy/Md5RNgzylY+5Vr/LZzkxnd90U4mz71tXg==","signatures":[{"sig":"MEUCIQDGpe9GS8IcQRn9thSN+CLMzNLHVsTkIOM1/wV6I+cUCAIgDsLDRXo1Ycq5MC86ppYg4m4N7gqgj+24AYUK0zTUycs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5d2f69b1-1dff-4804-b5b9-2697bf104d19\\azure-identity-4.8.1-alpha.20250326.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5d2f69b1-1dff-4804-b5b9-2697bf104d19\\azure-identity-4.8.1-alpha.20250326.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-ZUmm0KKxdOUMVK7eYATZ/TXOEgUvSU6RqwLDy+emT91EGU+92cdy/Md5RNgzylY+5Vr/LZzkxnd90U4mz71tXg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250326.1_1743032897946_0.3397514300584423","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250327.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250327.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250327.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5743309416d62df2a192d85134a602ddf7c1980","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250327.1.tgz","fileCount":939,"integrity":"sha512-tssVsu1Moly8KFHdoPjgABuVDsOeXBdwieVFgIank6Pbf0REtHWkYw8pOe8aHv1WwKnuUsh0qdxxkd+ooo+4vQ==","signatures":[{"sig":"MEUCIQDi1ePQsu/DY5d+vXPbauWR2GxJo+p34Cf/rOqfxbEx3AIgbNdCvurHFTljQahpdG6ixoiAsmgYwtvdtdi1IITBq7k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\117502cc-0d55-45f4-a385-12833d818e53\\azure-identity-4.8.1-alpha.20250327.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\117502cc-0d55-45f4-a385-12833d818e53\\azure-identity-4.8.1-alpha.20250327.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-tssVsu1Moly8KFHdoPjgABuVDsOeXBdwieVFgIank6Pbf0REtHWkYw8pOe8aHv1WwKnuUsh0qdxxkd+ooo+4vQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250327.1_1743119377961_0.9126134678289852","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250328.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250328.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250328.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0b4d98f84d55919d857a43a4fc2879717e48d601","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250328.1.tgz","fileCount":939,"integrity":"sha512-5JpmbtWE++mRF+Y9HxrZhdEo4CySo93YVyPPA2HVrW7O03oMPWulkYUZtELCB/5uWCYNqTtal+rPMIe31RoD/A==","signatures":[{"sig":"MEYCIQC2/rTZNjgr8gDKXtRgfdPJPxUSgdGoH3NUuWJEhj0OswIhAJ8TWCEFL3GnfN3zH+t6LPmvGJki6SoEXxj4cAzlDYkC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2429893},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ebd7cdd9-0429-4b54-8585-11c497aed651\\azure-identity-4.8.1-alpha.20250328.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ebd7cdd9-0429-4b54-8585-11c497aed651\\azure-identity-4.8.1-alpha.20250328.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-5JpmbtWE++mRF+Y9HxrZhdEo4CySo93YVyPPA2HVrW7O03oMPWulkYUZtELCB/5uWCYNqTtal+rPMIe31RoD/A==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250328.1_1743205722759_0.21626451939863056","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250331.2":{"name":"@azure/identity","version":"4.8.1-alpha.20250331.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250331.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68b3323d98d0ecf703fe24147cb458368f1705e2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250331.2.tgz","fileCount":939,"integrity":"sha512-Mphdo+lDCcIpV0B/1HvojSsXWxiWjahiAqdYtCCLVaFQammuDg8nU8YGw8gf1kkCuSwcOm/JVeKneEN7Bmw+sg==","signatures":[{"sig":"MEUCIEyWbUgRWDIgBdL1GbGSxiCRqmHJUcAL7BMGdqr8+W5WAiEAzVIuw7k12OghrtNm08SaS9Nt1gyvmZW8aQDY+FGCA80=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2439238},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e0fe9a8e-c4ec-41b6-af5a-ad588f5cd420\\azure-identity-4.8.1-alpha.20250331.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e0fe9a8e-c4ec-41b6-af5a-ad588f5cd420\\azure-identity-4.8.1-alpha.20250331.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Mphdo+lDCcIpV0B/1HvojSsXWxiWjahiAqdYtCCLVaFQammuDg8nU8YGw8gf1kkCuSwcOm/JVeKneEN7Bmw+sg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250331.2_1743465042766_0.9114547963140645","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250401.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250401.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"61535dbc364b2734dfa0937caf7917b3bfe13942","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250401.1.tgz","fileCount":939,"integrity":"sha512-vCURrguHftxw0RZtQFGOq5K509B4FUVMpbh9hA6zgBFitVjG334j0JO2D6gdyLmI9+MsCGFqqEhU+FDfdtyDVw==","signatures":[{"sig":"MEYCIQC6VTaWXPmx64+oHezwdnLRyL4N34kBrY0q6m3QBMw0uAIhAOFLe4dk3lB2rZePK0u6JgxPe8P8AHUjprbI3OK6e7+p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2439238},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f7c352d9-673c-4605-b667-da663001e06a\\azure-identity-4.8.1-alpha.20250401.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f7c352d9-673c-4605-b667-da663001e06a\\azure-identity-4.8.1-alpha.20250401.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-vCURrguHftxw0RZtQFGOq5K509B4FUVMpbh9hA6zgBFitVjG334j0JO2D6gdyLmI9+MsCGFqqEhU+FDfdtyDVw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250401.1_1743551385585_0.09525678286231298","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250402.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250402.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250402.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dcc595292189e11f8a5fa538c0a938e6e4ae919f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250402.1.tgz","fileCount":939,"integrity":"sha512-fp5zOoFBU/9VuIeIuKMTslBRHRvh1gLpfECI8ms++T06WoTEg8oXhP7gIHa4N2TzV5V633cyoO6vSFqweehKxg==","signatures":[{"sig":"MEQCIBxQskQJAGW043XFclAD6Mg2cDbunHZuhV0IRl/jv72UAiA5zd99RqF87QzOj2BmmgM9ZJeFwdEVbuOl0GiNnynYPw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2439238},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb55bb77-1eda-40e9-a66a-49a649e9c29f\\azure-identity-4.8.1-alpha.20250402.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb55bb77-1eda-40e9-a66a-49a649e9c29f\\azure-identity-4.8.1-alpha.20250402.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-fp5zOoFBU/9VuIeIuKMTslBRHRvh1gLpfECI8ms++T06WoTEg8oXhP7gIHa4N2TzV5V633cyoO6vSFqweehKxg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250402.1_1743637872046_0.9992565706499004","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250403.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250403.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250403.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"302396e3f23f986d7ae35c866626f1a830fdb4ce","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250403.1.tgz","fileCount":939,"integrity":"sha512-XJsl+/NbaRK19jHqCxz5oOaMNob67L9jkUkgbODk3hiEt5HVf4pq0LPL8a15MQm8PQryseJfB3wltJ1tLQIvkQ==","signatures":[{"sig":"MEUCIF1nm8u04vCzAixM6fM7cANH88luUrBDyJvbszBCK6i2AiEA+Ot73JH+fVcQ+RBa1FCuzx9WHT+NRkcBr71QMCrW+3g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2439238},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d2a941da-0d40-480f-a129-303b420de6f5\\azure-identity-4.8.1-alpha.20250403.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d2a941da-0d40-480f-a129-303b420de6f5\\azure-identity-4.8.1-alpha.20250403.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-XJsl+/NbaRK19jHqCxz5oOaMNob67L9jkUkgbODk3hiEt5HVf4pq0LPL8a15MQm8PQryseJfB3wltJ1tLQIvkQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250403.1_1743724224427_0.12964005666473888","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250404.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250404.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250404.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a212a40ff89433d9750e9a67aa6cac0a6501ce5c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250404.1.tgz","fileCount":939,"integrity":"sha512-dLa0EmJ+KUsMfjniekcSZPIUVH0QqqA0tb6QMebyRt+//BqQWcsc+XZJdWBTbkELvjmg6xf5OUFonrKaajq8Yg==","signatures":[{"sig":"MEUCIDuCss2mxaPIb08LtHl/T7G3CBeFCpCxWlC7vdaFU3LLAiEA9bbRyQbgH3qpWzwGALKtRgguR44a93s7JqCcTAscIxA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2439238},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7ba39287-4568-4128-bc21-c9696909fd47\\azure-identity-4.8.1-alpha.20250404.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7ba39287-4568-4128-bc21-c9696909fd47\\azure-identity-4.8.1-alpha.20250404.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-dLa0EmJ+KUsMfjniekcSZPIUVH0QqqA0tb6QMebyRt+//BqQWcsc+XZJdWBTbkELvjmg6xf5OUFonrKaajq8Yg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250404.1_1743810455162_0.834526682649446","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250407.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250407.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250407.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e8588078291c00e7217141e80cb9cfb7953fdea6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250407.1.tgz","fileCount":939,"integrity":"sha512-nkb/dhRgWOpV24/YJhusGp7SOkwXwfk2kEsbkv5O50ER/2NIq69IcpGZ7mpAzIETYEamxNKnIlW8/hpRSkIrNw==","signatures":[{"sig":"MEYCIQCvLS7tjH8ge+Awf5inhrrpuOq3YIYd8xelnS6mFl6G8QIhAI+ED1ozFpWQ/Jlwl9OfLHJLFgkvAMcAgBTVRmrpdQtn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2439238},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae688c5d-ac8f-4098-bde7-6879430741d4\\azure-identity-4.8.1-alpha.20250407.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae688c5d-ac8f-4098-bde7-6879430741d4\\azure-identity-4.8.1-alpha.20250407.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-nkb/dhRgWOpV24/YJhusGp7SOkwXwfk2kEsbkv5O50ER/2NIq69IcpGZ7mpAzIETYEamxNKnIlW8/hpRSkIrNw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"jws":"^4.0.0","open":"^10.1.0","tslib":"^2.2.0","events":"^3.0.0","stoppable":"^1.1.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","util":"^0.12.1","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","inherits":"^2.0.3","@types/ms":"^2.1.0","@types/jws":"^3.2.2","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/stoppable":"^1.1.0","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250407.1_1744069762367_0.5054899224684313","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250408.2":{"name":"@azure/identity","version":"4.8.1-alpha.20250408.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250408.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ddd83171e64b79b95864f8234af24b7d5508755a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250408.2.tgz","fileCount":939,"integrity":"sha512-WKdBKuilm/wWDNrwtniOzI4/OWEU/bdtgsO0RfMb21ZwtmKQHrIdglGLO7IZgjRj0x6m9lSmj3tVTr9ZPQP8yQ==","signatures":[{"sig":"MEYCIQD2umnGE8OMxQNru/yHl9mARpTkBJJIAefjwmaFhjJYgwIhAKL6J5Fh42rQddVWQQKLpjbow16RXw1fv7gyd5UdomnO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2439055},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e7123dab-8bef-4038-9996-7df78daa51e4\\azure-identity-4.8.1-alpha.20250408.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e7123dab-8bef-4038-9996-7df78daa51e4\\azure-identity-4.8.1-alpha.20250408.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-WKdBKuilm/wWDNrwtniOzI4/OWEU/bdtgsO0RfMb21ZwtmKQHrIdglGLO7IZgjRj0x6m9lSmj3tVTr9ZPQP8yQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250408.2_1744156360916_0.32412107385954236","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250409.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250409.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250409.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1fbf05c7024b9cc6da9cfef2703dbc6b6e118a42","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250409.1.tgz","fileCount":939,"integrity":"sha512-XBmXElQbkm6s/ZsLFMCp3QFXsBuKsliav03INgC6No18Uo0lDOYCm+bYTaLniaLEddt6s5jROryscm0rcnU+sQ==","signatures":[{"sig":"MEUCIFeZ6Q0XcnTOvT+7tSAIxOaBsF+iDJyP648JRoV28zblAiEAg6gCtnUDUENm+2ZV7ANSPIP0DCaUt5WBI9v36I72QZM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2439055},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d4d9b9b-8eac-4a0a-b842-1ab4eca5cddd\\azure-identity-4.8.1-alpha.20250409.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d4d9b9b-8eac-4a0a-b842-1ab4eca5cddd\\azure-identity-4.8.1-alpha.20250409.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-XBmXElQbkm6s/ZsLFMCp3QFXsBuKsliav03INgC6No18Uo0lDOYCm+bYTaLniaLEddt6s5jROryscm0rcnU+sQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250409.1_1744242744767_0.3079409636132704","host":"s3://npm-registry-packages-npm-production"}},"4.8.1-alpha.20250410.1":{"name":"@azure/identity","version":"4.8.1-alpha.20250410.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.8.1-alpha.20250410.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c4ec6634768385b4576c69d1058985bc10e66c8e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.8.1-alpha.20250410.1.tgz","fileCount":939,"integrity":"sha512-jyelSvG3o5qz02QBy9KvsVqeHXQsOYleqowvw62B8w+LT1l/n8fpls+clVkPppYe1XQv6h+HfRki3ysijzU8QQ==","signatures":[{"sig":"MEQCIAeuxleKEOsRHlD1fuSvGbJMYI7elHSAq397rzZrSko+AiAg9LL7jcIRgZzs99glw1qg1kXqyl5jjphZOqLjP4YVFw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2439055},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\35b96253-dc96-4904-a088-4929b8466798\\azure-identity-4.8.1-alpha.20250410.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\35b96253-dc96-4904-a088-4929b8466798\\azure-identity-4.8.1-alpha.20250410.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-jyelSvG3o5qz02QBy9KvsVqeHXQsOYleqowvw62B8w+LT1l/n8fpls+clVkPppYe1XQv6h+HfRki3ysijzU8QQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.2.3","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.8.1-alpha.20250410.1_1744328898586_0.8557928129921197","host":"s3://npm-registry-packages-npm-production"}},"4.9.0":{"name":"@azure/identity","version":"4.9.0","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.9.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"226c21bcb706401d1e2425834158e448f8d01209","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.0.tgz","fileCount":1252,"integrity":"sha512-dz2ZvKxDFoTUmJgmkCBVcyuKckgqE1qVxrRPzUhyKN7FyvUbtNPUrGzqSllOAf1OL9TMGgYqZWbIyD0b/AE15g==","signatures":[{"sig":"MEUCIBZAt9WGk5M+OCBWnjsTQIOpkVlmdNK6FD/x5oh3+FrRAiEA+5o6Oi3nmKT5va43s0fDxiw0FP9eW+KD4aZAgjkfU0Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3331369},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","workerd"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\266f3ee1-450e-478b-b9bd-56303b38a8f2\\azure-identity-4.9.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\266f3ee1-450e-478b-b9bd-56303b38a8f2\\azure-identity-4.9.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-dz2ZvKxDFoTUmJgmkCBVcyuKckgqE1qVxrRPzUhyKN7FyvUbtNPUrGzqSllOAf1OL9TMGgYqZWbIyD0b/AE15g==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.0_1744827110132_0.23122386865641786","host":"s3://npm-registry-packages-npm-production"}},"4.9.1-alpha.20250416.4":{"name":"@azure/identity","version":"4.9.1-alpha.20250416.4","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.9.1-alpha.20250416.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"528c7e2db9271cd01586fdfe8307d94cb585e9a2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.1-alpha.20250416.4.tgz","fileCount":1252,"integrity":"sha512-2C9Ntq4jkUN0QvUECEae8KBodrBYi2pzJxPq0Cp0kkVfoL2b9uT0fG+u7tnL9SdaydasPch/norfUT7whV8Xxw==","signatures":[{"sig":"MEUCIHTDBH3usj5vdGYgTkcxWpzUQHYP6hMEInApXuWHyCCIAiEAyD+5spycnTgTbpqCNg3V4XyOCxBDByxvRTjwfmGHko8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3331466},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","workerd"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\183d3156-445e-4f26-aaad-595db83f334b\\azure-identity-4.9.1-alpha.20250416.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\183d3156-445e-4f26-aaad-595db83f334b\\azure-identity-4.9.1-alpha.20250416.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2C9Ntq4jkUN0QvUECEae8KBodrBYi2pzJxPq0Cp0kkVfoL2b9uT0fG+u7tnL9SdaydasPch/norfUT7whV8Xxw==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.1-alpha.20250416.4_1744847641635_0.626520419963694","host":"s3://npm-registry-packages-npm-production"}},"4.9.1-alpha.20250417.3":{"name":"@azure/identity","version":"4.9.1-alpha.20250417.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.9.1-alpha.20250417.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eaf6079feb14c8106adcacf8bd1d482aa1331247","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.1-alpha.20250417.3.tgz","fileCount":1252,"integrity":"sha512-mvyNigQfEGyB6tjrq4SIabpjm2yMNiGJ8regZtS2hKJAKRlpt3tcEEZSgPLnOsA7/JTbnKQCDqg3abGUZZIXXA==","signatures":[{"sig":"MEUCIQD/Kpzp+6KsqWWshzz3aV6UU4ksaDVTTQyN7p7Q28mHJQIgTu1nG2xu8qKeOQC/uWeBD6XYg64d+tMuTd7EqrGuhuE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3334214},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa19775a-99f2-4d20-bce7-eaffc2d20a15\\azure-identity-4.9.1-alpha.20250417.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa19775a-99f2-4d20-bce7-eaffc2d20a15\\azure-identity-4.9.1-alpha.20250417.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-mvyNigQfEGyB6tjrq4SIabpjm2yMNiGJ8regZtS2hKJAKRlpt3tcEEZSgPLnOsA7/JTbnKQCDqg3abGUZZIXXA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.1-alpha.20250417.3_1744934015737_0.6971204572715193","host":"s3://npm-registry-packages-npm-production"}},"4.9.1-alpha.20250418.3":{"name":"@azure/identity","version":"4.9.1-alpha.20250418.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.9.1-alpha.20250418.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29b7f6811a8c923a66ad5eb55421e65b3eb9cd31","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.1-alpha.20250418.3.tgz","fileCount":1252,"integrity":"sha512-J/yycUWoo/JLDAIfeBA717NHrtJKRlfTEeBich5fG9tMwuHt3eIv5l24ZOiP+6aByvQ3qXYkD7yo6p1wkv3TxA==","signatures":[{"sig":"MEUCICEAyS7FwQ0i0HZfPNN6u4WFHFbcsiG0/Bi8mADRtQM/AiEA5Ww0RZYlst1Z6PJrMOWrG+3mmO5PRACb/dajspcgzBM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3334214},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\80968238-2dd2-4f55-88f2-043c6cdad3fb\\azure-identity-4.9.1-alpha.20250418.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\80968238-2dd2-4f55-88f2-043c6cdad3fb\\azure-identity-4.9.1-alpha.20250418.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-J/yycUWoo/JLDAIfeBA717NHrtJKRlfTEeBich5fG9tMwuHt3eIv5l24ZOiP+6aByvQ3qXYkD7yo6p1wkv3TxA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.1-alpha.20250418.3_1745020412927_0.7625148946534659","host":"s3://npm-registry-packages-npm-production"}},"4.9.1":{"name":"@azure/identity","version":"4.9.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.9.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"ee4b9435f1b96bea5985e7dec989760a67d9a119","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.1.tgz","fileCount":1252,"integrity":"sha512-986D7Cf1AOwYqSDtO/FnMAyk/Jc8qpftkGsxuehoh4F85MhQ4fICBGX/44+X1y78lN4Sqib3Bsoaoh/FvOGgmg==","signatures":[{"sig":"MEUCIAVcWlgMFvnS7KPR9tnF2VQ+DFqbNjUpG05VJHRAAi3DAiEAqA3Cs+XKoH8S3iZN/Yn4ShgUrGE1urxQHWNxEOjoIBI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3334117},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\155110da-0734-49bc-9ac2-e54abe664c52\\azure-identity-4.9.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\155110da-0734-49bc-9ac2-e54abe664c52\\azure-identity-4.9.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-986D7Cf1AOwYqSDtO/FnMAyk/Jc8qpftkGsxuehoh4F85MhQ4fICBGX/44+X1y78lN4Sqib3Bsoaoh/FvOGgmg==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.1_1745253891920_0.6073639313066859","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250421.2":{"name":"@azure/identity","version":"4.9.2-alpha.20250421.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250421.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8c3492244645cc928f6d211801f1e8183648ef2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250421.2.tgz","fileCount":1252,"integrity":"sha512-1hTmr1lwIHuZyjn1MP/Yi1U67rYMT0eg+qagPKrR72sd0yo1fIRQUdaowjlvPsr2Kz8n27hkaTNEMczYv6QWgQ==","signatures":[{"sig":"MEUCIC3X683fxDgllWVz1H8uya2eNIvgDpQ/bBYZ23GxZCUuAiEA+u4rLcFcIvhRCW6wOHvDXA+0bCRp48suaRaXelcHN9I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3334214},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6c214b05-28cc-4038-9158-6b55b9c85db6\\azure-identity-4.9.2-alpha.20250421.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6c214b05-28cc-4038-9158-6b55b9c85db6\\azure-identity-4.9.2-alpha.20250421.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-1hTmr1lwIHuZyjn1MP/Yi1U67rYMT0eg+qagPKrR72sd0yo1fIRQUdaowjlvPsr2Kz8n27hkaTNEMczYv6QWgQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250421.2_1745279717302_0.7673541712266327","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250422.2":{"name":"@azure/identity","version":"4.9.2-alpha.20250422.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250422.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ed57b5a5cfee9ba647d5db4698f884c45baa539e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250422.2.tgz","fileCount":1252,"integrity":"sha512-jApUcwi2JBXqYyEydSsPUXeRWKJoFIWuSBebI2O33sWSpn5UPE9joBZNGx6ByJ4trUwr3hGwctp9vNcjnPyaTQ==","signatures":[{"sig":"MEYCIQCyl0k2WkE6S1YB+mdXmlKa3238fh2e5E7lKc56nAs+pQIhAMRGMq1C75nxTiYOANSGyTZzMnntnohp3TNjTGsbP4qn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3334214},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e377bee1-999d-4ef8-9fc4-67959e0111dd\\azure-identity-4.9.2-alpha.20250422.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e377bee1-999d-4ef8-9fc4-67959e0111dd\\azure-identity-4.9.2-alpha.20250422.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-jApUcwi2JBXqYyEydSsPUXeRWKJoFIWuSBebI2O33sWSpn5UPE9joBZNGx6ByJ4trUwr3hGwctp9vNcjnPyaTQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250422.2_1745366202986_0.5589146651177916","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250423.1":{"name":"@azure/identity","version":"4.9.2-alpha.20250423.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250423.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f2d05c7518fa7690b955ce40218c1829e6f9203d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250423.1.tgz","fileCount":1252,"integrity":"sha512-BrIq2+IxW0UViGlwDMyj/TcOCwHGO2Im+u+ds30IqC2IFQqOraBGitJ/i7Pala19dvrh0tXN2Uz/0YqWOkHYHA==","signatures":[{"sig":"MEUCIGwBj8MNu26ulRQr20Et5aom2FcRpTlgKKrb2sRqDLTkAiEA+3iHI1b7EV2Ncl4LEWUVx0WA74EMUqDUi550RhhB8gY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3334214},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c4cf3b6-3fcc-4070-8d47-19c97cdf570e\\azure-identity-4.9.2-alpha.20250423.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c4cf3b6-3fcc-4070-8d47-19c97cdf570e\\azure-identity-4.9.2-alpha.20250423.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-BrIq2+IxW0UViGlwDMyj/TcOCwHGO2Im+u+ds30IqC2IFQqOraBGitJ/i7Pala19dvrh0tXN2Uz/0YqWOkHYHA==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250423.1_1745452284412_0.8439912674138634","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250424.1":{"name":"@azure/identity","version":"4.9.2-alpha.20250424.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250424.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a95f3c63e3c453329b11020ce34cd91c0bdee4b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250424.1.tgz","fileCount":1252,"integrity":"sha512-3bBzEHbVHCuDMLylV6H4TeujdZgrv4kAiwzpmrFvwveoKGXiIFQbX8SaaNKYiy+o6ZY44RNN1K17/s0JVgMJBQ==","signatures":[{"sig":"MEUCIF6sDiOUG1AcKi7IFSxedqBjf85LnWGyPZBtl+TZH8CnAiEAvjti6FFWE0wdo9DsKQcualW/bK2VEzUzb5wdfhFQOKE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3334214},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\42d3acc3-dc2e-48b9-b1a8-0051d960c406\\azure-identity-4.9.2-alpha.20250424.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\42d3acc3-dc2e-48b9-b1a8-0051d960c406\\azure-identity-4.9.2-alpha.20250424.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-3bBzEHbVHCuDMLylV6H4TeujdZgrv4kAiwzpmrFvwveoKGXiIFQbX8SaaNKYiy+o6ZY44RNN1K17/s0JVgMJBQ==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250424.1_1745538777006_0.6501861824968052","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250425.1":{"name":"@azure/identity","version":"4.9.2-alpha.20250425.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250425.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45695731f133fdf5bc55c3fdd2fdaf9ae5c86164","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250425.1.tgz","fileCount":1252,"integrity":"sha512-W45EVOFsB21TwaJqPfG9eD9vk128ksYODPxXMeE5qE6CpllrllPfIv6bz47GYLz7B7h4zys0XLm3ezjcSC/Q3g==","signatures":[{"sig":"MEUCIQDr6VWcNNCg95fKn3Cs+ybFBAxDr6DeWzaut9xBCy37ugIgGDqpZqmLnUpjrMDQ9hlvIOr5rNvRzxkCB8bre0dIDm8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3334214},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d208fda5-a302-4dac-8ea8-eba20baee967\\azure-identity-4.9.2-alpha.20250425.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d208fda5-a302-4dac-8ea8-eba20baee967\\azure-identity-4.9.2-alpha.20250425.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-W45EVOFsB21TwaJqPfG9eD9vk128ksYODPxXMeE5qE6CpllrllPfIv6bz47GYLz7B7h4zys0XLm3ezjcSC/Q3g==","repository":"github:Azure/azure-sdk-for-js","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250425.1_1745625120447_0.48352726979427785","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250429.2":{"name":"@azure/identity","version":"4.9.2-alpha.20250429.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250429.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7511f55351451755bf65c8c2cd17b73f837f0861","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250429.2.tgz","fileCount":1252,"integrity":"sha512-4+q2TmROPpahHAl4fyl4Oala7VYn7IVUji0I4uzVJ02foM3BtYmuwiQ/zuToe+6JhEj20pwOJOExQlY/gAcX3Q==","signatures":[{"sig":"MEYCIQClhdeFR+U2tdZdsYcjDzTm8Ea8cdRPtYmmOyZ+KjS28QIhAIceTfuxK6sq0yQ/z02f1G+PljBfbqYbp+T/dDTEgiVt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3337454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\778d6764-5e23-4993-b8a1-a7890debea61\\azure-identity-4.9.2-alpha.20250429.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\778d6764-5e23-4993-b8a1-a7890debea61\\azure-identity-4.9.2-alpha.20250429.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4+q2TmROPpahHAl4fyl4Oala7VYn7IVUji0I4uzVJ02foM3BtYmuwiQ/zuToe+6JhEj20pwOJOExQlY/gAcX3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250429.2_1745970975848_0.9098527459004355","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250430.1":{"name":"@azure/identity","version":"4.9.2-alpha.20250430.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250430.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1749ca986de2067425e67e7a9883b6fdf79302d6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250430.1.tgz","fileCount":1252,"integrity":"sha512-O3CZhbOcvkR8LDdB2Ztz/Qza3yfyyAuipteCen6pkLu4YnG2N4jQUgvM0+NvyGiB7gTB1d2DE5OAR/hOEJJoZA==","signatures":[{"sig":"MEQCIAyKRCY5Igb6CiLgr5u2f0q+ruEI4PWZg4H6k+JLKyBHAiAdBjFOR5Bl/O34N5qh3YSRxcNBnPt6JoBcptGiJNza7g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3343777},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb429ce7-9e08-42b2-bbd3-6d8f2b7c13d5\\azure-identity-4.9.2-alpha.20250430.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb429ce7-9e08-42b2-bbd3-6d8f2b7c13d5\\azure-identity-4.9.2-alpha.20250430.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-O3CZhbOcvkR8LDdB2Ztz/Qza3yfyyAuipteCen6pkLu4YnG2N4jQUgvM0+NvyGiB7gTB1d2DE5OAR/hOEJJoZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250430.1_1746057394110_0.9219847948065565","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250502.1":{"name":"@azure/identity","version":"4.9.2-alpha.20250502.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250502.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f8463113f2dfcf6b6431c4b5afaee161b28d3af4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250502.1.tgz","fileCount":1252,"integrity":"sha512-hhuNsd8Cl+jNFSB4pfOVFQ0Xv3ketV+PS39QBEbSKv50acHezdpvaFgIAoArvHPKkTMF3ePW6ZfiswfOVqpMAg==","signatures":[{"sig":"MEUCIE6OK8jyzV0+60XM6iIqiCqG1ovBlP5PAmzyzXiTQdSeAiEAsCERDJG/BL2Kw8nWGUXyELTLnsbVTNo2yIuLr73VGkM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3343777},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b31cdae4-a756-4b4e-a1ba-ffd359c569e1\\azure-identity-4.9.2-alpha.20250502.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped. actual commands inlined in browser test scripts","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run unit-test:browser && npm run integration-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"echo skipped","unit-test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","integration-test:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b31cdae4-a756-4b4e-a1ba-ffd359c569e1\\azure-identity-4.9.2-alpha.20250502.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-hhuNsd8Cl+jNFSB4pfOVFQ0Xv3ketV+PS39QBEbSKv50acHezdpvaFgIAoArvHPKkTMF3ePW6ZfiswfOVqpMAg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250502.1_1746231186735_0.2669778180223503","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250506.3":{"name":"@azure/identity","version":"4.9.2-alpha.20250506.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250506.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68699a4a643c0cfea29fff2c69b1a13c3c525ec2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250506.3.tgz","fileCount":1252,"integrity":"sha512-vvj5z7kGwKmc2YFci8perwIvGtn2FnwFJby0qw9rswY6Na1Fc+YXLOdU8j9lmJyaa0nc8jkt76+fzttOYdmFqg==","signatures":[{"sig":"MEQCIG2hqhVOel9gJfHwju3zVqsA0/RYbvXv8MZXN39gdohGAiAmDdncgYSw3iCaiAm5i4uGE6aAK2ctPLIUyqow992Xvw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3343230},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8e121634-2249-40a4-bec4-f0e68a7d819d\\azure-identity-4.9.2-alpha.20250506.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8e121634-2249-40a4-bec4-f0e68a7d819d\\azure-identity-4.9.2-alpha.20250506.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-vvj5z7kGwKmc2YFci8perwIvGtn2FnwFJby0qw9rswY6Na1Fc+YXLOdU8j9lmJyaa0nc8jkt76+fzttOYdmFqg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250506.3_1746577946632_0.5862475843999757","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250508.2":{"name":"@azure/identity","version":"4.9.2-alpha.20250508.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250508.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"769231c5bf734dfdcf11d4166227fe37455e3675","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250508.2.tgz","fileCount":1220,"integrity":"sha512-TQSlxIkWCdn7sVQCuv2Rb6zW7On0FHMCp5/MLcefKVfSB9u/tZ4o1KRwQGZGSuiiHRHa31bDe+WDmsJz+xs7wA==","signatures":[{"sig":"MEQCIAoE5GO4ya0x7VqDPUpghOZPTinWm/L0a5M4919fmfL5AiBDgs+Va5VlJ+GFtZMr2G6we4XP+LsbasglBTTJFQ4rvA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313514},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\21651847-5cf5-4834-b07d-f90e576f7072\\azure-identity-4.9.2-alpha.20250508.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\21651847-5cf5-4834-b07d-f90e576f7072\\azure-identity-4.9.2-alpha.20250508.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-TQSlxIkWCdn7sVQCuv2Rb6zW7On0FHMCp5/MLcefKVfSB9u/tZ4o1KRwQGZGSuiiHRHa31bDe+WDmsJz+xs7wA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250508.2_1746749090811_0.794887700689761","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250509.2":{"name":"@azure/identity","version":"4.9.2-alpha.20250509.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250509.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"efffcfeb4e5d625f5b606a5e608ae9bf0c2c0b18","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250509.2.tgz","fileCount":1220,"integrity":"sha512-LmLOPmRHEvsFW6VKCMZpmx4E0wsmTzB/QbBbXGtdlJFInqzkfWIuKRipi0h3KFqSTfxFyFAcT6udmabS9Qai3Q==","signatures":[{"sig":"MEQCICENouEA9TwPfwxeccF+Fs/LGz57eW6XaCao3Qb1ZH/cAiAtgV72LOfF5n6Ej+8V270ryTFf6Nn4R5gWqKHjufWWVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313514},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fbfa77c3-20a6-4b39-a9ec-6cd8f978da08\\azure-identity-4.9.2-alpha.20250509.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fbfa77c3-20a6-4b39-a9ec-6cd8f978da08\\azure-identity-4.9.2-alpha.20250509.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-LmLOPmRHEvsFW6VKCMZpmx4E0wsmTzB/QbBbXGtdlJFInqzkfWIuKRipi0h3KFqSTfxFyFAcT6udmabS9Qai3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250509.2_1746837479978_0.8880690754858589","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250512.1":{"name":"@azure/identity","version":"4.9.2-alpha.20250512.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250512.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0fd0e66c59749dbcc147426864b020b412bcced5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250512.1.tgz","fileCount":1220,"integrity":"sha512-pV58vJfu9VKmvktlBF2+YiQcFLveL8cc6tSJIfgG0dRBT5/vg2YCGb4zUglU22PV933l1jOI4r5tIWCz1ZX5sg==","signatures":[{"sig":"MEUCIEoaLMoTcVpyH2Cvv1SP4tah7ggLD+ZKY7thXQT87hhGAiEA3eCYLNlh7DkZ/Dmt4D3ykvgqFKrwomnoTRSG9dJDgT4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313514},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29ecaaea-8482-4395-b858-a9ba7b01ab2a\\azure-identity-4.9.2-alpha.20250512.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29ecaaea-8482-4395-b858-a9ba7b01ab2a\\azure-identity-4.9.2-alpha.20250512.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-pV58vJfu9VKmvktlBF2+YiQcFLveL8cc6tSJIfgG0dRBT5/vg2YCGb4zUglU22PV933l1jOI4r5tIWCz1ZX5sg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250512.1_1747095161889_0.877585949259341","host":"s3://npm-registry-packages-npm-production"}},"4.9.2-alpha.20250513.1":{"name":"@azure/identity","version":"4.9.2-alpha.20250513.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.9.2-alpha.20250513.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"920648c7387541dad80343ee6dc488e3f679d08a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.9.2-alpha.20250513.1.tgz","fileCount":1220,"integrity":"sha512-BiYjMVgTrWUXi10SlCPOHcObjJiShzMs3SrTZ4Sa9lFsDZhM82n/+s6R5gwg64gj31gREK65Ozq4GZbFDJtPHg==","signatures":[{"sig":"MEUCIQCKlDfOYfKXbYOx4qyIkJtNrvW1pzzTzAyjd1X6+/sOCgIgMKqRTgORDxrdA6JDiseyvMAwKvpOjac8POQm8QZRkpQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313514},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a984c270-c017-43a7-a9b9-6825ac17cf69\\azure-identity-4.9.2-alpha.20250513.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a984c270-c017-43a7-a9b9-6825ac17cf69\\azure-identity-4.9.2-alpha.20250513.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-BiYjMVgTrWUXi10SlCPOHcObjJiShzMs3SrTZ4Sa9lFsDZhM82n/+s6R5gwg64gj31gREK65Ozq4GZbFDJtPHg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.9.2-alpha.20250513.1_1747180395763_0.5103984508299646","host":"s3://npm-registry-packages-npm-production"}},"4.10.0":{"name":"@azure/identity","version":"4.10.0","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"10cfe49207b4d111ebe3aab3ade47561c2852c6d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0.tgz","fileCount":1220,"integrity":"sha512-iT53Sre2NJK6wzMWnvpjNiR3md597LZ3uK/5kQD2TkrY9vqhrY5bt2KwELNjkOWQ9n8S/92knj/QEykTtjMNqQ==","signatures":[{"sig":"MEUCIAT40jT/dmtYfcZJyAMeOyJw4nFFeYssBKZdEMoTICIOAiEAxIJ2ljj2p/qnS69wAPlNpfNTJcz3O/td0e0dbA9jzYs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2cffb562-dad9-4caf-a757-c5249b5c99fb\\azure-identity-4.10.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2cffb562-dad9-4caf-a757-c5249b5c99fb\\azure-identity-4.10.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-iT53Sre2NJK6wzMWnvpjNiR3md597LZ3uK/5kQD2TkrY9vqhrY5bt2KwELNjkOWQ9n8S/92knj/QEykTtjMNqQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0_1747263876771_0.6954814381542485","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250514.5":{"name":"@azure/identity","version":"4.10.0-alpha.20250514.5","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250514.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f8ea9696f8296fd8459aaddb7396d0cf3ddc25e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250514.5.tgz","fileCount":1220,"integrity":"sha512-D+mVJiB5lPoRheEjxMRwTBADZGYYrfIUz2XuheZ1wp/qz6uL3qGIlwloQHBHdIXDDdN8n8S72FiFefIgiOcyNw==","signatures":[{"sig":"MEUCIB+W8HrNClOhak0OgklIwBKqU2uzhU4qMZRlH2N45lW4AiEAqTccBiYjslTc4DiioAkoE/YYyWWRzFPt4qaTBUKS2WA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1999dca2-335c-44c5-8347-86af860d3ab3\\azure-identity-4.10.0-alpha.20250514.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1999dca2-335c-44c5-8347-86af860d3ab3\\azure-identity-4.10.0-alpha.20250514.5.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-D+mVJiB5lPoRheEjxMRwTBADZGYYrfIUz2XuheZ1wp/qz6uL3qGIlwloQHBHdIXDDdN8n8S72FiFefIgiOcyNw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250514.5_1747267165225_0.3783416557153698","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250515.1":{"name":"@azure/identity","version":"4.10.0-alpha.20250515.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250515.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"538a8157b27e6200dad5814c12cc83496b9b37ac","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250515.1.tgz","fileCount":1220,"integrity":"sha512-3Ot2lElHJBUpc6l+IRHX8gIet/bVYA7nVAAiu3LzdQSOScRhGJjLxrYR1aLbwXJZXVhpfe2z91J3dat0JRpWlQ==","signatures":[{"sig":"MEYCIQCZysfdUwphZ0boYC/QyMzTQOuZ8VjP8nl1jG4DfdAOFgIhAPaU+XCOjAvlGtIlYfcrKdaibpiizLiw7rStNPCUoFwN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f5e6b459-f062-4281-9894-6855d6f48647\\azure-identity-4.10.0-alpha.20250515.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f5e6b459-f062-4281-9894-6855d6f48647\\azure-identity-4.10.0-alpha.20250515.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-3Ot2lElHJBUpc6l+IRHX8gIet/bVYA7nVAAiu3LzdQSOScRhGJjLxrYR1aLbwXJZXVhpfe2z91J3dat0JRpWlQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250515.1_1747353185584_0.3003410819619068","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250516.1":{"name":"@azure/identity","version":"4.10.0-alpha.20250516.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250516.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"370a4f79d1b4b64e5f522ea7f09ea0ed44731f9a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250516.1.tgz","fileCount":1220,"integrity":"sha512-8PZSLHr4ayHEPXcmhs70qKWLwWniERGZESCyNvVaCkgxQOTDuiSsqZBbXtDW/pncPU/agjprhoYWNZ+N3FulUA==","signatures":[{"sig":"MEQCIBbe3mY0IQ7j5v35bwuPpd454gH4Ukvbp/cOfB9fYCcTAiAzopDd5xbTXvSS5TDfL2rK3xNupe1HHZ8rRVrTPjuLdg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\44c88c64-c073-408c-81df-56f904d3c97b\\azure-identity-4.10.0-alpha.20250516.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\44c88c64-c073-408c-81df-56f904d3c97b\\azure-identity-4.10.0-alpha.20250516.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-8PZSLHr4ayHEPXcmhs70qKWLwWniERGZESCyNvVaCkgxQOTDuiSsqZBbXtDW/pncPU/agjprhoYWNZ+N3FulUA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250516.1_1747439663839_0.41754969198809744","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250519.1":{"name":"@azure/identity","version":"4.10.0-alpha.20250519.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250519.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8322443a85a5d7f1bdeee08dc3e43a244c9764cf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250519.1.tgz","fileCount":1220,"integrity":"sha512-GX6UmNfQx6kn+KSHUUzoBKRkDnURx66c6fNYLBor7J8/E1HnJGLyGCB84AY4oh+lrOGJCO/mrY6tFW31zWIf7Q==","signatures":[{"sig":"MEYCIQCMj3pLyJUbsaxtsPz9/4MU4yfGZNWDnAXbg/HanR48swIhAOYtMlnG8iyZekfLkQKim+bDUSx1OwwZ+hgR2XvFhOSg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29cce4c3-ad86-40e6-ac70-357b6a5bb7da\\azure-identity-4.10.0-alpha.20250519.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29cce4c3-ad86-40e6-ac70-357b6a5bb7da\\azure-identity-4.10.0-alpha.20250519.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-GX6UmNfQx6kn+KSHUUzoBKRkDnURx66c6fNYLBor7J8/E1HnJGLyGCB84AY4oh+lrOGJCO/mrY6tFW31zWIf7Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250519.1_1747698942880_0.2172783714471409","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250520.2":{"name":"@azure/identity","version":"4.10.0-alpha.20250520.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250520.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0506033c8bbda750d057d645f61bd84da9d24e2b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250520.2.tgz","fileCount":1220,"integrity":"sha512-im4rbjw3EkgMa6nup0pNRV2xZitbr8AhPNkBBBCcoUNIvpKiVVtDNXnwo33+MkEuUPHdjeYhEnn52r2NE7dovg==","signatures":[{"sig":"MEYCIQD5BU++IeK5UENoF1oOna3H0K+t+VUq7PvFuv/Ht5tpNQIhAMZI92MkHY/DE5KE7V2tUjiP6616g4RUE3SdGcjhbZBe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\627c914f-0774-4410-9c45-fe9b2212ac5f\\azure-identity-4.10.0-alpha.20250520.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\627c914f-0774-4410-9c45-fe9b2212ac5f\\azure-identity-4.10.0-alpha.20250520.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-im4rbjw3EkgMa6nup0pNRV2xZitbr8AhPNkBBBCcoUNIvpKiVVtDNXnwo33+MkEuUPHdjeYhEnn52r2NE7dovg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250520.2_1747785163238_0.4123889886174026","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250521.1":{"name":"@azure/identity","version":"4.10.0-alpha.20250521.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250521.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d0fe67dcac7018fa9c1f1ed12493ac3cfb5f5e0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250521.1.tgz","fileCount":1220,"integrity":"sha512-CfrUFUtrCfFUmTVIrbzFpb3KEC/wxjgETs11h34rDI9zxjtmCupMdNDC7C7e/6+TbHRyfomTe9wBpNjL0JrYTg==","signatures":[{"sig":"MEQCIE8AkCjkxMcJnFHNZTDQaZ20vs9WhWySktBgrJd9K2x5AiBKjGKba72C5rDnwLkEfM5NgGlH9txVh+IzNxc71NIliA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\475f102c-2a82-4091-a89c-8ca7dabc6936\\azure-identity-4.10.0-alpha.20250521.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\475f102c-2a82-4091-a89c-8ca7dabc6936\\azure-identity-4.10.0-alpha.20250521.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-CfrUFUtrCfFUmTVIrbzFpb3KEC/wxjgETs11h34rDI9zxjtmCupMdNDC7C7e/6+TbHRyfomTe9wBpNjL0JrYTg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250521.1_1747871715353_0.3301021276983436","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250522.1":{"name":"@azure/identity","version":"4.10.0-alpha.20250522.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250522.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"712bb78a0c0d00d060784ed031c7f6df84d58702","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250522.1.tgz","fileCount":1220,"integrity":"sha512-d97P5YJ/FXpJSw9d0RjaA6vnWcb0Ej3Q2FRiLl1C7sjATZQFNVLgt44xPJaRWrv04CeKyAMotTyPZmKuazbo+w==","signatures":[{"sig":"MEYCIQCclv06ASkJ5/0hvxNwH0zlN3eiB565qSsqN1VyCWRtKwIhAMQthT5EPRdhUmFYjWMPBxWl7TPevQxdzK9pzV2zAa8m","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\22a8f32d-84bd-4ec2-81a4-e00f5c5720d4\\azure-identity-4.10.0-alpha.20250522.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\22a8f32d-84bd-4ec2-81a4-e00f5c5720d4\\azure-identity-4.10.0-alpha.20250522.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-d97P5YJ/FXpJSw9d0RjaA6vnWcb0Ej3Q2FRiLl1C7sjATZQFNVLgt44xPJaRWrv04CeKyAMotTyPZmKuazbo+w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250522.1_1747957997931_0.7944139517014244","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250523.1":{"name":"@azure/identity","version":"4.10.0-alpha.20250523.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250523.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53290efb1bb2387cd6d056d8a9e1014517d4eba1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250523.1.tgz","fileCount":1220,"integrity":"sha512-PE5Ch2/WRreO/K8dCoax/56WwxLC10KY2K0w1czg5wrI7A9wX7Y+G6pf3x9gWSsTP+8Ilnt56D06/hO1JBhwGQ==","signatures":[{"sig":"MEUCIFxs3b1VI9CBQKnZ/2cJ3SSrVCvxih/BblUNJ0cxNBYrAiEArdhnPXOsXC7ALzebG1SB+23D7g/NAVZVfLDcLwrW8Aw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\707f4d19-7ad8-4608-b693-e12cd4067d53\\azure-identity-4.10.0-alpha.20250523.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\707f4d19-7ad8-4608-b693-e12cd4067d53\\azure-identity-4.10.0-alpha.20250523.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-PE5Ch2/WRreO/K8dCoax/56WwxLC10KY2K0w1czg5wrI7A9wX7Y+G6pf3x9gWSsTP+8Ilnt56D06/hO1JBhwGQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250523.1_1748044323611_0.7584661547543095","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250526.1":{"name":"@azure/identity","version":"4.10.0-alpha.20250526.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250526.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c610c079dabbbcefa48caceec20488921cf7559c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250526.1.tgz","fileCount":1220,"integrity":"sha512-xxz8EIkUlD09pOJsEFK0FhP5+FyIRORjTxQMJVlEMvv92FSS5LEZHUyjsrZHZzaXsLlZhS5kofgSrkokTWa+Pw==","signatures":[{"sig":"MEYCIQCvkG/TScxUVVi3pTskNb5Y4Su85GDWUFv5BOIAJAbISQIhAJ1MFi/O3Px5hLl4Paj5cJuMTC2S46xzaKa/Spxudl1a","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3d9b0d5c-859f-45f0-b236-228aedef965a\\azure-identity-4.10.0-alpha.20250526.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3d9b0d5c-859f-45f0-b236-228aedef965a\\azure-identity-4.10.0-alpha.20250526.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-xxz8EIkUlD09pOJsEFK0FhP5+FyIRORjTxQMJVlEMvv92FSS5LEZHUyjsrZHZzaXsLlZhS5kofgSrkokTWa+Pw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250526.1_1748303535968_0.37565403151400245","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250527.1":{"name":"@azure/identity","version":"4.10.0-alpha.20250527.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250527.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4d1486d4feeafe2d8965e723e7257c4cd025fd15","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250527.1.tgz","fileCount":1220,"integrity":"sha512-yF2uQ6Ne06CbUevJwpMs23xQwdFyTBUwji1wwipFP2diQvDbh2uY8dXBYyp8ahYP7dtKyY7/V5vAKSozwVCF4w==","signatures":[{"sig":"MEUCIB9jAA8kVf5Na2zEnLTwAKFgbK0dOLbogD4P1rziDwMPAiEA4FLR+PyY3+Jb/+tQ0xuukxsT5WNCo17SwkxkIulO2xQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f4048b33-173c-44e1-9419-08a37d8a29f6\\azure-identity-4.10.0-alpha.20250527.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f4048b33-173c-44e1-9419-08a37d8a29f6\\azure-identity-4.10.0-alpha.20250527.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-yF2uQ6Ne06CbUevJwpMs23xQwdFyTBUwji1wwipFP2diQvDbh2uY8dXBYyp8ahYP7dtKyY7/V5vAKSozwVCF4w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250527.1_1748390079184_0.4036010093113265","host":"s3://npm-registry-packages-npm-production"}},"4.10.0-alpha.20250528.1":{"name":"@azure/identity","version":"4.10.0-alpha.20250528.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.0-alpha.20250528.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b4924174490fd81e69e828687701ab3982d13982","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.0-alpha.20250528.1.tgz","fileCount":1220,"integrity":"sha512-GC5cNHl2/gnP2D3EWllK2PYzosmvhmHJTvgUKABw10GuB5s7R+f+Cv4nvTZl5J9FdHVgtCBxty3K32Cy7i9yfQ==","signatures":[{"sig":"MEYCIQCy1GGBrmsOk0ZQRh4dX3q5HUOUWZs0dI4ybs2a9vzZQQIhAJFu/BQUZwGR9xhaiDmzInZJ6mvyDzdn2W9936QEB4ra","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3326469},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a6ec7dfa-c33d-415f-bfba-fc1fe17d8c33\\azure-identity-4.10.0-alpha.20250528.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a6ec7dfa-c33d-415f-bfba-fc1fe17d8c33\\azure-identity-4.10.0-alpha.20250528.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-GC5cNHl2/gnP2D3EWllK2PYzosmvhmHJTvgUKABw10GuB5s7R+f+Cv4nvTZl5J9FdHVgtCBxty3K32Cy7i9yfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.0-alpha.20250528.1_1748476494314_0.2156771973065459","host":"s3://npm-registry-packages-npm-production"}},"4.10.1-alpha.20250530.1":{"name":"@azure/identity","version":"4.10.1-alpha.20250530.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.1-alpha.20250530.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5e7248adf001fac00406431b8db4f4f19d6b2c3c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.1-alpha.20250530.1.tgz","fileCount":1220,"integrity":"sha512-qHoRYk3fP3MEc+6bY/k3MMQuLwfL96Z2NdGfLOvI97lO/x0HKqnjhCnUVRcQh1Ct1Tmybsmmd7YBfSqPTA7K1w==","signatures":[{"sig":"MEQCID7alDC5ANOn9hPH97IfLiNrlpeyA9gQRGS1TLBfPaCDAiBJqW1cNZyxdv5rw4uzg2Mjk1YIKueD2n5a+KP5lbyHSg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3306377},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\13012284-06a7-47a5-b027-ed07ca39c620\\azure-identity-4.10.1-alpha.20250530.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\13012284-06a7-47a5-b027-ed07ca39c620\\azure-identity-4.10.1-alpha.20250530.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-qHoRYk3fP3MEc+6bY/k3MMQuLwfL96Z2NdGfLOvI97lO/x0HKqnjhCnUVRcQh1Ct1Tmybsmmd7YBfSqPTA7K1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.1-alpha.20250530.1_1748649123978_0.8751362197029005","host":"s3://npm-registry-packages-npm-production"}},"4.10.1-alpha.20250603.1":{"name":"@azure/identity","version":"4.10.1-alpha.20250603.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.1-alpha.20250603.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"883374d168030ee00472f01d09906a65aca459f4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.1-alpha.20250603.1.tgz","fileCount":1220,"integrity":"sha512-KUcA4ZK1Xh1H/GwnuK5nksYiCmP9sra8ohQ8pgYOUwFnD52MkngS068P8jmlUqSTxSSnULugH8++FQp+GJS6Iw==","signatures":[{"sig":"MEUCIGCeoKwNctDAoPLdOuI70x5XcS1O7M0qugylUrgJQVEsAiEA7FP13pO2Yu1nOcK0ww6V9sCR92M1AQbNYqFXF/zfhgU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3306377},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85392ec3-adad-4744-817b-b6435eb3e8ea\\azure-identity-4.10.1-alpha.20250603.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85392ec3-adad-4744-817b-b6435eb3e8ea\\azure-identity-4.10.1-alpha.20250603.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-KUcA4ZK1Xh1H/GwnuK5nksYiCmP9sra8ohQ8pgYOUwFnD52MkngS068P8jmlUqSTxSSnULugH8++FQp+GJS6Iw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.1-alpha.20250603.1_1748994774179_0.7460351684725177","host":"s3://npm-registry-packages-npm-production"}},"4.10.1-alpha.20250604.1":{"name":"@azure/identity","version":"4.10.1-alpha.20250604.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.1-alpha.20250604.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"929350285e4bdbb83e2cd0d40317e304ebb495d7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.1-alpha.20250604.1.tgz","fileCount":1220,"integrity":"sha512-7vSFNTYZdGqNIHlB7xfbY/4QyvcQ5FQcQ9zKcVsVNcEn9H5kNgmlF29Ikd5jVuXg/UyQaq6rnV/KpCyn7lLsqA==","signatures":[{"sig":"MEYCIQCoUKlKH0HkdfDOPwN7AyXBJpD+zqc7Ehf6zvp9g4jSpQIhAJS2cb7Phk0jjuPrrLCVseums6BMhr9tD6OCj9XEXkkp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3306377},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\79b6881b-3b91-4c89-b232-982863b437f9\\azure-identity-4.10.1-alpha.20250604.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\79b6881b-3b91-4c89-b232-982863b437f9\\azure-identity-4.10.1-alpha.20250604.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-7vSFNTYZdGqNIHlB7xfbY/4QyvcQ5FQcQ9zKcVsVNcEn9H5kNgmlF29Ikd5jVuXg/UyQaq6rnV/KpCyn7lLsqA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.1-alpha.20250604.1_1749081858021_0.03580761372202623","host":"s3://npm-registry-packages-npm-production"}},"4.10.1-alpha.20250605.1":{"name":"@azure/identity","version":"4.10.1-alpha.20250605.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.1-alpha.20250605.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca7006a4c63c122c4084035aa5374564c3053271","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.1-alpha.20250605.1.tgz","fileCount":1220,"integrity":"sha512-k9bekT9OM1096Vf7XcIHHOkFjfjpmANn72Rjse9KGuW6g6MI7DkvbSBawInICDxEuIq0DRitKuHwOVKQRASm9A==","signatures":[{"sig":"MEQCIDeel/V1U0L1OsgCZ34O86yI/f+PFNhbWi48LU2+gb97AiBf5kPS1MUdVrIINvUNS4EQ1uYYxunU5loDV0OOU2YzfQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3306377},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\27455500-f21d-4f2e-bcf7-71f2617c61f5\\azure-identity-4.10.1-alpha.20250605.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\27455500-f21d-4f2e-bcf7-71f2617c61f5\\azure-identity-4.10.1-alpha.20250605.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-k9bekT9OM1096Vf7XcIHHOkFjfjpmANn72Rjse9KGuW6g6MI7DkvbSBawInICDxEuIq0DRitKuHwOVKQRASm9A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.1-alpha.20250605.1_1749168072918_0.2822108456493524","host":"s3://npm-registry-packages-npm-production"}},"4.10.1-alpha.20250606.1":{"name":"@azure/identity","version":"4.10.1-alpha.20250606.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.1-alpha.20250606.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2a95caf7af25f443ca0ee3f6ae6c90cdf5474728","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.1-alpha.20250606.1.tgz","fileCount":1220,"integrity":"sha512-xcuMfPEGU+74ZwEVchYtc2asptUvIYSRGMc90RAS9Z9BnAr77pCjm6iZJoo0uG6Z3ibx81oLWy1sCxRl6nREKQ==","signatures":[{"sig":"MEUCIQDYLiD2SPpGs3B39cP6J3CRdMo/hMCb5q25vR+pRfMdZQIgNOt0gb2s3PofD5n4QG4sERwhxFMl154pJNYvs+ygjv4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3306377},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb3bf8c7-efa8-4fa3-b8cf-74ed9604fcce\\azure-identity-4.10.1-alpha.20250606.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb3bf8c7-efa8-4fa3-b8cf-74ed9604fcce\\azure-identity-4.10.1-alpha.20250606.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-xcuMfPEGU+74ZwEVchYtc2asptUvIYSRGMc90RAS9Z9BnAr77pCjm6iZJoo0uG6Z3ibx81oLWy1sCxRl6nREKQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.1-alpha.20250606.1_1749254019187_0.4993646789211923","host":"s3://npm-registry-packages-npm-production"}},"4.10.1-alpha.20250609.2":{"name":"@azure/identity","version":"4.10.1-alpha.20250609.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.1-alpha.20250609.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"845a4453759854f3f10c4c054a247ae1ccb323a2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.1-alpha.20250609.2.tgz","fileCount":1220,"integrity":"sha512-pCnyK08MX5u3+iPdnbliX93Mkp4stqc40lGazQyoHFkHGq0QyGuNRKgmy2KgbQEvpLGMlcRyqOikEN2926dXEw==","signatures":[{"sig":"MEQCIHU/b8SBj+gJV2fKhXEA+haSbJc8SUNEHk9tNVo1vfcUAiBQEjnmDa/2EzFtZDYTL5mTE7h569hg5FTK3R48wCR8wA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3306149},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d733f7c0-ee12-4608-bae6-2c544602fa2c\\azure-identity-4.10.1-alpha.20250609.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d733f7c0-ee12-4608-bae6-2c544602fa2c\\azure-identity-4.10.1-alpha.20250609.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-pCnyK08MX5u3+iPdnbliX93Mkp4stqc40lGazQyoHFkHGq0QyGuNRKgmy2KgbQEvpLGMlcRyqOikEN2926dXEw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.1-alpha.20250609.2_1749513270861_0.8385068648013638","host":"s3://npm-registry-packages-npm-production"}},"4.10.1-alpha.20250610.2":{"name":"@azure/identity","version":"4.10.1-alpha.20250610.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.1-alpha.20250610.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d498e5bd3bd8cee931e61fdea16d0faa564830e9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.1-alpha.20250610.2.tgz","fileCount":1220,"integrity":"sha512-KNDMBNsecuE4aIHNRabbnF6c/0aO6SWqr4otADpRxDmciikkItL56jIuIma28XLVnRAzHwYuusMyg90N//TwAA==","signatures":[{"sig":"MEYCIQCrIGmGnkWN+efXHZ7/mwzKn4jCvK8IcFQmK8biopv82QIhALvO3z0Z32jKbQ+2lmyRC9Z7U2p6ZM6ox3WnJ2Umu0Hd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3306149},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\242ec213-b0ca-4e82-8174-44d6108252b8\\azure-identity-4.10.1-alpha.20250610.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\242ec213-b0ca-4e82-8174-44d6108252b8\\azure-identity-4.10.1-alpha.20250610.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-KNDMBNsecuE4aIHNRabbnF6c/0aO6SWqr4otADpRxDmciikkItL56jIuIma28XLVnRAzHwYuusMyg90N//TwAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.1-alpha.20250610.2_1749599697677_0.8767166004904134","host":"s3://npm-registry-packages-npm-production"}},"4.10.1":{"name":"@azure/identity","version":"4.10.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"6ce1e7b367d2eb6680d0efa5817382aafcd86f05","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.1.tgz","fileCount":1220,"integrity":"sha512-YM/z6RxRtFlXUH2egAYF/FDPes+MUE6ZoknjEdaq7ebJMMNUzn9zCJ3bd2ZZZlkP0r1xKa88kolhFH/FGV7JnA==","signatures":[{"sig":"MEQCIBkf5ydK6KUCHFXEG72THKfVMVtiDwBTQ4usVSgoOSe3AiBv+iHtQwgw78BnNYTxUp8ucXm0+ZSRazpmRfmY4wG6Kg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305977},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\173cc07c-f908-475f-bc03-57797629342f\\azure-identity-4.10.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\173cc07c-f908-475f-bc03-57797629342f\\azure-identity-4.10.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-YM/z6RxRtFlXUH2egAYF/FDPes+MUE6ZoknjEdaq7ebJMMNUzn9zCJ3bd2ZZZlkP0r1xKa88kolhFH/FGV7JnA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.1_1749748401288_0.8861512165734273","host":"s3://npm-registry-packages-npm-production"}},"4.10.2-alpha.20250612.4":{"name":"@azure/identity","version":"4.10.2-alpha.20250612.4","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.2-alpha.20250612.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0bb43aaf5116d2596532b70858fb4ae77eaeb445","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.2-alpha.20250612.4.tgz","fileCount":1220,"integrity":"sha512-XKMLxfT1yknUDWNxhpuwkeQnW92jagJ6cXoaIXGlK6sU5hgOeRMFdckyB9X8AMRhf2LbZpvwAek69d6T9byK+A==","signatures":[{"sig":"MEUCIQChi8d1CB/YoWCNRxGLulfliN0m3I+gjAlC93k9TnmPUgIgavzy2X+BBXK8mC3aRDnchphv75r+FrX85I8sBeu0A1U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3306074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e83c58ec-3dfa-47ce-9a1a-86a220eadf80\\azure-identity-4.10.2-alpha.20250612.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e83c58ec-3dfa-47ce-9a1a-86a220eadf80\\azure-identity-4.10.2-alpha.20250612.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-XKMLxfT1yknUDWNxhpuwkeQnW92jagJ6cXoaIXGlK6sU5hgOeRMFdckyB9X8AMRhf2LbZpvwAek69d6T9byK+A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.2-alpha.20250612.4_1749772297280_0.2922135061311759","host":"s3://npm-registry-packages-npm-production"}},"4.10.2-alpha.20250613.1":{"name":"@azure/identity","version":"4.10.2-alpha.20250613.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.2-alpha.20250613.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de64558b79879320a1ab16127e71bcae17af0052","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.2-alpha.20250613.1.tgz","fileCount":1220,"integrity":"sha512-U2eMaHlviHshqvdYaCP7SpRUZkF1n94mWUwTKjgPoToRULMoNSAfLDjV2Chjq0UXddQku6N6bST6tkD0lFk4GA==","signatures":[{"sig":"MEYCIQDa5d5mdRe3flUM/3BDc7/1yrd2km7t+VRldsELll3WpAIhAINnDJNa4bqambrUvD6EjsZr7tY1owa7O2ZcfLIHXf38","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3306074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\65d742f9-ac1b-4b74-b198-bd3ed878a88b\\azure-identity-4.10.2-alpha.20250613.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\65d742f9-ac1b-4b74-b198-bd3ed878a88b\\azure-identity-4.10.2-alpha.20250613.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-U2eMaHlviHshqvdYaCP7SpRUZkF1n94mWUwTKjgPoToRULMoNSAfLDjV2Chjq0UXddQku6N6bST6tkD0lFk4GA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.2-alpha.20250613.1_1749858502982_0.16972527202846277","host":"s3://npm-registry-packages-npm-production"}},"4.10.2-alpha.20250616.2":{"name":"@azure/identity","version":"4.10.2-alpha.20250616.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.2-alpha.20250616.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e84462a6df8332f49ed6ff765c46df8471428fc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.2-alpha.20250616.2.tgz","fileCount":1220,"integrity":"sha512-DINmLDI2oT3D8IbwN9Eo9PyAX9KdW+OQYT0umPlEh7+yaFjt6GjSuS3PmbwDjC23CHf1Pe1gPIDrvN+S2NTN0w==","signatures":[{"sig":"MEQCIHlGGQlwYeB6EUtsw5657o89/AY0PeTKh2JyJKY0OhyhAiAyXGHhXZPVo+eoCM8OroODFTPttYSQBqEGq2mDL9K+pw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3307162},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e3b381e6-1963-482b-8c70-d204554afd0b\\azure-identity-4.10.2-alpha.20250616.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e3b381e6-1963-482b-8c70-d204554afd0b\\azure-identity-4.10.2-alpha.20250616.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-DINmLDI2oT3D8IbwN9Eo9PyAX9KdW+OQYT0umPlEh7+yaFjt6GjSuS3PmbwDjC23CHf1Pe1gPIDrvN+S2NTN0w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.2-alpha.20250616.2_1750117803411_0.7281357200560268","host":"s3://npm-registry-packages-npm-production"}},"4.10.2-alpha.20250617.2":{"name":"@azure/identity","version":"4.10.2-alpha.20250617.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.2-alpha.20250617.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ae73e9c542d0ef87f57607f1c40a077799f96c7b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.2-alpha.20250617.2.tgz","fileCount":1220,"integrity":"sha512-lEIol9Bkw5uWXqrEATbE1qvGkzQ+44KmxHlXAq2o8KRTMfCA4kMIT7yOTWAmWP0vQiFP8H5dwjqn0tz0scLvwg==","signatures":[{"sig":"MEQCIFHWLt9wTAlvU9R4anVi50qpQMb9VhbISlL5Y8sIz6clAiAp7VkgxIkTRnwU7fUgMoDztEvpKh0PZdZGddjMmFBWYw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3307124},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\78a9ab5b-5f83-4fd9-8324-ec3d48269a92\\azure-identity-4.10.2-alpha.20250617.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\78a9ab5b-5f83-4fd9-8324-ec3d48269a92\\azure-identity-4.10.2-alpha.20250617.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-lEIol9Bkw5uWXqrEATbE1qvGkzQ+44KmxHlXAq2o8KRTMfCA4kMIT7yOTWAmWP0vQiFP8H5dwjqn0tz0scLvwg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.2-alpha.20250617.2_1750204210957_0.7325867543683573","host":"s3://npm-registry-packages-npm-production"}},"4.10.2-alpha.20250618.1":{"name":"@azure/identity","version":"4.10.2-alpha.20250618.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.2-alpha.20250618.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"831ba9cc42c3880190cc170b106cddd54e3bc2fe","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.2-alpha.20250618.1.tgz","fileCount":1220,"integrity":"sha512-a3c8QMDFt5spO4UeCnYzU+CD+TFJAZjUxT97qAzYcBaZUH7mVsgS3AalXkRW+mwYjxEVnIKIJ6lRp3+dZWO4Eg==","signatures":[{"sig":"MEQCIFXb2ylv+tKYwaUQbomHJckIUs3E9BfOvSPMJ49Q2Fi5AiBH0kkBiQ9WbgNUQ3eYRj9LZmFySuRBbXFXTFSVzWo6og==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3307124},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8bc643ba-2591-4b13-a84c-2d146cdb3723\\azure-identity-4.10.2-alpha.20250618.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8bc643ba-2591-4b13-a84c-2d146cdb3723\\azure-identity-4.10.2-alpha.20250618.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-a3c8QMDFt5spO4UeCnYzU+CD+TFJAZjUxT97qAzYcBaZUH7mVsgS3AalXkRW+mwYjxEVnIKIJ6lRp3+dZWO4Eg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.2-alpha.20250618.1_1750290662886_0.2496469194155675","host":"s3://npm-registry-packages-npm-production"}},"4.10.2":{"name":"@azure/identity","version":"4.10.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"6609ce398824ff0bb53f1ad1043a9f1cc93e56b8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.2.tgz","fileCount":1220,"integrity":"sha512-Uth4vz0j+fkXCkbvutChUj03PDCokjbC6Wk9JT8hHEUtpy/EurNKAseb3+gO6Zi9VYBvwt61pgbzn1ovk942Qg==","signatures":[{"sig":"MEUCIQDm9f7cndE6idjxBwKhqgb+3TGEbUvG0AfqgG2yqFCpEwIgfAAxAgOO25CryGRgEbjHyrcgvq0xlFtyv4nTgxPpM9c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312773},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\209187dc-1e32-436f-a12b-d3bd9356ff58\\azure-identity-4.10.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\209187dc-1e32-436f-a12b-d3bd9356ff58\\azure-identity-4.10.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Uth4vz0j+fkXCkbvutChUj03PDCokjbC6Wk9JT8hHEUtpy/EurNKAseb3+gO6Zi9VYBvwt61pgbzn1ovk942Qg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.2_1751499990853_0.013272409545482589","host":"s3://npm-registry-packages-npm-production"}},"4.10.2-alpha.20250707.3":{"name":"@azure/identity","version":"4.10.2-alpha.20250707.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.2-alpha.20250707.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f24eb2a8914b54ac635a73fe2a238d386dc31cbf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.2-alpha.20250707.3.tgz","fileCount":1220,"integrity":"sha512-N7r1HUhBrjvhecnsIzWJJMF2IAAX3yLLqNjpy0u7gkDIomh749CSagpx5DdszlZJMZsvtxn/blV8lWX8VJUR4w==","signatures":[{"sig":"MEUCIBwTHAk+NmhZW5snFDeSjuA2LIHmbxrzgOAVpr/s8UvNAiEA94h0cMcWtT3OAlj1bBMd27Ujg/AbD/mVIVqEFgmzxgk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312870},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f47452e2-583d-4d55-b18f-6c997e68469f\\azure-identity\\azure-identity-4.10.2-alpha.20250707.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f47452e2-583d-4d55-b18f-6c997e68469f\\azure-identity\\azure-identity-4.10.2-alpha.20250707.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-N7r1HUhBrjvhecnsIzWJJMF2IAAX3yLLqNjpy0u7gkDIomh749CSagpx5DdszlZJMZsvtxn/blV8lWX8VJUR4w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.2-alpha.20250707.3_1751932075058_0.2707086459632777","host":"s3://npm-registry-packages-npm-production"}},"4.10.3-alpha.20250708.2":{"name":"@azure/identity","version":"4.10.3-alpha.20250708.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.3-alpha.20250708.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b87e28b4d43ca07ace3b43cbb0ef836c1bb4a10","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.3-alpha.20250708.2.tgz","fileCount":1220,"integrity":"sha512-rg6EZGOM1TkSq9JHsql3Jij1gCQSwgztgySl0x9ajDqODRQfQ74x9dJsHw1CBhrMm8vC8MRKem5eh2k6GJuISQ==","signatures":[{"sig":"MEYCIQCw4kyik7KYAuuiIbXfSS1uS5OoDbf65KbUdMuVYK1lxQIhAJ79wo21S0tCg7ml3jbrj0vEJBHySGreJix3VGepWvbi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312870},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\358454ed-8a03-4a1f-a137-a89349dcb88d\\azure-identity\\azure-identity-4.10.3-alpha.20250708.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\358454ed-8a03-4a1f-a137-a89349dcb88d\\azure-identity\\azure-identity-4.10.3-alpha.20250708.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-rg6EZGOM1TkSq9JHsql3Jij1gCQSwgztgySl0x9ajDqODRQfQ74x9dJsHw1CBhrMm8vC8MRKem5eh2k6GJuISQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.3-alpha.20250708.2_1752018552492_0.776227495294221","host":"s3://npm-registry-packages-npm-production"}},"4.10.3-alpha.20250714.3":{"name":"@azure/identity","version":"4.10.3-alpha.20250714.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.10.3-alpha.20250714.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f67fb5e37589df8e2a7a3138c39f13e1037bd4e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.10.3-alpha.20250714.3.tgz","fileCount":1220,"integrity":"sha512-EB5eBzOj8PqWxgnpR5gr2ReIjRq6O22taopUYsMpBVDbu8w/00i3DLA6Q7W26KdT5brsk50oxmzjsRzPXRCeTw==","signatures":[{"sig":"MEUCIQDrR137hpikTZiY1KPkXhLwY9c3KoummNyGFAN7luYaEwIgLW9B7sork3Kc6HI4V0osKD/elFMCOIG6G3I6TN9DV+U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3322274},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\deedf535-886a-44c0-b4eb-048e3a1ec95f\\azure-identity\\azure-identity-4.10.3-alpha.20250714.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\deedf535-886a-44c0-b4eb-048e3a1ec95f\\azure-identity\\azure-identity-4.10.3-alpha.20250714.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-EB5eBzOj8PqWxgnpR5gr2ReIjRq6O22taopUYsMpBVDbu8w/00i3DLA6Q7W26KdT5brsk50oxmzjsRzPXRCeTw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.10.3-alpha.20250714.3_1752536912949_0.9087597771583917","host":"s3://npm-registry-packages-npm-production"}},"4.11.0-alpha.20250717.4":{"name":"@azure/identity","version":"4.11.0-alpha.20250717.4","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.0-alpha.20250717.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4da8a5deb56ec593fee74fb7a7998dfe8ffa200f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.0-alpha.20250717.4.tgz","fileCount":1236,"integrity":"sha512-wWbhOPkahH1zWEYfGylvOqr5roLy1OFmnX6BJi4YpX+6js3NcRtzVX6mxzS5ULOV3rtwFmGCcj1K7HCpYrHZLA==","signatures":[{"sig":"MEUCICGNHcbX0PWMcK69TMDDPSgoZxRcD4Atd+digst+YjqLAiEA4EWg5XiKt7detV1ax/k7CBPpEPzIlFvFghc0me50m88=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3360828},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ddf115e-0f74-43c5-9863-d3a68c1f811a\\azure-identity\\azure-identity-4.11.0-alpha.20250717.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ddf115e-0f74-43c5-9863-d3a68c1f811a\\azure-identity\\azure-identity-4.11.0-alpha.20250717.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-wWbhOPkahH1zWEYfGylvOqr5roLy1OFmnX6BJi4YpX+6js3NcRtzVX6mxzS5ULOV3rtwFmGCcj1K7HCpYrHZLA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.0-alpha.20250717.4_1752795999097_0.15693109686353868","host":"s3://npm-registry-packages-npm-production"}},"4.11.0-beta.1":{"name":"@azure/identity","version":"4.11.0-beta.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"beta","dist":{"shasum":"e04720561126582afe2bb04e7e6af04c16b800e3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.0-beta.1.tgz","fileCount":1252,"integrity":"sha512-WOwnWpjTrRUacxcYgPf4ohXNduBx+Dat+yUn3IvDrprER0H/At7JqwC6YucIan/JDw50hvNZbhxTv1cEwSQN1Q==","signatures":[{"sig":"MEYCIQDsVQgL0cEYTyiBieUuToo52+OlsoYBxn0yhkHMwdcJTgIhAPqUka8fdb4zYwPTGt7frNhsD/fqbESa55U+waU6Qls+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3405776},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\baf52654-ac3e-4808-b606-8d34b7566ba7\\azure-identity-4.11.0-beta.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\baf52654-ac3e-4808-b606-8d34b7566ba7\\azure-identity-4.11.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-WOwnWpjTrRUacxcYgPf4ohXNduBx+Dat+yUn3IvDrprER0H/At7JqwC6YucIan/JDw50hvNZbhxTv1cEwSQN1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.0-beta.1_1752796568356_0.32038487292469187","host":"s3://npm-registry-packages-npm-production"}},"4.11.0-alpha.20250718.3":{"name":"@azure/identity","version":"4.11.0-alpha.20250718.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.0-alpha.20250718.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cea25ed78e7a73e4afb62c34a77de9bd20b35bd5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.0-alpha.20250718.3.tgz","fileCount":1252,"integrity":"sha512-4AxnFxtlswdWnfIN0rQygu2uT6W0S08uXkvmIyPjbbl/CcUtxsBYD8cmakWzV6a2kxU8LwMsEy4S4EmveLgQgQ==","signatures":[{"sig":"MEUCIBhYwzwyY48AL1wssXrJO9Twk/d3KjhkPu0IiwBx2YP0AiEA7WEW5M8oYTJcTladRz0wLVkTdnW8w9GyZzqL4sZjhYs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3405855},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed14024d-e62b-477d-800f-d03128bff975\\azure-identity\\azure-identity-4.11.0-alpha.20250718.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed14024d-e62b-477d-800f-d03128bff975\\azure-identity\\azure-identity-4.11.0-alpha.20250718.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4AxnFxtlswdWnfIN0rQygu2uT6W0S08uXkvmIyPjbbl/CcUtxsBYD8cmakWzV6a2kxU8LwMsEy4S4EmveLgQgQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.0-alpha.20250718.3_1752882397982_0.43484818655336177","host":"s3://npm-registry-packages-npm-production"}},"4.11.0-alpha.20250721.2":{"name":"@azure/identity","version":"4.11.0-alpha.20250721.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.0-alpha.20250721.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5e06afae7ec4a5b11618ddc5c5e51623d867eea","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.0-alpha.20250721.2.tgz","fileCount":1252,"integrity":"sha512-YYxRFkrvWDceldYomZ/HBrOOyGOfmTUZMQCLbznbwTmhmjZz6zGCVUJN0wAR5w06GTXP64BkRF6ozHMH9fGmuA==","signatures":[{"sig":"MEUCIFbZSBLVzIGrXaU43E9eoUR2RqTdOw29aTitj8U5l70EAiEAqX/VYjbU6/p+kZ5/uQJResF2oIKvlWZMY985NFtw9ko=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3408463},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f77fef4-ed0b-4d30-b383-3e8b7d9426fc\\azure-identity\\azure-identity-4.11.0-alpha.20250721.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f77fef4-ed0b-4d30-b383-3e8b7d9426fc\\azure-identity\\azure-identity-4.11.0-alpha.20250721.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-YYxRFkrvWDceldYomZ/HBrOOyGOfmTUZMQCLbznbwTmhmjZz6zGCVUJN0wAR5w06GTXP64BkRF6ozHMH9fGmuA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.0-alpha.20250721.2_1753141586252_0.628159100809355","host":"s3://npm-registry-packages-npm-production"}},"4.11.0-alpha.20250729.1":{"name":"@azure/identity","version":"4.11.0-alpha.20250729.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.0-alpha.20250729.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e52698a6c4c37b98f0421cc6ae45b828ef60a650","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.0-alpha.20250729.1.tgz","fileCount":1252,"integrity":"sha512-a3RMyu+glnVw6A4mxFwLAWAfHqIP6MgdLLa81109jxkVWkwlEc8rVqZsZJl2qAwgglefuwmlxokjOUVi3LNwnw==","signatures":[{"sig":"MEQCIH4bhhO1XGaLOjmnN2Ka/jYg0kxt3VjdvCWDNZgSjoiuAiBIXtWB+IwHjXdyFNy5MujXTtZYlfK7komMVZ2shTXPMw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3404231},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb7f1536-64fe-4f05-b02a-0c3708a0b62f\\azure-identity\\azure-identity-4.11.0-alpha.20250729.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb7f1536-64fe-4f05-b02a-0c3708a0b62f\\azure-identity\\azure-identity-4.11.0-alpha.20250729.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-a3RMyu+glnVw6A4mxFwLAWAfHqIP6MgdLLa81109jxkVWkwlEc8rVqZsZJl2qAwgglefuwmlxokjOUVi3LNwnw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.0-alpha.20250729.1_1753832778746_0.7152876752911741","host":"s3://npm-registry-packages-npm-production"}},"4.11.0-alpha.20250730.2":{"name":"@azure/identity","version":"4.11.0-alpha.20250730.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.0-alpha.20250730.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ebcb9198ec1d268186cc157d9b2ac6291e8d9765","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.0-alpha.20250730.2.tgz","fileCount":1252,"integrity":"sha512-37MPKzUYQzjjL4GcHmNIvD4oD9duiHXqVKWQqoEskRsIrk2LetQaUXtyD06Hb++psfjC3aCJsEotBei0nklwww==","signatures":[{"sig":"MEQCIFdWzvl9x9jxyGsq+EH4oenrtx83HyDXL/31p/Ga1jo+AiBEApghC+zE4bzJm8fgtcLCOFKGLJ2ZjaSOBFU3yPV2xA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3403378},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\be95479f-9b1c-4bf0-a8f8-982474a9ef54\\azure-identity\\azure-identity-4.11.0-alpha.20250730.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\be95479f-9b1c-4bf0-a8f8-982474a9ef54\\azure-identity\\azure-identity-4.11.0-alpha.20250730.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-37MPKzUYQzjjL4GcHmNIvD4oD9duiHXqVKWQqoEskRsIrk2LetQaUXtyD06Hb++psfjC3aCJsEotBei0nklwww==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.0-alpha.20250730.2_1753919172648_0.2581006089577176","host":"s3://npm-registry-packages-npm-production"}},"4.11.0-alpha.20250731.1":{"name":"@azure/identity","version":"4.11.0-alpha.20250731.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.0-alpha.20250731.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1637b5143b5514cb12a22daa054c56375c08e7f9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.0-alpha.20250731.1.tgz","fileCount":1252,"integrity":"sha512-7VDwkIedv8LyRBDyrIQDjbJUFQGGNlfMERfK8zwy+0kIQalrbKhZbYU7E94YMKzEioQEX75UleHjmINBQ1yu6w==","signatures":[{"sig":"MEUCIAXKJ3+JNdnoDxRVjGRkoQTzq/oJg7y6I2tiG6tJDLPPAiEAimhSwieIoPfWfFM6b0Eg32aNb9Be0qHqszeslh7+CWQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3403429},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e6afd09a-0023-4501-84d5-a6adc69bc7b2\\azure-identity\\azure-identity-4.11.0-alpha.20250731.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e6afd09a-0023-4501-84d5-a6adc69bc7b2\\azure-identity\\azure-identity-4.11.0-alpha.20250731.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-7VDwkIedv8LyRBDyrIQDjbJUFQGGNlfMERfK8zwy+0kIQalrbKhZbYU7E94YMKzEioQEX75UleHjmINBQ1yu6w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.0-alpha.20250731.1_1754005825187_0.711763577344507","host":"s3://npm-registry-packages-npm-production"}},"4.11.0-alpha.20250801.2":{"name":"@azure/identity","version":"4.11.0-alpha.20250801.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.0-alpha.20250801.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c2344e2b9bf345ee0fff5af3fbf192ab8548f07","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.0-alpha.20250801.2.tgz","fileCount":1252,"integrity":"sha512-foFAnrXDGqC+GJF2Y89+CNlLDzwov1CSi2H8TKxZG5y6HMUWry3x0B/NJycIsm9WQeboI6yeT/pGI6LGuCFUzw==","signatures":[{"sig":"MEQCIHs+oBjpyzGWm6LoEHhb54W9T80kB5VAQNmyYeANSfFYAiB6b/AgDVs51DhTFADA9SxSlyUT2Z8ue3XynWVamkPyfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3403407},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f2019a01-4f4f-4daa-a70c-b088c2974197\\azure-identity\\azure-identity-4.11.0-alpha.20250801.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f2019a01-4f4f-4daa-a70c-b088c2974197\\azure-identity\\azure-identity-4.11.0-alpha.20250801.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-foFAnrXDGqC+GJF2Y89+CNlLDzwov1CSi2H8TKxZG5y6HMUWry3x0B/NJycIsm9WQeboI6yeT/pGI6LGuCFUzw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.0-alpha.20250801.2_1754092102594_0.282212197839792","host":"s3://npm-registry-packages-npm-production"}},"4.11.0":{"name":"@azure/identity","version":"4.11.0","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"818f9314887408a6c9b14d6c8d3f206cecd55501","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.0.tgz","fileCount":1252,"integrity":"sha512-GkbNnd3mrsL1gX3BxIblhahCfFEViLTfNMFgfSo4wPSH2ipw4duc1TtOPVOf8Wt6XTnjZROZRAvYqjJBWXV39g==","signatures":[{"sig":"MEUCIQCDS4pyKV3WT1ywHBGKtxuZlJfV2KSi/JdxTvemHQTQwAIgSuzrTcDQLVYBLUa6Kn8lYZT8hG9MDblYgcdcMdSbr+Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3403219},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9f57519b-ac66-4852-a2c6-c60a9952294d\\azure-identity-4.11.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9f57519b-ac66-4852-a2c6-c60a9952294d\\azure-identity-4.11.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-GkbNnd3mrsL1gX3BxIblhahCfFEViLTfNMFgfSo4wPSH2ipw4duc1TtOPVOf8Wt6XTnjZROZRAvYqjJBWXV39g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.0_1754345934141_0.06678433446715548","host":"s3://npm-registry-packages-npm-production"}},"4.11.1-alpha.20250804.4":{"name":"@azure/identity","version":"4.11.1-alpha.20250804.4","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.1-alpha.20250804.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5368678cc5fe68761657b4a75ba0ae1ec237a30b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.1-alpha.20250804.4.tgz","fileCount":1252,"integrity":"sha512-SYNdftnyTwCHP4k4PTIdLZ1gkDfzGJdSjlrIk5dpO8UiySQPK/YeWBdpjoGAfY2Nj3AWb0sSMthy7sHmah3poA==","signatures":[{"sig":"MEUCIBEi/ncW+lRQjby4Ns+etP2HZc1ci+8as88LAOEwtm/LAiEAqo8Rq63PuISlXe4a5FYKxuBSxrbHzaiUq5h3O+UvLus=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3403316},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8582ed9c-a4e3-4652-884d-637c28bf33fa\\azure-identity\\azure-identity-4.11.1-alpha.20250804.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8582ed9c-a4e3-4652-884d-637c28bf33fa\\azure-identity\\azure-identity-4.11.1-alpha.20250804.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-SYNdftnyTwCHP4k4PTIdLZ1gkDfzGJdSjlrIk5dpO8UiySQPK/YeWBdpjoGAfY2Nj3AWb0sSMthy7sHmah3poA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.1-alpha.20250804.4_1754351276505_0.4026151250158678","host":"s3://npm-registry-packages-npm-production"}},"4.11.1":{"name":"@azure/identity","version":"4.11.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"19ba5b7601ae4f2ded010c55ca55200ffa6c79ec","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.1.tgz","fileCount":1252,"integrity":"sha512-0ZdsLRaOyLxtCYgyuqyWqGU5XQ9gGnjxgfoNTt1pvELGkkUFrMATABZFIq8gusM7N1qbqpVtwLOhk0d/3kacLg==","signatures":[{"sig":"MEUCIAbJ130QyHwHFNMDzkbFSni9WdiRE1RQO4YJO8FqVbDWAiEAwRtgm7P3joURF4AZI36x5k0TtFvSVy+EkYiZHqdjmlM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3401883},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\35cbf2bd-c1b1-4b92-880c-6b606160ace8\\azure-identity-4.11.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\35cbf2bd-c1b1-4b92-880c-6b606160ace8\\azure-identity-4.11.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-0ZdsLRaOyLxtCYgyuqyWqGU5XQ9gGnjxgfoNTt1pvELGkkUFrMATABZFIq8gusM7N1qbqpVtwLOhk0d/3kacLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.1_1754427011866_0.9465791995639679","host":"s3://npm-registry-packages-npm-production"}},"4.11.2-alpha.20250805.5":{"name":"@azure/identity","version":"4.11.2-alpha.20250805.5","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.2-alpha.20250805.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7366d9643e8efb2a0e163a48668705314828986d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.2-alpha.20250805.5.tgz","fileCount":1252,"integrity":"sha512-p0hHxuua7tSw/to6/JLUj33MCQF8djE0FbcwxKvLDEjV5Ax6OxUstfkpf3NCc4Q3ZLRSTv2VkFPJqLkIeiLPgg==","signatures":[{"sig":"MEYCIQDBrkPCHvzaDL+nrV9kFyibxApDZBpxyWYiQdMlHPApcgIhAOCXwMqKEr2EbGwPKyfFandy2V29bOeFc5cIDWgZdGOZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3401980},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c280562a-6d7c-4332-8e46-f933a73331a1\\azure-identity\\azure-identity-4.11.2-alpha.20250805.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c280562a-6d7c-4332-8e46-f933a73331a1\\azure-identity\\azure-identity-4.11.2-alpha.20250805.5.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-p0hHxuua7tSw/to6/JLUj33MCQF8djE0FbcwxKvLDEjV5Ax6OxUstfkpf3NCc4Q3ZLRSTv2VkFPJqLkIeiLPgg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"^4.2.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.2-alpha.20250805.5_1754437749280_0.8981413969477925","host":"s3://npm-registry-packages-npm-production"}},"4.11.2-alpha.20250808.3":{"name":"@azure/identity","version":"4.11.2-alpha.20250808.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.2-alpha.20250808.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"733f828bd908de59d7abf75835bc6f4c996be5bc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.2-alpha.20250808.3.tgz","fileCount":1252,"integrity":"sha512-y4/P6S+dQPZl5b9Ibs8wZQx78qlQvuw+v7+vMxWiAJuAgOG0T3d7fs2g7ItbOgRkciKRFtbhoj7D46BD5cvUyQ==","signatures":[{"sig":"MEUCIQCQXWt0MYIkfVhI5ubjZ1qsOhyKdLLGkcDhlILgx8soXAIgIbgNu7YJjCeIgw9UhC6wE5Z3nvTBZ3LODQxkHNf1Wkw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3395455},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b81f348b-d65b-4413-aed1-625475ac68e2\\azure-identity\\azure-identity-4.11.2-alpha.20250808.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b81f348b-d65b-4413-aed1-625475ac68e2\\azure-identity\\azure-identity-4.11.2-alpha.20250808.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-y4/P6S+dQPZl5b9Ibs8wZQx78qlQvuw+v7+vMxWiAJuAgOG0T3d7fs2g7ItbOgRkciKRFtbhoj7D46BD5cvUyQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","@types/ms":"^2.1.0","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.2-alpha.20250808.3_1754697256327_0.8698750096819978","host":"s3://npm-registry-packages-npm-production"}},"4.11.2":{"name":"@azure/identity","version":"4.11.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0118eb6622058277246e48a46873f84c265d05bf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.2.tgz","fileCount":1252,"integrity":"sha512-xajUK+qzN28JkVol93Ouleu+aNiETEx/LR2LkRWGb5vi8D2Tv6y5COyQHDZwVQhZW/EJDHNjuxjjv47jF3TntQ==","signatures":[{"sig":"MEUCIQCp2bBq+G0gzo1sjnQqtZ02eQHCXUnpF9jucCC4NV7QXgIgJ9vADh8f4gnBbGMRWRp0uKzYQEceBrYY/Lrf2fFMjsw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3395360},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8ffe80b7-6e7f-4f62-925f-b950dc626916\\azure-identity\\azure-identity-4.11.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8ffe80b7-6e7f-4f62-925f-b950dc626916\\azure-identity\\azure-identity-4.11.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-xajUK+qzN28JkVol93Ouleu+aNiETEx/LR2LkRWGb5vi8D2Tv6y5COyQHDZwVQhZW/EJDHNjuxjjv47jF3TntQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.2_1755820302945_0.40692398029341104","host":"s3://npm-registry-packages-npm-production"}},"4.11.2-alpha.20250825.5":{"name":"@azure/identity","version":"4.11.2-alpha.20250825.5","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.2-alpha.20250825.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"73ad29d962285c9031e3c0bb7e9708b53f450401","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.2-alpha.20250825.5.tgz","fileCount":1252,"integrity":"sha512-avUIxvxoAb2Bc7e/VHCP/mljhZxvC8TI101SvwcXQwq5hf8U2u4movViZHIWE7ZGNLTMovPWF6VCXOhIJCnI/g==","signatures":[{"sig":"MEQCICx63NR3SXEogSdf/UvOSySRQyMZ5S+hT2FHXGobVLz3AiBU8u3dEPm6rv+AxVI/JJAcoa0jz3u5nX0x4hwCYasKtA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3422364},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dd8ba5b2-3521-4143-8586-a5a94e8a8d40\\azure-identity\\azure-identity-4.11.2-alpha.20250825.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dd8ba5b2-3521-4143-8586-a5a94e8a8d40\\azure-identity\\azure-identity-4.11.2-alpha.20250825.5.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-avUIxvxoAb2Bc7e/VHCP/mljhZxvC8TI101SvwcXQwq5hf8U2u4movViZHIWE7ZGNLTMovPWF6VCXOhIJCnI/g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.2-alpha.20250825.5_1756165983804_0.8838880371956934","host":"s3://npm-registry-packages-npm-production"}},"4.11.2-alpha.20250826.2":{"name":"@azure/identity","version":"4.11.2-alpha.20250826.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.2-alpha.20250826.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dfc25dce381428fe18bed97bef93f19f2ca81435","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.2-alpha.20250826.2.tgz","fileCount":1252,"integrity":"sha512-aER0/+gce68Setl2sJuh/u1Tz5DkaDGcW3V9s8ZqIvQ+KPIrp+n6wcy6HK2SHubIVsbcxEmmFwGl4Ls2tzRohw==","signatures":[{"sig":"MEUCIQC2nue/52pfjwOJ1xMCW472b1iJ3IyENEo9K9DUEcjo9gIgDqQLz3hgPnK1BtLZiKES6h2Zk6gV7+lu65dD9R5c4Po=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3422364},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\17fae2d2-2950-4d27-99d8-b647fcd5674f\\azure-identity\\azure-identity-4.11.2-alpha.20250826.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\17fae2d2-2950-4d27-99d8-b647fcd5674f\\azure-identity\\azure-identity-4.11.2-alpha.20250826.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-aER0/+gce68Setl2sJuh/u1Tz5DkaDGcW3V9s8ZqIvQ+KPIrp+n6wcy6HK2SHubIVsbcxEmmFwGl4Ls2tzRohw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.2-alpha.20250826.2_1756252474937_0.48160171057828616","host":"s3://npm-registry-packages-npm-production"}},"4.11.2-alpha.20250827.2":{"name":"@azure/identity","version":"4.11.2-alpha.20250827.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.2-alpha.20250827.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7db79a2b5ec7c87fe38f0dbbe3c813eca29d2ace","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.2-alpha.20250827.2.tgz","fileCount":1252,"integrity":"sha512-x6TFwCrTOGlJpXMOsOmistGdKRvxEJbuLWBpU4MX61v6jn+oES1AuYOZokgmNDU5PytER3UHIYHmo2C8B20AzQ==","signatures":[{"sig":"MEUCIQCO84ZgInJ9l/Sbq3bXzxd0OcHrRfCoPdj1Rl+RM7R4ugIgF8Zv+UKxHp/4WaT1bwUJcAI5ov8v0yOdMdd86ESxjj4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3422797},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b811906d-1f1c-4590-a13d-323d74b57024\\azure-identity\\azure-identity-4.11.2-alpha.20250827.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b811906d-1f1c-4590-a13d-323d74b57024\\azure-identity\\azure-identity-4.11.2-alpha.20250827.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-x6TFwCrTOGlJpXMOsOmistGdKRvxEJbuLWBpU4MX61v6jn+oES1AuYOZokgmNDU5PytER3UHIYHmo2C8B20AzQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.2-alpha.20250827.2_1756338749466_0.09344487381285127","host":"s3://npm-registry-packages-npm-production"}},"4.11.2-alpha.20250829.1":{"name":"@azure/identity","version":"4.11.2-alpha.20250829.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.11.2-alpha.20250829.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5faf0ff61765221aec20f324cd34696638e43357","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.11.2-alpha.20250829.1.tgz","fileCount":1252,"integrity":"sha512-jugXyWZtlXBfXJfUfVwsjIppHxPRnImLk3wplEDuCV92bj9behAhboBWvWLVTksxqkI/GS1etIVoLJTNe/6oxQ==","signatures":[{"sig":"MEUCIQCyPtL1CkPc6um1Z2/0INBoi+cUIfNu5lX05Dn/9F8g1gIgJxzLM6Qbe/JV4g6466RiQCynVrIsOaFlXZYgTpSh2fg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3422797},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\89b517a5-8b45-451a-bde9-9921ca8ea205\\azure-identity\\azure-identity-4.11.2-alpha.20250829.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\89b517a5-8b45-451a-bde9-9921ca8ea205\\azure-identity\\azure-identity-4.11.2-alpha.20250829.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-jugXyWZtlXBfXJfUfVwsjIppHxPRnImLk3wplEDuCV92bj9behAhboBWvWLVTksxqkI/GS1etIVoLJTNe/6oxQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.11.2-alpha.20250829.1_1756511496071_0.3524210014467706","host":"s3://npm-registry-packages-npm-production"}},"4.12.0":{"name":"@azure/identity","version":"4.12.0","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.12.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"272e39a8742191aac0b9f5ec683984bf4d88e7cb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.12.0.tgz","fileCount":1252,"integrity":"sha512-6vuh2R3Cte6SD6azNalLCjIDoryGdcvDVEV7IDRPtm5lHX5ffkDlIalaoOp5YJU08e4ipjJENel20kSMDLAcug==","signatures":[{"sig":"MEQCIDkAA97W39cKC02kQbYj2VMa9Q8Gb8jHj8pZq/zTUP5mAiBUxKOOv0277ylivjQ/Ciyw/nUTEzSks6ko7k4XoeZLTw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3460691},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ecbd4ccd-5612-46dd-a272-9c83c107e8cb\\azure-identity-4.12.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ecbd4ccd-5612-46dd-a272-9c83c107e8cb\\azure-identity-4.12.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-6vuh2R3Cte6SD6azNalLCjIDoryGdcvDVEV7IDRPtm5lHX5ffkDlIalaoOp5YJU08e4ipjJENel20kSMDLAcug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.12.0_1757459784896_0.9670367309359993","host":"s3://npm-registry-packages-npm-production"}},"4.12.1-alpha.20251006.1":{"name":"@azure/identity","version":"4.12.1-alpha.20251006.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.12.1-alpha.20251006.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d39c1c6380ed13e5471cba2374b9643ab55adda3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.12.1-alpha.20251006.1.tgz","fileCount":1252,"integrity":"sha512-Yb5DYNYKcTjhninyOSr/RrK8kGx2t0qNJXaDoB9ipZCq+rB/WpQUX/h7gS4a4K5EVDwaCtNb3Af5y3gBGILG5g==","signatures":[{"sig":"MEUCIQDjUAb52bxK3v1TLjvkd26FN+gEeGDxSpwKnUhD5CaEzwIgXoiQD8/bByemE8CmUjNGSDJaPZtgO2V6RlC2i63A7Y8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475517},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1d6ca532-59f5-4dfc-b768-243713bd6765\\azure-identity\\azure-identity-4.12.1-alpha.20251006.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1d6ca532-59f5-4dfc-b768-243713bd6765\\azure-identity\\azure-identity-4.12.1-alpha.20251006.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Yb5DYNYKcTjhninyOSr/RrK8kGx2t0qNJXaDoB9ipZCq+rB/WpQUX/h7gS4a4K5EVDwaCtNb3Af5y3gBGILG5g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.12.1-alpha.20251006.1_1759794389457_0.4144679058076315","host":"s3://npm-registry-packages-npm-production"}},"4.13.0":{"name":"@azure/identity","version":"4.13.0","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"b2be63646964ab59e0dc0eadca8e4f562fc31f96","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0.tgz","fileCount":1252,"integrity":"sha512-uWC0fssc+hs1TGGVkkghiaFkkS7NkTxfnCH+Hdg+yTehTpMcehpok4PgUKKdyCH+9ldu6FhiHRv84Ntqj1vVcw==","signatures":[{"sig":"MEQCIBzeRDNHYe3gaHf9CjS7nIIxvceLC6TRI0ksIUL74yKUAiA8CKw5kJ5nxXqdABlX+ChQElGysbWHOWf8B9xqs7d4lA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475500},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\14ada8f4-802f-4a9c-b687-adaedd37d824\\azure-identity-4.13.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\14ada8f4-802f-4a9c-b687-adaedd37d824\\azure-identity-4.13.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-uWC0fssc+hs1TGGVkkghiaFkkS7NkTxfnCH+Hdg+yTehTpMcehpok4PgUKKdyCH+9ldu6FhiHRv84Ntqj1vVcw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0_1759859090487_0.4479604491008067","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251007.3":{"name":"@azure/identity","version":"4.13.0-alpha.20251007.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251007.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e52126b4ead50fb7df14cf1f26cee3c92a1bd8bf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251007.3.tgz","fileCount":1252,"integrity":"sha512-JKOck8MHWCExzJGTEMLN1Qk7E3wHkmAVj2VE63AanG5U5M1vjr3W0gqFjHVteVjZEyafVCLJCrnwa2tU74AOtg==","signatures":[{"sig":"MEQCIBslURkGjI0OLwJscjLse7p2/sd2GO93zbmyT9B5FrL5AiAmOLn6vHQv6MiTVtmj5IqjkRO/HulBCOKu3noK6BW4bQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475517},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d8da4ee6-f5ac-43d5-9d6f-6c94b91a5d21\\azure-identity\\azure-identity-4.13.0-alpha.20251007.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d8da4ee6-f5ac-43d5-9d6f-6c94b91a5d21\\azure-identity\\azure-identity-4.13.0-alpha.20251007.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-JKOck8MHWCExzJGTEMLN1Qk7E3wHkmAVj2VE63AanG5U5M1vjr3W0gqFjHVteVjZEyafVCLJCrnwa2tU74AOtg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251007.3_1759881036919_0.5622900660369021","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251008.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251008.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251008.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"24d7ff88dcfe57d4775ad7fd55937f33e3054e8b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251008.1.tgz","fileCount":1252,"integrity":"sha512-YWOQIS296t4XflevEnlZhVRdCmIcIO2IasFwp76MD6hGcAm+BV1KyWPZNahgOEhz3q4nshkB3kycI10gZ7i9oA==","signatures":[{"sig":"MEUCIC5EBEAP0EVkXSKX/oS4zjh19Cc0Zbn68f/cI9YObxQIAiEAtrjTrVM53exHb7VR2vnLV+4I/ebfb3F5zus4C8lSqJI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475517},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\811c89f1-da35-434d-86bb-826d07970b9c\\azure-identity\\azure-identity-4.13.0-alpha.20251008.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\811c89f1-da35-434d-86bb-826d07970b9c\\azure-identity\\azure-identity-4.13.0-alpha.20251008.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-YWOQIS296t4XflevEnlZhVRdCmIcIO2IasFwp76MD6hGcAm+BV1KyWPZNahgOEhz3q4nshkB3kycI10gZ7i9oA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251008.1_1759967281002_0.28366341056021915","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251009.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251009.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251009.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a2cc3a4406656cb9aaac209779e22630ffa7670b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251009.1.tgz","fileCount":1252,"integrity":"sha512-DMrSry4r/pXtsUTtJ8cW/dZiLC+7hFHUdJS8FmKRV5AxhgKz3zK4Sr/DvJ/y4BQ4ye8Fe74yt9Bp9xl4e5JBGw==","signatures":[{"sig":"MEUCIGbU2HSkQmV0qCZKt2g3YfscdX2mJQ6np4W3T3JbGmMyAiEAvjWVKSGS6MhcxdDIDP+fvoI2rh6SCOJCSGDy2juf4So=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475517},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f592a5c2-4e2a-4cba-8dc4-ff888da9e492\\azure-identity\\azure-identity-4.13.0-alpha.20251009.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f592a5c2-4e2a-4cba-8dc4-ff888da9e492\\azure-identity\\azure-identity-4.13.0-alpha.20251009.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-DMrSry4r/pXtsUTtJ8cW/dZiLC+7hFHUdJS8FmKRV5AxhgKz3zK4Sr/DvJ/y4BQ4ye8Fe74yt9Bp9xl4e5JBGw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251009.1_1760053953010_0.920470624569707","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251010.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251010.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251010.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41deff09f68815f02986c9340b2882ca8f15eb4a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251010.1.tgz","fileCount":1252,"integrity":"sha512-KdyGDyW5QYTyUCkLuDpNWFBaCgm/KgLBeF7EGrEDUtzEz74DoVaiBf7jUBoo0HwwGcfvrFD92Vjp7E2PGH4sFg==","signatures":[{"sig":"MEUCIQC0F1PQW+yrjY0SZA1G4e/YJjgbzMVDxftst/eZ79CKgwIgRH1IZdL68c/UoxPUlPJzBiFAcjUY3cajqZXdFeEvLtE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475517},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c8ffffd2-5f0f-494d-8f65-3f86a2ed6bec\\azure-identity\\azure-identity-4.13.0-alpha.20251010.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c8ffffd2-5f0f-494d-8f65-3f86a2ed6bec\\azure-identity\\azure-identity-4.13.0-alpha.20251010.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-KdyGDyW5QYTyUCkLuDpNWFBaCgm/KgLBeF7EGrEDUtzEz74DoVaiBf7jUBoo0HwwGcfvrFD92Vjp7E2PGH4sFg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251010.1_1760139892081_0.8779409673866998","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251013.2":{"name":"@azure/identity","version":"4.13.0-alpha.20251013.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251013.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7351aa6fb6495190050a3bb58481a12b81207eb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251013.2.tgz","fileCount":1252,"integrity":"sha512-WVnqlPcnD6BBQzBdYiqXjCiHh45vcVs/y+lX2ohoTApgfp1W0jMVTE9IwUIMpSMVqaiYj0hLuzX8r+LMfoZVjQ==","signatures":[{"sig":"MEYCIQCTUeLkqUGvWQ90+9FvyTQS9ODyOCKoYCkftfotLGEppwIhAPjpVnXvipv51shlx3xPqBSYwDWGHlYivr2t/avbl5dG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475275},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85daa3f8-d36b-4061-929c-a41b7ba77e18\\azure-identity\\azure-identity-4.13.0-alpha.20251013.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85daa3f8-d36b-4061-929c-a41b7ba77e18\\azure-identity\\azure-identity-4.13.0-alpha.20251013.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-WVnqlPcnD6BBQzBdYiqXjCiHh45vcVs/y+lX2ohoTApgfp1W0jMVTE9IwUIMpSMVqaiYj0hLuzX8r+LMfoZVjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","@types/ms":"^2.1.0","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251013.2_1760399601981_0.8502803993040877","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251014.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251014.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251014.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68541f59490f15b020044d963c81e2b4969914c8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251014.1.tgz","fileCount":1252,"integrity":"sha512-emwiSS9BaqGZAzU9SoekwCqcDe0zywcRn+fXIB/Htu4GxnH7MjUWD+JSyHfq49HfckxGfuasRIm3edEm1RqmZg==","signatures":[{"sig":"MEUCIApNuwp1xLrBDTx4ynXNBeGUyApzNyTiyYf5OMkDDjMcAiEAgZdb6P1Km2VHKnjsA0vCfDx0a79AyUgeIk0csb+sSiw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475308},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\368cc072-ff20-48b0-a4d1-05953ed39510\\azure-identity\\azure-identity-4.13.0-alpha.20251014.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\368cc072-ff20-48b0-a4d1-05953ed39510\\azure-identity\\azure-identity-4.13.0-alpha.20251014.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-emwiSS9BaqGZAzU9SoekwCqcDe0zywcRn+fXIB/Htu4GxnH7MjUWD+JSyHfq49HfckxGfuasRIm3edEm1RqmZg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251014.1_1760486041164_0.3458888213862199","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251015.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251015.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251015.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1adf467b1b29e7d3d1877ac909d0f14e7b6994f6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251015.1.tgz","fileCount":1252,"integrity":"sha512-klDv354kTVW3rI9eg4tMgA7Wx13f310TYI0ivilFpJUJyCJRWvj+Dg3XcOlxENsLfiSQ/i1rqL8sEtokeiAE2w==","signatures":[{"sig":"MEQCIA3mqeBBQ1pa8TzkkBjZfzHZuaO0XpE0BxE5gCjcOlXaAiBi64ZQyU2wjEZDcRVGLxATBaM9m2WIrytDOfF8bBdaaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475309},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\80e7efb6-3872-4b6f-a276-46aab5593b5c\\azure-identity\\azure-identity-4.13.0-alpha.20251015.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\80e7efb6-3872-4b6f-a276-46aab5593b5c\\azure-identity\\azure-identity-4.13.0-alpha.20251015.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-klDv354kTVW3rI9eg4tMgA7Wx13f310TYI0ivilFpJUJyCJRWvj+Dg3XcOlxENsLfiSQ/i1rqL8sEtokeiAE2w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251015.1_1760572357183_0.4565940886475386","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251017.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251017.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251017.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"33b62d0e933bf8ca3e4529c9498737224fb931d1","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251017.1.tgz","fileCount":1252,"integrity":"sha512-I6zoXjzqYU+zhcxLhecsQhqsDKWl9nnCTquMxu+hj7IIMVvzsl6Vlo8eNAPg5948BV5c/pQzmEZTeoKt/TlXMg==","signatures":[{"sig":"MEUCIQDaF19wMHNwPawsHHpJs9F9NCD7dAKJTQFuDj6TQf8SDwIgF7q9W/oWVpdYhlahVuzK9ahaw13D6gkyn3udafogkiI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475455},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85ffafcf-d8b7-4752-8f4c-0d89ef9aa62f\\azure-identity\\azure-identity-4.13.0-alpha.20251017.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85ffafcf-d8b7-4752-8f4c-0d89ef9aa62f\\azure-identity\\azure-identity-4.13.0-alpha.20251017.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-I6zoXjzqYU+zhcxLhecsQhqsDKWl9nnCTquMxu+hj7IIMVvzsl6Vlo8eNAPg5948BV5c/pQzmEZTeoKt/TlXMg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251017.1_1760744756421_0.3766182328799881","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251020.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251020.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251020.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"938d38c496303f50672e0c9e9316f3f6999c8ae0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251020.1.tgz","fileCount":1252,"integrity":"sha512-R76zK0crTppychxzVafhH2CXOzHPckQq61D7c8RxI6oQ8TD9zS8/1RZtFuw6xHFnfTWYE9M64kzsroaxT6UzMw==","signatures":[{"sig":"MEQCIAm2CL+R8ztiQMGn8NztEnMQJ+2vzS1oTsACZawGe8RfAiBGXECYT8m+l9o6SSrrWoh0TGbGOYS3Gl3g2CgPSmc9jQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec28fd14-48ee-45e0-ad0c-fd6211b41e5c\\azure-identity\\azure-identity-4.13.0-alpha.20251020.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec28fd14-48ee-45e0-ad0c-fd6211b41e5c\\azure-identity\\azure-identity-4.13.0-alpha.20251020.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-R76zK0crTppychxzVafhH2CXOzHPckQq61D7c8RxI6oQ8TD9zS8/1RZtFuw6xHFnfTWYE9M64kzsroaxT6UzMw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251020.1_1761003907155_0.5886588358966647","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251021.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251021.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251021.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"76a7006dcf56efd9ee1e046fde7918552fbced27","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251021.1.tgz","fileCount":1252,"integrity":"sha512-RouCuz46eDISJk4ttpw55OI6palhB7ktODCr3Un/uruQNooCRNV7orIyM7Vn9diCUUKIBHaaslr5b9Ggj6Zr+g==","signatures":[{"sig":"MEYCIQCsp6RXfD4c9des3PqceV7datpBy8WuvP7m7HmDzLhAtAIhAMR0tZX7J501auP8qkrUlTxG5YCGdcAkj2jwNNw1Ntd1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5510fd6c-0b09-42a0-8120-0eed685fabc3\\azure-identity\\azure-identity-4.13.0-alpha.20251021.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5510fd6c-0b09-42a0-8120-0eed685fabc3\\azure-identity\\azure-identity-4.13.0-alpha.20251021.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-RouCuz46eDISJk4ttpw55OI6palhB7ktODCr3Un/uruQNooCRNV7orIyM7Vn9diCUUKIBHaaslr5b9Ggj6Zr+g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251021.1_1761090359114_0.8558134974003584","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251022.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251022.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251022.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"10fd67c3644270f8e74a293f025ca6573300dbc3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251022.1.tgz","fileCount":1252,"integrity":"sha512-AFvmjX7spu4L099v7u6NfScJlkv9VUypQ9oasLNqwwB9PZKFkcu/sD5G0RT/uIAzrjGI9U5U4+I+2+29Pb5r8w==","signatures":[{"sig":"MEYCIQDs050BQho+o1E332am9HG0ZpVybQBU/tVwNBRgJ9KxZQIhAIMDceG15gwiMiBSLItCiUrQxwtTXbJ19I0H/F3990oO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e5d21000-9e7b-4ee8-a056-57eaffcb2b43\\azure-identity\\azure-identity-4.13.0-alpha.20251022.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e5d21000-9e7b-4ee8-a056-57eaffcb2b43\\azure-identity\\azure-identity-4.13.0-alpha.20251022.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-AFvmjX7spu4L099v7u6NfScJlkv9VUypQ9oasLNqwwB9PZKFkcu/sD5G0RT/uIAzrjGI9U5U4+I+2+29Pb5r8w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251022.1_1761176977123_0.06069633555886367","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251023.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251023.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251023.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a239878a44661a7bfcce04a25c5b1aaadd7b3c54","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251023.1.tgz","fileCount":1252,"integrity":"sha512-6D5xwObEPgcfTLNDlyLBXoJJMAnNCcpU6f6938+I84F7ftqQwt2sZgKPTsHuff7eug2ZpfQKYbsTkN62ptltAg==","signatures":[{"sig":"MEUCIQDyYFeGJPKGSROKOuKiRmrFnZiJT1x3zWCk0Ik86DVVnwIgVGObvcWoszjswmjOXcq+CDXoZ3h5A7ZAJwRzTp2Aiys=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\74af6e96-7195-42bb-9214-0a3b28f4eca2\\azure-identity\\azure-identity-4.13.0-alpha.20251023.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\74af6e96-7195-42bb-9214-0a3b28f4eca2\\azure-identity\\azure-identity-4.13.0-alpha.20251023.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-6D5xwObEPgcfTLNDlyLBXoJJMAnNCcpU6f6938+I84F7ftqQwt2sZgKPTsHuff7eug2ZpfQKYbsTkN62ptltAg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251023.1_1761263241783_0.9210139038686265","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251024.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251024.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251024.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7238cc5ca3f6c10d48ae0be95d1fbb38122ddfa","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251024.1.tgz","fileCount":1252,"integrity":"sha512-vygRBOmI1GPyzovXSNG8iW8+KSF8uSLCWf3A0whB6GI22muAYIh4seU8PZi7fHw7nfRUVEVlIphxtfitIKuB1g==","signatures":[{"sig":"MEQCIFp4IJh4b4Jnc8ydZmBp/SulQR24CRLqfPp+tUVfzfrvAiBOkDsh8Di4lFfqdaH5yOPw9gdbhStWzn2pPYGwA8+DPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0ffa6a04-68ab-4f8e-99c4-97e1991bfaab\\azure-identity\\azure-identity-4.13.0-alpha.20251024.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0ffa6a04-68ab-4f8e-99c4-97e1991bfaab\\azure-identity\\azure-identity-4.13.0-alpha.20251024.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-vygRBOmI1GPyzovXSNG8iW8+KSF8uSLCWf3A0whB6GI22muAYIh4seU8PZi7fHw7nfRUVEVlIphxtfitIKuB1g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251024.1_1761349579738_0.187656217906067","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251027.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251027.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251027.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"87f7da0f68c6918b7abd308b2b109de7ee4ee01d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251027.1.tgz","fileCount":1252,"integrity":"sha512-DbkCt2Io6HYj/zVgqhjXOPC34W5IZvIpvFoBhllMrcDynzZWnvnodDBvP5CDVsQdBPc3HieqDuGfEd4X4Bo2uQ==","signatures":[{"sig":"MEQCIE51beVJU81sFQQpUApUh0/54HogSym5GYlQiOlMjgGUAiBWFqwEKJcJmG3VYe3R4RrAXlh4syHit9BTFHslwwDiiw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6bc44b35-9674-4214-9db4-cfc8449ecfde\\azure-identity\\azure-identity-4.13.0-alpha.20251027.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6bc44b35-9674-4214-9db4-cfc8449ecfde\\azure-identity\\azure-identity-4.13.0-alpha.20251027.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-DbkCt2Io6HYj/zVgqhjXOPC34W5IZvIpvFoBhllMrcDynzZWnvnodDBvP5CDVsQdBPc3HieqDuGfEd4X4Bo2uQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251027.1_1761608664275_0.06534514645466305","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251028.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251028.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251028.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e06e3ace7e16fe61e2648e210b9cff402e3ff21","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251028.1.tgz","fileCount":1252,"integrity":"sha512-n63EL/f1ayv+YRdhBdDkCxQ+M7XsETgGhMIna3vdC0EwCQSTCygmJ3LNmeRjtC0k5SElmKjQq6JCdI5JcGi/Dg==","signatures":[{"sig":"MEUCIQCuIdS1NEXrpknPd4idyMWfGX0DtyiL4OP/H/cIkxx24QIgQA7qAAoReUaNc7yx8MI9RJD8jvfUAXiEqUXwSZMsQKI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d501b058-d53f-4138-8bc1-2d9548b94c13\\azure-identity\\azure-identity-4.13.0-alpha.20251028.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d501b058-d53f-4138-8bc1-2d9548b94c13\\azure-identity\\azure-identity-4.13.0-alpha.20251028.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-n63EL/f1ayv+YRdhBdDkCxQ+M7XsETgGhMIna3vdC0EwCQSTCygmJ3LNmeRjtC0k5SElmKjQq6JCdI5JcGi/Dg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251028.1_1761695182217_0.18747988241941194","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251029.2":{"name":"@azure/identity","version":"4.13.0-alpha.20251029.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251029.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"71b9e032e03658258acf2ecebe84d023a7e8ec49","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251029.2.tgz","fileCount":1252,"integrity":"sha512-PP72V3wrYPhc4UBqqdrYXS8r/f+IrFXzHuk7BxKxqPUZGxuOCs5j/cuwq8bjD6zryK9uUAZ2IPwxdj32M08Wsw==","signatures":[{"sig":"MEUCIQDUtBlqnDstj6q9isx6/bkNtqADTPjvHCg2U/7sSVv/MwIgTx/ePDR36e55WBQI3oAcq1JXBIzn5Uj0ANviqAi7mqQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\954068f4-0a8b-487b-837b-7d634b98798e\\azure-identity\\azure-identity-4.13.0-alpha.20251029.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\954068f4-0a8b-487b-837b-7d634b98798e\\azure-identity\\azure-identity-4.13.0-alpha.20251029.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-PP72V3wrYPhc4UBqqdrYXS8r/f+IrFXzHuk7BxKxqPUZGxuOCs5j/cuwq8bjD6zryK9uUAZ2IPwxdj32M08Wsw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251029.2_1761781494483_0.8264701931632592","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251030.2":{"name":"@azure/identity","version":"4.13.0-alpha.20251030.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251030.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b761a0edaeea2ebb61e5f24fa4a1f9dddf69bf5b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251030.2.tgz","fileCount":1252,"integrity":"sha512-2dNFJvAJkJjWL/c4TnlVJ/6nsA9t+k6/CLRFG1FHgqNMcw/D8aI7z8ES2UZFQNT82sSxpTSf6ZfT8D0NA+KEow==","signatures":[{"sig":"MEUCIGRXYjjH+AG0A58HxzyV6haQ871AgzztqE2SJZtxrI0OAiEAmcnY7IGobVDNvY5O+4fZsbJSyqDjHXgekyvrLBXkCD8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\288f387e-4d82-49e9-a515-22e28d12ad23\\azure-identity\\azure-identity-4.13.0-alpha.20251030.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\288f387e-4d82-49e9-a515-22e28d12ad23\\azure-identity\\azure-identity-4.13.0-alpha.20251030.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-2dNFJvAJkJjWL/c4TnlVJ/6nsA9t+k6/CLRFG1FHgqNMcw/D8aI7z8ES2UZFQNT82sSxpTSf6ZfT8D0NA+KEow==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251030.2_1761867919749_0.7837987258717711","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251031.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251031.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251031.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a9960124eb70497bea95ae34bb54fd4f228ace0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251031.1.tgz","fileCount":1252,"integrity":"sha512-AUJ3ihmcoqmLlez7iJkrXrTV7daMbPzdnLReBSpqWPoS8e0ZDT0C9KjCj8AGYEs+pbUZjuEwInRMTxQaEHDE8g==","signatures":[{"sig":"MEUCIQDa4nO5r2kVQbsw5t57N4w0qGvi7qSgOhkCfZb0U+ai4AIgYxv6d3GBKovEkyrYtEfQ2YDKe/Z0kxseTM+dqoJN3nM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4575b28c-96a2-4253-8f45-d65281a4fbd2\\azure-identity\\azure-identity-4.13.0-alpha.20251031.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4575b28c-96a2-4253-8f45-d65281a4fbd2\\azure-identity\\azure-identity-4.13.0-alpha.20251031.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-AUJ3ihmcoqmLlez7iJkrXrTV7daMbPzdnLReBSpqWPoS8e0ZDT0C9KjCj8AGYEs+pbUZjuEwInRMTxQaEHDE8g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251031.1_1761954316582_0.9488021947183023","host":"s3://npm-registry-packages-npm-production"}},"4.13.0-alpha.20251103.1":{"name":"@azure/identity","version":"4.13.0-alpha.20251103.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.13.0-alpha.20251103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6c97e0e4270583c95db2dc8b5fb5ce3696f4ee3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.13.0-alpha.20251103.1.tgz","fileCount":1252,"integrity":"sha512-7RoCcZqLy9zoSBg4tCTot4DRF8qWaU2jrw9fSPx3GvmTol4bYs2rNNttMyKPZVLZCPeZGgFQA0Vqs9p4DfLT+Q==","signatures":[{"sig":"MEQCIBGM061V06cAnxw0UnLvIqWxkkya20xu7Y0XVJf/hM/kAiBnN6Kh6Qnbwd8NPQIO8JczIYSghqXXThQlKAwfQkTYiw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3475454},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ba99d9e6-6933-4974-9521-2d42e2a04cfa\\azure-identity\\azure-identity-4.13.0-alpha.20251103.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ba99d9e6-6933-4974-9521-2d42e2a04cfa\\azure-identity\\azure-identity-4.13.0-alpha.20251103.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-7RoCcZqLy9zoSBg4tCTot4DRF8qWaU2jrw9fSPx3GvmTol4bYs2rNNttMyKPZVLZCPeZGgFQA0Vqs9p4DfLT+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","@vitest/browser":"^3.2.3","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.13.0-alpha.20251103.1_1762217179950_0.2001089630431938","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-beta.1":{"name":"@azure/identity","version":"4.14.0-beta.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"beta","dist":{"shasum":"b9684fea79dcd8e7ad8e0eea136fda5c275da1ed","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-beta.1.tgz","fileCount":1268,"integrity":"sha512-PNSPa1Boqo/8LVg/INaq/TgD0VMKHcvBeX5Z8/5Nq5BS3qGID6ouYmZjIpYH9KEf8PcGriUSRSFV9GGGRQ/a5w==","signatures":[{"sig":"MEYCIQCw/S37wSwFLsnUBmp2B7BF0KNayAzY2YFA6re0uxy8mwIhALeeBd0ZRWtC8hZUlLpE1TWb1aDBGO965fm81ISmbfU1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578100},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6b65918c-6e0b-4d6d-9e29-d9ace784be95\\azure-identity-4.14.0-beta.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6b65918c-6e0b-4d6d-9e29-d9ace784be95\\azure-identity-4.14.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-PNSPa1Boqo/8LVg/INaq/TgD0VMKHcvBeX5Z8/5Nq5BS3qGID6ouYmZjIpYH9KEf8PcGriUSRSFV9GGGRQ/a5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-beta.1_1762464598523_0.4395931163543756","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251106.5":{"name":"@azure/identity","version":"4.14.0-alpha.20251106.5","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251106.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b5aad835cb6d4e25fa9dfcd7eac3508c5ae9771d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251106.5.tgz","fileCount":1268,"integrity":"sha512-JjHk4sI0pTC1LPfsNg6wESKMIuCIDWmIk5Z5W+cYKTqYo50Q8eVSsYF6NnfII/gvz0nyt6lLTPYbsifoxGoIJA==","signatures":[{"sig":"MEUCIQDSW6FaxxPEHLzE/JFlGTtTndwAbtT4SN/woT2w8Mq/ggIgVsdnUnTy8R38r3HI+jDD2bVr0ekMys8ZJej1/tQTp64=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578256},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3df13987-55c0-4c15-92bb-cf96ca4973b0\\azure-identity\\azure-identity-4.14.0-alpha.20251106.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3df13987-55c0-4c15-92bb-cf96ca4973b0\\azure-identity\\azure-identity-4.14.0-alpha.20251106.5.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-JjHk4sI0pTC1LPfsNg6wESKMIuCIDWmIk5Z5W+cYKTqYo50Q8eVSsYF6NnfII/gvz0nyt6lLTPYbsifoxGoIJA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251106.5_1762477146533_0.6094203629729016","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251107.2":{"name":"@azure/identity","version":"4.14.0-alpha.20251107.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251107.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cb8b226b4e31b786bd785bc94ba5542c6f61c346","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251107.2.tgz","fileCount":1268,"integrity":"sha512-vQaWYw3UP/LyHEfZnvl2QkWzdag+Eot/Vul6snQ1h42ALi5wbY3IuhCCwo5Sr3kgv7ltcGQb/Lf+xr0ZGE/77A==","signatures":[{"sig":"MEYCIQCQFRdwgYDj7aaUNKWNtH3E+F+8iIYtRVf2UOWLwWmO+gIhAPhoS2Tvh+mCF3Zsydb0t/4ao4wC6G2BIFSQc8EYpHQ0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578256},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7f58e29f-4e96-4439-b51a-aea1d076b708\\azure-identity\\azure-identity-4.14.0-alpha.20251107.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7f58e29f-4e96-4439-b51a-aea1d076b708\\azure-identity\\azure-identity-4.14.0-alpha.20251107.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-vQaWYw3UP/LyHEfZnvl2QkWzdag+Eot/Vul6snQ1h42ALi5wbY3IuhCCwo5Sr3kgv7ltcGQb/Lf+xr0ZGE/77A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251107.2_1762563342895_0.3139476558809542","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251110.2":{"name":"@azure/identity","version":"4.14.0-alpha.20251110.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251110.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"32b9b771d6ff780a799a0742c8c81bb6667fe2b7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251110.2.tgz","fileCount":1268,"integrity":"sha512-9rqNVkmY+s5YYbgBFA4OBtU82VYoqktC57HBfESCFyMjK825eGz1f1Ed5SXFEQqyhBkWwzSP9tqPcaOg2k5g+Q==","signatures":[{"sig":"MEUCIQCyjyNxm8tyCg++wVGziSblrRnpRZeo3GddJzynIOj58AIgWY6xumIWwMZHNx59/RDsJ/OuhCQ9ehzIwZ1W2DHrIt8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578256},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f2e2edf4-0bcb-4c2a-abd6-42ca7fa870bf\\azure-identity\\azure-identity-4.14.0-alpha.20251110.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f2e2edf4-0bcb-4c2a-abd6-42ca7fa870bf\\azure-identity\\azure-identity-4.14.0-alpha.20251110.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-9rqNVkmY+s5YYbgBFA4OBtU82VYoqktC57HBfESCFyMjK825eGz1f1Ed5SXFEQqyhBkWwzSP9tqPcaOg2k5g+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251110.2_1762822304200_0.895573154753162","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251111.2":{"name":"@azure/identity","version":"4.14.0-alpha.20251111.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251111.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"746a1fc26826b1a381b21c5aa89f4b2f49f4e589","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251111.2.tgz","fileCount":1268,"integrity":"sha512-4JUo9G+cEZFUGZIyYn2aSlbAsrpBQnICNprl4E1KGNJlYxBQJ9T7GKluYhp0iq6rzWX1wwmQH7udvvrqPPBGRA==","signatures":[{"sig":"MEUCIBRsKr0lYI3CqdlM2YvRvQHH0593GIhRTVqB9h+iCuhMAiEA2bCZ6DUjpC6eA5zeNNevKna/wRPZYVkHzur+vtYQm5w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578256},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\38319d5b-0d1b-4459-9af8-5ae91bc18ed0\\azure-identity\\azure-identity-4.14.0-alpha.20251111.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\38319d5b-0d1b-4459-9af8-5ae91bc18ed0\\azure-identity\\azure-identity-4.14.0-alpha.20251111.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4JUo9G+cEZFUGZIyYn2aSlbAsrpBQnICNprl4E1KGNJlYxBQJ9T7GKluYhp0iq6rzWX1wwmQH7udvvrqPPBGRA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251111.2_1762908269334_0.8767208288161359","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251112.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251112.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"86613d0c7fc87f9bf452c34d5c14831ab1061111","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251112.1.tgz","fileCount":1268,"integrity":"sha512-Y6mbUyu0djN1VNAiDvPuN0lc6OuNLjGOYxeK896mDu+30Dbf+7QLs3Kr+LIbFkhjtSbm4UIMzfp+iT4bckycYQ==","signatures":[{"sig":"MEUCIQDQRBGHhv6FQxvgPtiYDrStJdrND4OJOpBK1OngTipREQIgSUS5z9Rv/tlTxuFrXHUWVoWawkCrGPXAwg7o/e8i5rc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578256},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2834fe1d-0b58-4496-bff9-b0ea3af742fa\\azure-identity\\azure-identity-4.14.0-alpha.20251112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2834fe1d-0b58-4496-bff9-b0ea3af742fa\\azure-identity\\azure-identity-4.14.0-alpha.20251112.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Y6mbUyu0djN1VNAiDvPuN0lc6OuNLjGOYxeK896mDu+30Dbf+7QLs3Kr+LIbFkhjtSbm4UIMzfp+iT4bckycYQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251112.1_1762994852543_0.7207539188003373","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251113.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251113.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"08c8ac998b493a0692ad16ef721be38da310b709","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251113.1.tgz","fileCount":1268,"integrity":"sha512-hbRab1tSEby1O/iX7AYThqLphUoGlaeBqOuPTdSjPl4cM5gW4hT8HLSFZr8DXiBgVk06q0frJtgityjWALSZXA==","signatures":[{"sig":"MEUCIC4Eo+48+QuJ6f9Bw03RITBEhcGx1A9SFtY7+ZPxYsHgAiEAgUEHhxrdgAyYlpYRPCR4vkb71HRdl5dFd06zcKeSxMM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\34b9fa41-bfa5-4092-b93e-fcdd07662bf2\\azure-identity\\azure-identity-4.14.0-alpha.20251113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\34b9fa41-bfa5-4092-b93e-fcdd07662bf2\\azure-identity\\azure-identity-4.14.0-alpha.20251113.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-hbRab1tSEby1O/iX7AYThqLphUoGlaeBqOuPTdSjPl4cM5gW4hT8HLSFZr8DXiBgVk06q0frJtgityjWALSZXA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.24","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251113.1_1763081550768_0.9739572451883574","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251114.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251114.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"480178c5c6b503bd1cf2a483a75a25e70a82f330","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251114.1.tgz","fileCount":1268,"integrity":"sha512-/gidoCbvglpyifxLVmXRwexu8oXTNBGUOH3UU9n0dzegdvwAzUE4mmzz29yU3Cnp/FVv2kJpllo6esOeBIlupg==","signatures":[{"sig":"MEUCIFjnuITXvBK2fGr8xx1kl+LyJsTZSo2FzHbiQg0JjXq5AiEAjJyXBAUpITueidW5ZZOWjEP7JWOuRO1NPranUscCdtw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6509df52-0399-4613-a6d5-e9b9d38859f7\\azure-identity\\azure-identity-4.14.0-alpha.20251114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6509df52-0399-4613-a6d5-e9b9d38859f7\\azure-identity\\azure-identity-4.14.0-alpha.20251114.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-/gidoCbvglpyifxLVmXRwexu8oXTNBGUOH3UU9n0dzegdvwAzUE4mmzz29yU3Cnp/FVv2kJpllo6esOeBIlupg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251114.1_1763168124867_0.2197254566563842","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251117.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251117.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"50c4826b634d7186b94d853019eef3f2261d7419","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251117.1.tgz","fileCount":1268,"integrity":"sha512-EmN7w6HocBiU8gc64iI91tGOCw43XpQQBOQ6Hcn3IWPQIaxs8mUiJ3sucCqbTF3I7M0bS/HjqxpdBFOdUp6rAA==","signatures":[{"sig":"MEQCIH0dt4DoOuSOVbepnuuAkpBoCB1SmoieUosdsNMJulAxAiATdetOcCoCZDmQGRMlugyV8uMEe+1uiC4aVAMXhc3WWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6e433c61-7e09-4638-9445-10ab401667df\\azure-identity\\azure-identity-4.14.0-alpha.20251117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6e433c61-7e09-4638-9445-10ab401667df\\azure-identity\\azure-identity-4.14.0-alpha.20251117.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-EmN7w6HocBiU8gc64iI91tGOCw43XpQQBOQ6Hcn3IWPQIaxs8mUiJ3sucCqbTF3I7M0bS/HjqxpdBFOdUp6rAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251117.1_1763427135128_0.7846246763949591","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251118.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251118.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251118.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3411d0242a6c30469e3ef0562416d7b8106e69d7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251118.1.tgz","fileCount":1268,"integrity":"sha512-6KNX6ozk3KwUEzFIMrZPvSIJfdn2yTsenK65MklE1hoDyf6i5MmpTxYl8Jsy7QIDIwpu5wf0xeSiqi/cTAjFqg==","signatures":[{"sig":"MEUCIFR2yaJFvssFXvuk5AeRevaP0o1oXLFcCt9I+iOgd3FvAiEAim7mb55TRiIQ+F0qFOzZilUBlTxqO387wUPU3W49V2A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\94b05667-426a-4a6d-9b8d-c04fe6acedf2\\azure-identity\\azure-identity-4.14.0-alpha.20251118.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\94b05667-426a-4a6d-9b8d-c04fe6acedf2\\azure-identity\\azure-identity-4.14.0-alpha.20251118.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-6KNX6ozk3KwUEzFIMrZPvSIJfdn2yTsenK65MklE1hoDyf6i5MmpTxYl8Jsy7QIDIwpu5wf0xeSiqi/cTAjFqg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251118.1_1763513141640_0.19456562835290048","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251119.2":{"name":"@azure/identity","version":"4.14.0-alpha.20251119.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251119.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c335dda4c1e6332a8d651d23a04554400ae04dc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251119.2.tgz","fileCount":1268,"integrity":"sha512-EvH8DjBkwTMurpKMLqV8LphYJr7vZhgm3qMjzYgMzUsOHwLAWP/Y9gMPMBDf2LkEK59ZlNXlUOyAOQpIOsum3g==","signatures":[{"sig":"MEQCIDNGXDpUsRwXqKJkgGbf9gmmTzdRg1UFArZ6o0mNrgWYAiAgX3CyV7CH+/+w+YwW3yIRIIVDPlGA08i0V6eNTTjAcA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29dfec68-d161-4cdd-9fb7-4dfa40418e4a\\azure-identity\\azure-identity-4.14.0-alpha.20251119.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29dfec68-d161-4cdd-9fb7-4dfa40418e4a\\azure-identity\\azure-identity-4.14.0-alpha.20251119.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-EvH8DjBkwTMurpKMLqV8LphYJr7vZhgm3qMjzYgMzUsOHwLAWP/Y9gMPMBDf2LkEK59ZlNXlUOyAOQpIOsum3g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^10.1.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251119.2_1763599558010_0.9549767319638762","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251120.2":{"name":"@azure/identity","version":"4.14.0-alpha.20251120.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251120.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5370d4eeb461d8cd13d6c90ef6ca2cbba6c6ecf6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251120.2.tgz","fileCount":1268,"integrity":"sha512-gWfsi14w/m5m8lsKSpCi6lMUgE2ip+Gog+oC6WAihnaQHx/WEvfqhIUvT3nRyDo0k6oxKi+zqOp3vJz843J38g==","signatures":[{"sig":"MEUCIBcGfy7Sgk5XdqFS3CKpyLhEnHv+qbc4V4sBuS4AtuReAiEA+DC2tPwlyBaFy2KvQuE64HkEq45mNAJ30rQ+UQ4S/+Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\66043e45-424a-4661-98c4-41f95de05f57\\azure-identity\\azure-identity-4.14.0-alpha.20251120.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\66043e45-424a-4661-98c4-41f95de05f57\\azure-identity\\azure-identity-4.14.0-alpha.20251120.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-gWfsi14w/m5m8lsKSpCi6lMUgE2ip+Gog+oC6WAihnaQHx/WEvfqhIUvT3nRyDo0k6oxKi+zqOp3vJz843J38g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251120.2_1763685979068_0.42867308996130116","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251121.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251121.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0592c68982852dd7382bc293fe47e6dd709f240f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251121.1.tgz","fileCount":1268,"integrity":"sha512-FLfmjT1ocLQNpnn8T8lVkBziEACv40H/2LxkB/2wb3aAtOfZfZtwQgapngtY1jP/sy4I5KqSLnxl/CXsQUhV6w==","signatures":[{"sig":"MEYCIQDez2TJ15xonmkshk72SdN66ihqhKT8SnqkAdicce0A7wIhAINQo0JyQWRnVNBvH8Jle7tpchWFA94rNy+6mxKPga38","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\58333a98-db03-4fb5-8f44-2bf24ca0c93c\\azure-identity\\azure-identity-4.14.0-alpha.20251121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\58333a98-db03-4fb5-8f44-2bf24ca0c93c\\azure-identity\\azure-identity-4.14.0-alpha.20251121.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-FLfmjT1ocLQNpnn8T8lVkBziEACv40H/2LxkB/2wb3aAtOfZfZtwQgapngtY1jP/sy4I5KqSLnxl/CXsQUhV6w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251121.1_1763772333024_0.43072683915980225","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251124.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251124.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4187f076806bbdd89b464591aa1259e4148fd5f2","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251124.1.tgz","fileCount":1268,"integrity":"sha512-eAlZd9xza0i9Z8kwRgID0Y+l141sXOkiQyO4Z1Nvd9GDMU/wOtEmNK1yFzAz4bNUGvQv6zvxlrxeI0vUyIrfTw==","signatures":[{"sig":"MEQCIFkwTYkJ0ttaCrkfV52KRXJJhNHTC2GdCZ05ZmBbI5gWAiBlpiLze23AT/+zecWXYcC+boET8WvDt4i9Lvb8sz9FPQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a9536aa2-ba4f-4336-85f6-b28d7962654d\\azure-identity\\azure-identity-4.14.0-alpha.20251124.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a9536aa2-ba4f-4336-85f6-b28d7962654d\\azure-identity\\azure-identity-4.14.0-alpha.20251124.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-eAlZd9xza0i9Z8kwRgID0Y+l141sXOkiQyO4Z1Nvd9GDMU/wOtEmNK1yFzAz4bNUGvQv6zvxlrxeI0vUyIrfTw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251124.1_1764031827334_0.9761811411492414","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251125.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251125.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251125.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"667700a0881c228d550318d8156b44b72d957c87","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251125.1.tgz","fileCount":1268,"integrity":"sha512-Ud6GU20Ps1QKyGnr9/DeegKnMRZ2vHYL9RnaiTeB8ymWFJxijvQnrgY67Ul4d/ehIoI7FnAhdK+N+QFmX3jEpg==","signatures":[{"sig":"MEQCIB/wo217vUfEvBSe49oEMcMQf/OEjXwD4KtdAA0vKd4rAiAPmD+a3Pkd52TqzoId0H5wEOjS7Tfg1lAUVx4qOicR0A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d424d070-819d-4e2f-b487-b9f2806482ea\\azure-identity\\azure-identity-4.14.0-alpha.20251125.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d424d070-819d-4e2f-b487-b9f2806482ea\\azure-identity\\azure-identity-4.14.0-alpha.20251125.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Ud6GU20Ps1QKyGnr9/DeegKnMRZ2vHYL9RnaiTeB8ymWFJxijvQnrgY67Ul4d/ehIoI7FnAhdK+N+QFmX3jEpg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251125.1_1764118121759_0.936537648261359","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251126.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251126.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c9342db3e4751e6eb73a98e02398209ce78dc4d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251126.1.tgz","fileCount":1268,"integrity":"sha512-fMlXz++qohB3iaGhuAO6Ts0bktCn8N3J7sh0GTiIFC6DVnOMK9eqRI+n3APN0wsz3P+xehQuMCr3Wm6FXpccNQ==","signatures":[{"sig":"MEYCIQDeWS/r0/kq2KL9mNc8JBOyzDmjpvP3ID1WY6Ea5hDEcAIhAKmGEP1tV9AfwZFOqwX8TT+052SU8mV6f6YJUd4csjSx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\50453c76-7208-4509-b08a-70756b63cfa9\\azure-identity\\azure-identity-4.14.0-alpha.20251126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\50453c76-7208-4509-b08a-70756b63cfa9\\azure-identity\\azure-identity-4.14.0-alpha.20251126.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-fMlXz++qohB3iaGhuAO6Ts0bktCn8N3J7sh0GTiIFC6DVnOMK9eqRI+n3APN0wsz3P+xehQuMCr3Wm6FXpccNQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251126.1_1764204329737_0.5786706411044111","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251128.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251128.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4ca91241bd828ff5d63a2257b789b141cb94526e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251128.1.tgz","fileCount":1268,"integrity":"sha512-W3fFUzx3T5unuOiXl7DzlzurXrtsxd6ve0mgaHSem3ViBdMlPkM074f3rghMbXLZY8RcU178wT4wkWDBZe9QQg==","signatures":[{"sig":"MEYCIQCDAnX4e+c7NDCTJilUnIgxK8b/gRaBUqvx+tWvmwmOsAIhAIaqrwP8gUt7FUFJZVcLL/12fXcGFpFCvUcYTkiDVUJC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\221e3c07-3c02-467d-a1f1-3c281fdcd477\\azure-identity\\azure-identity-4.14.0-alpha.20251128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\221e3c07-3c02-467d-a1f1-3c281fdcd477\\azure-identity\\azure-identity-4.14.0-alpha.20251128.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-W3fFUzx3T5unuOiXl7DzlzurXrtsxd6ve0mgaHSem3ViBdMlPkM074f3rghMbXLZY8RcU178wT4wkWDBZe9QQg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251128.1_1764377242222_0.4537625526861091","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251201.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251201.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251201.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d70829b92f22849e9ade9784671d0aea16601b80","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251201.1.tgz","fileCount":1268,"integrity":"sha512-HPHYAMWwNCiTrkeAGRGhQwYn1yuTEq6VXt+4raZQQjGzp1mkijulODf61ico7JpKgVpNoGtY2WPpcFWPw/RPkQ==","signatures":[{"sig":"MEUCIEp2ZOpmeI9RS0QznOESLHC1y4b9qnuK7ykIZIiHhtdiAiEA4j23uPSZCRSVYXsjv3I3GnSblxLmAgLad7F+ZFJoUzE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578217},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3af6d4e0-0d24-4f4c-9d2c-367bdb5fe133\\azure-identity\\azure-identity-4.14.0-alpha.20251201.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3af6d4e0-0d24-4f4c-9d2c-367bdb5fe133\\azure-identity\\azure-identity-4.14.0-alpha.20251201.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-HPHYAMWwNCiTrkeAGRGhQwYn1yuTEq6VXt+4raZQQjGzp1mkijulODf61ico7JpKgVpNoGtY2WPpcFWPw/RPkQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251201.1_1764636706351_0.6258438757771163","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251202.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251202.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14c70b3fdb49b5251759e292ea8a552482247b2a","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251202.1.tgz","fileCount":1268,"integrity":"sha512-7/kAPHrKOW/z1N7GHpd4tbso8jZ9DUAb2vnc2ohLVchTvbrqX9B1mu43+e2tdDkKr5efAZXM/0FL8OCS/aRQ0g==","signatures":[{"sig":"MEQCIDwGP1hmyP4GMEdTCcDTqrmn4jvFeieverc/LLg0qWXzAiA/LUnLEWcMzxuSmXuPKbu2AHJWjSS6YAqr9bwtOThsvw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578217},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\da0d84a5-6605-4c80-b353-bc1a7745adb2\\azure-identity\\azure-identity-4.14.0-alpha.20251202.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\da0d84a5-6605-4c80-b353-bc1a7745adb2\\azure-identity\\azure-identity-4.14.0-alpha.20251202.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-7/kAPHrKOW/z1N7GHpd4tbso8jZ9DUAb2vnc2ohLVchTvbrqX9B1mu43+e2tdDkKr5efAZXM/0FL8OCS/aRQ0g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251202.1_1764722875641_0.017200014170678957","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251203.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251203.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"83aab69387a35d173d7501e4b23361d49b171d73","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251203.1.tgz","fileCount":1268,"integrity":"sha512-+RX+YcaLXoKvAskzKiJYo5/1mv5ckON53BGL0zfKIqce9CDn2DR5PifeFpWx1VRm397eetzUxDV9CCb9nAAJOQ==","signatures":[{"sig":"MEUCIFBmgHcuHvwXbECdMfKNKIfM40//yHEWlibXnqAlslWoAiEAsxD8dtKGVtV7RizhZVo/vCdwQCHTTNkLJij6vQvjFNM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578217},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a49594d4-d418-4fc4-9a41-8f5172b9e6e9\\azure-identity\\azure-identity-4.14.0-alpha.20251203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a49594d4-d418-4fc4-9a41-8f5172b9e6e9\\azure-identity\\azure-identity-4.14.0-alpha.20251203.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-+RX+YcaLXoKvAskzKiJYo5/1mv5ckON53BGL0zfKIqce9CDn2DR5PifeFpWx1VRm397eetzUxDV9CCb9nAAJOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251203.1_1764809508023_0.24120071401587317","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251204.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251204.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b5ffdaa356c81fbd4aca6f4483398c290ec8aa27","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251204.1.tgz","fileCount":1268,"integrity":"sha512-uzBtykmldb95ASnLg2BL+s+ZJxUPKvPDQizSY5lqGgzCFosl7LxlFaHhJcFqn3qi71ipGxL/afqrUQLPzWaoAA==","signatures":[{"sig":"MEUCIQCs3G+9VmBnJnHfo9ZLh2BCm9Q0DUULet0rehu2uW8/GwIgFzmIT/UycdhyKZ5QcaeCmD793LYZxvXNlLmDuwSyQts=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578217},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7220ae73-313c-47a3-bd37-f905512a4f80\\azure-identity\\azure-identity-4.14.0-alpha.20251204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7220ae73-313c-47a3-bd37-f905512a4f80\\azure-identity\\azure-identity-4.14.0-alpha.20251204.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-uzBtykmldb95ASnLg2BL+s+ZJxUPKvPDQizSY5lqGgzCFosl7LxlFaHhJcFqn3qi71ipGxL/afqrUQLPzWaoAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251204.1_1764895582479_0.7391862839243546","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251205.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251205.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e810bac3029b789a035279380753ff81f52e9d90","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251205.1.tgz","fileCount":1268,"integrity":"sha512-SmgnEykgSTPKHlFtdo3VOHCbXHQE0/VLP73cejZaZVsEIt8E33ZEx64UJL989z31K+f1rPmvvW8FUjkNPZU/og==","signatures":[{"sig":"MEYCIQDs8uClZLgVlJPiWHmtQB7+g2BEPlPCDR/hvqYDFmtyvAIhAMBiD+FQAm4i7SQRs3vM5k2fygc5WS9hiteftXP5SScY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578217},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e04ac8a4-40c4-45e9-b766-fe1f8959228c\\azure-identity\\azure-identity-4.14.0-alpha.20251205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e04ac8a4-40c4-45e9-b766-fe1f8959228c\\azure-identity\\azure-identity-4.14.0-alpha.20251205.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-SmgnEykgSTPKHlFtdo3VOHCbXHQE0/VLP73cejZaZVsEIt8E33ZEx64UJL989z31K+f1rPmvvW8FUjkNPZU/og==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251205.1_1764982327841_0.06943027489024045","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251208.3":{"name":"@azure/identity","version":"4.14.0-alpha.20251208.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251208.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f866715821babd193a57fa05b8b966e1f4f92de","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251208.3.tgz","fileCount":1268,"integrity":"sha512-QP5S1QSIxp9Y+so4s2s7w4jdZAeC7/s7DhpS+ks9xH93tTAcryGg6FfrtHpWe0+LnCglzM0dclvgs4htLr8Twg==","signatures":[{"sig":"MEUCIFrE/fELk/MgNodx7UEJTd9WxWTUbqqQdU21xhD5fTaNAiEAwO5XjSG6iqhdcX9Sr721+8XEckTkaabENRFwd3yfD60=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3578427},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e5e0ff43-a045-4137-a0f6-562672349d25\\azure-identity\\azure-identity-4.14.0-alpha.20251208.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e5e0ff43-a045-4137-a0f6-562672349d25\\azure-identity\\azure-identity-4.14.0-alpha.20251208.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-QP5S1QSIxp9Y+so4s2s7w4jdZAeC7/s7DhpS+ks9xH93tTAcryGg6FfrtHpWe0+LnCglzM0dclvgs4htLr8Twg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251208.3_1765241620955_0.9072846614125243","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251209.3":{"name":"@azure/identity","version":"4.14.0-alpha.20251209.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251209.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"911fd1d6f954bf060b307a0735d3656c877ee647","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251209.3.tgz","fileCount":1284,"integrity":"sha512-72j5qwoO0TM/cQhYbYonw2yClbN+kCanYkRFRp2Zg38ReYnnKVbtw6gDIWi3DiuSI0npMeNy+yeZUQhM95dmmQ==","signatures":[{"sig":"MEUCIDFwlSZ+uZKlZXkfSHvxEa3kLc4g5W4s2AMS7i+CTIcsAiEAphpLWlTXcLKQYgSfh4VHY0jaZDBUOxJ0O4r23jMFFTk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3573188},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9e31493c-919f-4b80-8f60-94e72095fcc0\\azure-identity\\azure-identity-4.14.0-alpha.20251209.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9e31493c-919f-4b80-8f60-94e72095fcc0\\azure-identity\\azure-identity-4.14.0-alpha.20251209.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-72j5qwoO0TM/cQhYbYonw2yClbN+kCanYkRFRp2Zg38ReYnnKVbtw6gDIWi3DiuSI0npMeNy+yeZUQhM95dmmQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251209.3_1765327486520_0.9270720969465598","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251210.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251210.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2d11dad3b8510ce26c49fd66b0e38849b3154537","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251210.1.tgz","fileCount":1284,"integrity":"sha512-E/4LbvefMbPM/NjUVg7urvUrq2zvr+hNrdDSgs4sA/Albk3gNcZ/lgYioFEm8LstGHO9MVZ+GRMqV0yep/wq6g==","signatures":[{"sig":"MEUCIQDnlzN9/eO2g3dGJm/RAI28pqwxnsfsmdl++bp6kvKe1gIgRjClnNpx/JfjpJxGmAqlf+d20giEQ27tfXpqMfB3td8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3573188},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0e562343-b138-433b-95e6-758596428426\\azure-identity\\azure-identity-4.14.0-alpha.20251210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0e562343-b138-433b-95e6-758596428426\\azure-identity\\azure-identity-4.14.0-alpha.20251210.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-E/4LbvefMbPM/NjUVg7urvUrq2zvr+hNrdDSgs4sA/Albk3gNcZ/lgYioFEm8LstGHO9MVZ+GRMqV0yep/wq6g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251210.1_1765414352244_0.5292941293679021","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251212.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251212.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"800ab4cf1d326df512500497fde5ebf270f9a4d5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251212.1.tgz","fileCount":1284,"integrity":"sha512-EMjsYFBc4QALFe09nI+06vjPL3+gK1xHrU55bUkrhZ/3L0mwuPpD5/GuEZ3gPnBv6kkzesjjnSJd1oTywuk+rQ==","signatures":[{"sig":"MEYCIQD3cJz9PtN0ThefqDiUJHzd3dDKhewWWhB2Xo+HsTY1LAIhAPVAVywTesK9KFhp85SgxmRD0+9AIKKiMwf/YD7zKnC8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3573188},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36bacd14-ebf6-4a28-bff3-d29ddc59eaee\\azure-identity\\azure-identity-4.14.0-alpha.20251212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36bacd14-ebf6-4a28-bff3-d29ddc59eaee\\azure-identity\\azure-identity-4.14.0-alpha.20251212.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-EMjsYFBc4QALFe09nI+06vjPL3+gK1xHrU55bUkrhZ/3L0mwuPpD5/GuEZ3gPnBv6kkzesjjnSJd1oTywuk+rQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251212.1_1765586901352_0.8834044562974346","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251215.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251215.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251215.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0fc45e2adbc4d9a2869b849386bdd3d0a04649cf","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251215.1.tgz","fileCount":1284,"integrity":"sha512-6MDZ3XUbAdo6YCqalPDzdMF7vsIlHZm8X8mS3XtUBlO22y/aLFjIhqnVB3/+wBIRy7nnPxlH91w8O3fMWM5PBg==","signatures":[{"sig":"MEYCIQCO9UMlUWn05wyjm0kBvRr/r13JNGHF2DtFb7hYCLYf6gIhAPJBTzmqGSybDG9Fc+Aw7eE0cwWgO6EgEfN0R3yhX2zf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3573188},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a2085916-3c59-4bc6-bd3f-5b946224aa9b\\azure-identity\\azure-identity-4.14.0-alpha.20251215.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a2085916-3c59-4bc6-bd3f-5b946224aa9b\\azure-identity\\azure-identity-4.14.0-alpha.20251215.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-6MDZ3XUbAdo6YCqalPDzdMF7vsIlHZm8X8mS3XtUBlO22y/aLFjIhqnVB3/+wBIRy7nnPxlH91w8O3fMWM5PBg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251215.1_1765845928313_0.4084101487051728","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251216.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251216.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d641e00db7f0dd677d12e5b4ae6831a8881c9159","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251216.1.tgz","fileCount":1284,"integrity":"sha512-vk4g1N9vNGW7t2MN0W3Crj7XE0CY9GxiXEDDgh21qZvo4hPFprBPVH39xXEVhX7it29m0JV3+pYdFdjnJFvoWg==","signatures":[{"sig":"MEUCIED1yHbFnHzIxsq6ojjK355ea9tCNVHu0djTerxPYeKHAiEA9itkroY6SCdVDTkXCcfROnMfaj6RRwk7ONYTcidBDBE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3573188},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\77f42619-a7ea-4b1a-b3c9-e5be5e445ab9\\azure-identity\\azure-identity-4.14.0-alpha.20251216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\77f42619-a7ea-4b1a-b3c9-e5be5e445ab9\\azure-identity\\azure-identity-4.14.0-alpha.20251216.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-vk4g1N9vNGW7t2MN0W3Crj7XE0CY9GxiXEDDgh21qZvo4hPFprBPVH39xXEVhX7it29m0JV3+pYdFdjnJFvoWg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251216.1_1765932378279_0.2245480226382155","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251217.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251217.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"733961fd2621cdb392c06401820f03c55aeca3f4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251217.1.tgz","fileCount":1284,"integrity":"sha512-iWqsn86oaZ0H8WeQOXUKJ6AGnuzBR5ft8TnydreV9li5QgaFy0pTXbSviPaMEMdKIL+RgWpzPBHjgvPDXyN4yQ==","signatures":[{"sig":"MEUCIGCy8wGqyHvcReCzUYGSvtnYUVsGsuN7UqAsEXcf2mPmAiEA0nXy7YtMuC4e4z+GB3hafXULs6H1pOblkPf95HHj+5w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3573188},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6b5eddb0-aeb6-46dd-8fef-e2116e1f354b\\azure-identity\\azure-identity-4.14.0-alpha.20251217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6b5eddb0-aeb6-46dd-8fef-e2116e1f354b\\azure-identity\\azure-identity-4.14.0-alpha.20251217.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-iWqsn86oaZ0H8WeQOXUKJ6AGnuzBR5ft8TnydreV9li5QgaFy0pTXbSviPaMEMdKIL+RgWpzPBHjgvPDXyN4yQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251217.1_1766018788009_0.980894458816369","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251218.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251218.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e4fe3260ab5c9801aae07d969b4cb5b5b195f5d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251218.1.tgz","fileCount":1284,"integrity":"sha512-Y0Cl0ciBExd7fvTWEidksoFcqSsWayn/vXJO/b8BbQ8A8OISUScNrmnHhabajVTExZN7b6YwE/yGTT94uUOuSQ==","signatures":[{"sig":"MEQCIFInbnEVSJBvdfJR7vtgSx0K57R8nNq3qG6ygYCLM4hzAiB3Ao4lyx07DNMFL8/KHa9myH9tvawAVZjg9aAyo9g2iQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3573188},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\64f5adfd-713e-470f-be75-969f8d330766\\azure-identity\\azure-identity-4.14.0-alpha.20251218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\64f5adfd-713e-470f-be75-969f8d330766\\azure-identity\\azure-identity-4.14.0-alpha.20251218.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Y0Cl0ciBExd7fvTWEidksoFcqSsWayn/vXJO/b8BbQ8A8OISUScNrmnHhabajVTExZN7b6YwE/yGTT94uUOuSQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251218.1_1766105551258_0.3746242114727558","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251219.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251219.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"629499a29b703e56c44075536247613ed6545164","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251219.1.tgz","fileCount":1284,"integrity":"sha512-slncRzkhEVgWrgGg5GPcF8xjS+Ko0RqaSP0HPBs6GPJ/ah+TgRrADKyyYOASiXCvZeEcIaKrPektEf/hXLRHRw==","signatures":[{"sig":"MEYCIQDwvb/KcsMArc0styzpkItU0yxSnJXASJWhaok+hWsf7AIhAL5RWTOAp809Cuhg/h9YAmoLNyS21vHxg2bru3Ceq7lP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3573188},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9766914e-0011-452b-8e9a-ee47dbdf36a7\\azure-identity\\azure-identity-4.14.0-alpha.20251219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9766914e-0011-452b-8e9a-ee47dbdf36a7\\azure-identity\\azure-identity-4.14.0-alpha.20251219.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-slncRzkhEVgWrgGg5GPcF8xjS+Ko0RqaSP0HPBs6GPJ/ah+TgRrADKyyYOASiXCvZeEcIaKrPektEf/hXLRHRw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251219.1_1766191920123_0.4611023886652206","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251222.2":{"name":"@azure/identity","version":"4.14.0-alpha.20251222.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251222.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fb6c901c081ac5fa4c491132245810d2f76bc34d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251222.2.tgz","fileCount":1284,"integrity":"sha512-R04WQLBgq/mYIPO7uvXHozhU0N+WnxgZqXkKyLUuE5TrR/5WeGjdMxBrYJvf3c//CSOqKX0rOHxLUxn8O/gGFA==","signatures":[{"sig":"MEUCIESLiLKdZ4gK54XI/nCoevQMfvyCL0qtuLctlTk++KdTAiEAxfjQ4rvQVLDfJnPaIc2jw/bJnU2RcO1s7lD2sup967A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593698},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e5007c86-cd55-4953-bdde-ea4858f634fe\\azure-identity\\azure-identity-4.14.0-alpha.20251222.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e5007c86-cd55-4953-bdde-ea4858f634fe\\azure-identity\\azure-identity-4.14.0-alpha.20251222.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-R04WQLBgq/mYIPO7uvXHozhU0N+WnxgZqXkKyLUuE5TrR/5WeGjdMxBrYJvf3c//CSOqKX0rOHxLUxn8O/gGFA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251222.2_1766450764885_0.24638313381144217","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251223.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251223.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fe63ecb3d4e6ec57c10963e936f509c7f4e864da","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251223.1.tgz","fileCount":1284,"integrity":"sha512-hH2v8v35K+DIv1fhq+8wlK25jZZITOa7a5Urg0LK75I3ZSELQuzmuVFCt422VVyTKfEBdOCxqbaj/UcaZk7u/Q==","signatures":[{"sig":"MEUCIQDuO+OYV8pEWhmi+3DYERSiVShjiS0+QdY2BSmj7HvsPwIgCM7Y4KkNDisXVbAMmLduPqTHATh5U2F9sqKfWZwQ2a0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593698},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8e3ef0cf-e57d-4f78-bff5-5b62eaf487de\\azure-identity\\azure-identity-4.14.0-alpha.20251223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8e3ef0cf-e57d-4f78-bff5-5b62eaf487de\\azure-identity\\azure-identity-4.14.0-alpha.20251223.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-hH2v8v35K+DIv1fhq+8wlK25jZZITOa7a5Urg0LK75I3ZSELQuzmuVFCt422VVyTKfEBdOCxqbaj/UcaZk7u/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251223.1_1766537072587_0.013082419059953443","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251224.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251224.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8c6b187f8495d307b426dfa2a1757c06b50d56be","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251224.1.tgz","fileCount":1284,"integrity":"sha512-yLyzMO+2AGssqFD/bUA3QC8AvUYzDddd1jJGUtxyMOc8pMSbG/6DVYTdevONSbuY38TtcYwC66IvuwDCQ2/54g==","signatures":[{"sig":"MEQCIBN3HU89JhKjvKM9W7i/SeVDmWngVUqIEKMohq7nhzr5AiBH+VMCg08ia3V2+B8U5YU9NWRj7Lg70McKZ/NJhw/Oag==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593698},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cece95ea-30c0-47f9-87a9-6afdb6b911fc\\azure-identity\\azure-identity-4.14.0-alpha.20251224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cece95ea-30c0-47f9-87a9-6afdb6b911fc\\azure-identity\\azure-identity-4.14.0-alpha.20251224.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-yLyzMO+2AGssqFD/bUA3QC8AvUYzDddd1jJGUtxyMOc8pMSbG/6DVYTdevONSbuY38TtcYwC66IvuwDCQ2/54g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251224.1_1766623491266_0.4052199832127392","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251229.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251229.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251229.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a3025215563ac9c42784f6db0a89bec7031a0595","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251229.1.tgz","fileCount":1284,"integrity":"sha512-GJIsEvs4VNu+8IRO3kVKWFn2HYhpGFZG+Rhve2jcLYbUqTYJzqQp2nMI2BwnrDikI0LufhN/bim+oEYo3uXT1g==","signatures":[{"sig":"MEYCIQDlHCrlbrUedQClVPjSSicQ0q6A2LQAMZYbIo2jD5XLKgIhALjRkekQ3kjY/m52ZKZ1CjzRTSGajc4a97jR7BNSMMKp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593698},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb8a7757-7186-4c0f-8387-be8274d82acf\\azure-identity\\azure-identity-4.14.0-alpha.20251229.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb8a7757-7186-4c0f-8387-be8274d82acf\\azure-identity\\azure-identity-4.14.0-alpha.20251229.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-GJIsEvs4VNu+8IRO3kVKWFn2HYhpGFZG+Rhve2jcLYbUqTYJzqQp2nMI2BwnrDikI0LufhN/bim+oEYo3uXT1g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251229.1_1767055625874_0.9845199230453432","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251230.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251230.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251230.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a9ea79afee312c9c8ec86b312e051b7e31e1681f","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251230.1.tgz","fileCount":1284,"integrity":"sha512-UJGqPa51EX/UA9kZ/SBovRuYcEjZIuB5HbWgAkHjwJiDw/3affNNJQTfnsbPtF1SOGcBPR+Fm59RRcmx/d5unw==","signatures":[{"sig":"MEQCIBbsxYrEnbjkhtWRKHI8wnx4vzF2ISNVjNeDzSa/JE46AiBVMeXaPzN8iJ/V/p6pHVneZ9jcMVAmeVOecoE1nhnzOQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593698},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\df0b61cc-86e5-4634-a239-47495ed98780\\azure-identity\\azure-identity-4.14.0-alpha.20251230.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\df0b61cc-86e5-4634-a239-47495ed98780\\azure-identity\\azure-identity-4.14.0-alpha.20251230.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-UJGqPa51EX/UA9kZ/SBovRuYcEjZIuB5HbWgAkHjwJiDw/3affNNJQTfnsbPtF1SOGcBPR+Fm59RRcmx/d5unw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251230.1_1767141932243_0.4900995224627165","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20251231.1":{"name":"@azure/identity","version":"4.14.0-alpha.20251231.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20251231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f12ec1747f894fb2db825decdca515ea7af772dc","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20251231.1.tgz","fileCount":1284,"integrity":"sha512-WDfje8CQ67cSPSin2qJb2mcD5vAdBRzHen+MSqoCls3dISXLhnt8tgWcDeBMbCGo8P9ZpDYj5cTCW32lATlZfQ==","signatures":[{"sig":"MEQCIB217r+IQvN6hUJZCj7/qnYEUGY31Ge+ZAS4bJUM4lIMAiAmMgd3Yq+UtRca5VrK6HBd4q3IeqESS7iXaiuo98fYXg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593698},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ffeb68e3-bbd2-47f0-ab39-6c551c440767\\azure-identity\\azure-identity-4.14.0-alpha.20251231.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ffeb68e3-bbd2-47f0-ab39-6c551c440767\\azure-identity\\azure-identity-4.14.0-alpha.20251231.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-WDfje8CQ67cSPSin2qJb2mcD5vAdBRzHen+MSqoCls3dISXLhnt8tgWcDeBMbCGo8P9ZpDYj5cTCW32lATlZfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20251231.1_1767228253308_0.1660475098666312","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260102.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260102.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c4c57a443b8fecd4a18d406eb50be760c6c87325","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260102.1.tgz","fileCount":1284,"integrity":"sha512-VBKqNOZNq+7D794cVHlHTiX+nKSJjwdd1SB3S0lD3dqMYX/yATKb6LMmBHCN757NK7TO3CjLwh+EKVfOuVWyIw==","signatures":[{"sig":"MEYCIQDSd3PSCavetITuyVbhhDyHczVEOSRa3Q7OE+RwlNb79QIhAIUWJ9JerlZ6tf1eBk8jvRVHkTy0bBmt9lvqMDgIWvq4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593698},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a7f4a471-5eea-4682-8073-3d5a337cc599\\azure-identity\\azure-identity-4.14.0-alpha.20260102.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a7f4a471-5eea-4682-8073-3d5a337cc599\\azure-identity\\azure-identity-4.14.0-alpha.20260102.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-VBKqNOZNq+7D794cVHlHTiX+nKSJjwdd1SB3S0lD3dqMYX/yATKb6LMmBHCN757NK7TO3CjLwh+EKVfOuVWyIw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260102.1_1767401068978_0.3046492863617414","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260105.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260105.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c306ca73635fd38dff001096004431d71ca3c4c6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260105.1.tgz","fileCount":1284,"integrity":"sha512-UcWFLYts0HKIKRKTCbmy+YTCGMZk9iBVb7RSY+Q7wePhS3saTkCq1Zqydw5jTtzHmo5Vu1eSZz1XMpJAtEwL2A==","signatures":[{"sig":"MEYCIQDTDVMW5Z9ca+nTFHKQzh80UQX0BpyehHu0flwbfQc+DgIhAMMV/jCpwwlIqMYNEl/HT+K31yxUXNfX2+rajC9C7LYf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593698},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\68ffb6d4-5888-446a-9f1c-290dd9fbe6ff\\azure-identity\\azure-identity-4.14.0-alpha.20260105.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\68ffb6d4-5888-446a-9f1c-290dd9fbe6ff\\azure-identity\\azure-identity-4.14.0-alpha.20260105.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-UcWFLYts0HKIKRKTCbmy+YTCGMZk9iBVb7RSY+Q7wePhS3saTkCq1Zqydw5jTtzHmo5Vu1eSZz1XMpJAtEwL2A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260105.1_1767660745984_0.9355163833158626","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260106.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260106.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"88e15f3029413c6269bdc8d0a1285b34806111e8","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260106.1.tgz","fileCount":1284,"integrity":"sha512-nqCmQI762mfUcW2lf7Ink4RlTnXuENuyC5eSdSGtu/BpCXeinR5+wnOF4WpYDvaEH7xwjiUHYWWUZcvsp/d7CQ==","signatures":[{"sig":"MEUCIBJQ5NidTt+Gf5Jc2g/VjixfXDXWBOO2vzcB7aCu1alfAiEA9gbRfB8sIrkdxMCZgeJ0U6Pn9dTN/R+xrbHPNAdi3iQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593698},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c95b6020-8a3e-4726-b281-ecfaf716e422\\azure-identity\\azure-identity-4.14.0-alpha.20260106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c95b6020-8a3e-4726-b281-ecfaf716e422\\azure-identity\\azure-identity-4.14.0-alpha.20260106.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-nqCmQI762mfUcW2lf7Ink4RlTnXuENuyC5eSdSGtu/BpCXeinR5+wnOF4WpYDvaEH7xwjiUHYWWUZcvsp/d7CQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260106.1_1767747408641_0.44185432667103774","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260107.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260107.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a2120f3649ed6132a4c2b71d52604e16298a9464","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260107.1.tgz","fileCount":1284,"integrity":"sha512-tH6k3N68iZDOXEC0yjrF82qW9q6M94/wGz/DcNVyqLoPs7g8m7iImxzL+/SHpOGoB98m6rUamIr6V1gnGyxe2A==","signatures":[{"sig":"MEUCIQCIrc6AcPaUFVqxqLxLD+Hpgc0bkWe4SAeHrP5AQMGaVQIgMh0lZfcktn5x9GsTGw73XXLWaYgfWv5Prwsjd6jpFAk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d5411fec-4a8f-4505-b31f-8ad6c5f143fd\\azure-identity\\azure-identity-4.14.0-alpha.20260107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d5411fec-4a8f-4505-b31f-8ad6c5f143fd\\azure-identity\\azure-identity-4.14.0-alpha.20260107.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-tH6k3N68iZDOXEC0yjrF82qW9q6M94/wGz/DcNVyqLoPs7g8m7iImxzL+/SHpOGoB98m6rUamIr6V1gnGyxe2A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260107.1_1767833848537_0.35384103696354785","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260108.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260108.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a3dc09faaffa0ba18223dd122bae3217facc9542","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260108.1.tgz","fileCount":1284,"integrity":"sha512-mNYUH6GJHWXJECDdEOd6rguyM7xZQc0saDwTPOUmehWT5rfvbhLaWnYm8P4JMx6FnZdZA9DF3AONS+P6jgK5Ww==","signatures":[{"sig":"MEQCIHov4Ct8R7uwA11LttRKq6vXbfRSqolDEyIvIP0pnmCTAiAOyRpNrZFvjFRhCjDJQXIFaTtKHkg1Aqpt/3NoT+3y3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fd8f4795-c65c-4bec-9693-369ed73da1a2\\azure-identity\\azure-identity-4.14.0-alpha.20260108.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fd8f4795-c65c-4bec-9693-369ed73da1a2\\azure-identity\\azure-identity-4.14.0-alpha.20260108.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-mNYUH6GJHWXJECDdEOd6rguyM7xZQc0saDwTPOUmehWT5rfvbhLaWnYm8P4JMx6FnZdZA9DF3AONS+P6jgK5Ww==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260108.1_1767920227313_0.16741318751464407","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260109.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260109.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"38eabcddafc61f8cced6773a312a6513bd9170da","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260109.1.tgz","fileCount":1284,"integrity":"sha512-OLQh9Y3WWX6qkmrpId3i4AGSCZmXXlx2jVHVPB2Pu87Gqs4SKaUOUWHVwvC74bbL98JrqvEy8GLaHOM25Nl8Fw==","signatures":[{"sig":"MEUCIGw3emy/DDPnq4sKxh2wUNI+EvA/XOdbQb9vH58EDMx5AiEAsLPd/gFfTalaJkkSwW2G1bNpa1f/3PRLF4DJX26vno8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\62e4e28f-2e9c-4a6a-9c86-066accf493fb\\azure-identity\\azure-identity-4.14.0-alpha.20260109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\62e4e28f-2e9c-4a6a-9c86-066accf493fb\\azure-identity\\azure-identity-4.14.0-alpha.20260109.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-OLQh9Y3WWX6qkmrpId3i4AGSCZmXXlx2jVHVPB2Pu87Gqs4SKaUOUWHVwvC74bbL98JrqvEy8GLaHOM25Nl8Fw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260109.1_1768006317616_0.8188199373875509","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260112.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260112.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c76a4cd051a07433a23bcc9e72127d3e7c478ea0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260112.1.tgz","fileCount":1284,"integrity":"sha512-s+I9Eg/8cKJP94MYmuM9Fg+fCNyWlC91pdST6RNGaVQ3DvJ8ufOXazuijuUNsnDBC1xm65AODh2bXIlQv1bNfw==","signatures":[{"sig":"MEYCIQDRfaRlDzOQCC+jd/3/iqA1fMt3wPuWgxq+cdH5r8y7FAIhALj0KDBH3XHs9j5FRl37gnI4ZAAc0UQpH55NykecHI5n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\99805f20-f06f-4646-9fec-2f7c7d9a20c1\\azure-identity\\azure-identity-4.14.0-alpha.20260112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\99805f20-f06f-4646-9fec-2f7c7d9a20c1\\azure-identity\\azure-identity-4.14.0-alpha.20260112.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-s+I9Eg/8cKJP94MYmuM9Fg+fCNyWlC91pdST6RNGaVQ3DvJ8ufOXazuijuUNsnDBC1xm65AODh2bXIlQv1bNfw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260112.1_1768265839874_0.8930235001612394","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260113.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260113.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"675244649ca4eb7278e4682bfe9f27958ef133bb","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260113.1.tgz","fileCount":1284,"integrity":"sha512-UTHznfJUHVZYGpVWBZx8QpyDEVeaxAFQJufEN5GeVKhb3gmOax34MvP+IU+Be4RgCVM0GNlJ6waA9gbdp6raJg==","signatures":[{"sig":"MEYCIQD3zykZ9e/3hBiAYH13ipgi9oomrJ/CrD2fX8UCfTRzXgIhAOEzduQW7E7RwQZYzQTTuS99YfamB3P6bDDXchh4jVag","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\27eaa293-7967-4f4a-ba8c-f16743bee46f\\azure-identity\\azure-identity-4.14.0-alpha.20260113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\27eaa293-7967-4f4a-ba8c-f16743bee46f\\azure-identity\\azure-identity-4.14.0-alpha.20260113.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-UTHznfJUHVZYGpVWBZx8QpyDEVeaxAFQJufEN5GeVKhb3gmOax34MvP+IU+Be4RgCVM0GNlJ6waA9gbdp6raJg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260113.1_1768352198312_0.006333992961589763","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260114.2":{"name":"@azure/identity","version":"4.14.0-alpha.20260114.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260114.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cb937af5f1be6b85a2b3899c28461f4c1c3d0204","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260114.2.tgz","fileCount":1284,"integrity":"sha512-C+5GslyqdZpPjORAS6zfTdR/Nb7KVYZD0rJG++ks6WDiQi3xrPRWqVmF0rRrmKYWrQp49mN0FW0nM+w7laXuHQ==","signatures":[{"sig":"MEUCIQCQ5USEjJ3xXQN6VGDG22jtOtXWXbDc3RINNTn/AlrLRwIgFxmmekQSeUW0T9hl5ny/DQ4juasHfwn48wGYrEhD8J4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\40b182f4-8a98-44eb-820f-e00c14db3e1c\\azure-identity\\azure-identity-4.14.0-alpha.20260114.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\40b182f4-8a98-44eb-820f-e00c14db3e1c\\azure-identity\\azure-identity-4.14.0-alpha.20260114.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-C+5GslyqdZpPjORAS6zfTdR/Nb7KVYZD0rJG++ks6WDiQi3xrPRWqVmF0rRrmKYWrQp49mN0FW0nM+w7laXuHQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260114.2_1768438637268_0.8599120781979492","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260115.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260115.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c2caf446bcf15ca8227c90909a4cedfee1fb4d5","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260115.1.tgz","fileCount":1284,"integrity":"sha512-Jya/LL1/TjRrJbn3hiEEoiSWaLunwXM5jUGd34h6I15WopIi+UA5czX6eYmGE7jekQsdTbgGtqHrH8OfRf/8Pw==","signatures":[{"sig":"MEUCIQCWA4RwtYXGE4BDpfHO+wfZw+jhg1mdEk/jfN9BYR0EbwIgFpPqY42oUdE+usacZKdXIbTh/VPZFlLF8o6NH1uGcFc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2c30537c-3f93-4339-b1c9-c7e90bc79cc4\\azure-identity\\azure-identity-4.14.0-alpha.20260115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2c30537c-3f93-4339-b1c9-c7e90bc79cc4\\azure-identity\\azure-identity-4.14.0-alpha.20260115.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Jya/LL1/TjRrJbn3hiEEoiSWaLunwXM5jUGd34h6I15WopIi+UA5czX6eYmGE7jekQsdTbgGtqHrH8OfRf/8Pw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260115.1_1768525150601_0.5692305510297377","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260116.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260116.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5904e2ffd82a3224feabdd876698ad96d511bca9","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260116.1.tgz","fileCount":1284,"integrity":"sha512-AfJne2Tk59TuChqaWfQPVhCW9KMoLFSVHUUPMgvOwHyIflhBMPUCA7edKRTa9JirCKMeZ8CGp8fKob9KF3jH0A==","signatures":[{"sig":"MEYCIQDHSK73TRzLSr3ThBsP+O2hkpBYWLnW9j1GDwrnmK7hugIhAJH3o40JS0J65kDsdf/dKpEN89oCuYTyC48Uy0BTMCsD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\984cf0a3-9b6a-433b-9b84-1574ad08534d\\azure-identity\\azure-identity-4.14.0-alpha.20260116.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\984cf0a3-9b6a-433b-9b84-1574ad08534d\\azure-identity\\azure-identity-4.14.0-alpha.20260116.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-AfJne2Tk59TuChqaWfQPVhCW9KMoLFSVHUUPMgvOwHyIflhBMPUCA7edKRTa9JirCKMeZ8CGp8fKob9KF3jH0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260116.1_1768611096958_0.6235257850080629","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260119.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260119.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"934a2889e49b45a48661fe6bbc5fba5cd1ce3fb4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260119.1.tgz","fileCount":1284,"integrity":"sha512-IJK0idDKw6umLZynOdEyDHRGN5W/LWwDuelsb9oA0S4hWAdkopAcQlAeumhr1tn7G1bh3T+5y3v5ELrW4OwyiA==","signatures":[{"sig":"MEUCID91xtbcrvduoZgScbDOtAPXQaYObRD1COeZJ/Apyj9IAiEA7Sb5WVg/RLOpgy37Dy5q0MKDhrWj+uJOkCXHa7lN8A0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b630f8f7-489b-4a9f-9761-fa8e0866c0f7\\azure-identity\\azure-identity-4.14.0-alpha.20260119.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b630f8f7-489b-4a9f-9761-fa8e0866c0f7\\azure-identity\\azure-identity-4.14.0-alpha.20260119.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-IJK0idDKw6umLZynOdEyDHRGN5W/LWwDuelsb9oA0S4hWAdkopAcQlAeumhr1tn7G1bh3T+5y3v5ELrW4OwyiA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260119.1_1768869981053_0.04981639830081752","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260120.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260120.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"10808f839514d92227dde5804162b71ab5927498","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260120.1.tgz","fileCount":1284,"integrity":"sha512-3kT/uXByeX3zcON9NvSFbwdLvjLGRNbwQDEHzHUa8ZKbn83F3iS9Zb2YigeNMx4fIH/K8WagnPaVVv/hUpqjsA==","signatures":[{"sig":"MEUCIGdL1QUXwfNgq7coYZCkL8+dNbyhSHHjjKNTrhEaptNUAiEA13XzgS7Zvq5yjo8y9Rmalwo0JnKIkHHRuAHqIiUxt0s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f2d17e6-6923-49aa-99b4-9bb9afafd086\\azure-identity\\azure-identity-4.14.0-alpha.20260120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f2d17e6-6923-49aa-99b4-9bb9afafd086\\azure-identity\\azure-identity-4.14.0-alpha.20260120.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-3kT/uXByeX3zcON9NvSFbwdLvjLGRNbwQDEHzHUa8ZKbn83F3iS9Zb2YigeNMx4fIH/K8WagnPaVVv/hUpqjsA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260120.1_1768956487557_0.857674443923262","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260121.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260121.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41f454ff932a1f44e88a6035d1b5a7b95398c6b6","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260121.1.tgz","fileCount":1284,"integrity":"sha512-JiPBQlRZ0RUcUNp93+07L7nOdub3/2gGe/sLhILMjT9ENog9GLiGUZPIaYxwtfWuIJJJfGQ8q71itQQEO+2EZQ==","signatures":[{"sig":"MEQCICdL1cTF/fJJ9b74XzgbIJTocoSqL7eHrismMSHAiEh4AiBKWXL5HwUi0oyLUQmKSUmusVle9FND4gFp4DEpHf9OIQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e1742e5c-a4b8-4c0c-91d4-d93956973733\\azure-identity\\azure-identity-4.14.0-alpha.20260121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e1742e5c-a4b8-4c0c-91d4-d93956973733\\azure-identity\\azure-identity-4.14.0-alpha.20260121.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-JiPBQlRZ0RUcUNp93+07L7nOdub3/2gGe/sLhILMjT9ENog9GLiGUZPIaYxwtfWuIJJJfGQ8q71itQQEO+2EZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260121.1_1769043099738_0.7941998481885482","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260123.3":{"name":"@azure/identity","version":"4.14.0-alpha.20260123.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260123.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c8c9d9f45c302453319a65eebeb17b83616c0eab","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260123.3.tgz","fileCount":1284,"integrity":"sha512-0w4s51eAfKNoHOqbTW/ZMzQsQznLZXIroEP2sOIaJzPBEyg1czU31dc2iI4UQtrFd+zRYW99ZHt9mMm/rACp9Q==","signatures":[{"sig":"MEUCIH9VNa6yhxFYxsKXtOkKha+uT35TkrlvsQKMBm24x0xbAiEA/SiENU9/gRTRX62PiKN7oEIJ5CR7uiH3oL97T710lv4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\abda21e6-d836-4e64-8e58-28d79df85b8a\\azure-identity\\azure-identity-4.14.0-alpha.20260123.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\abda21e6-d836-4e64-8e58-28d79df85b8a\\azure-identity\\azure-identity-4.14.0-alpha.20260123.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-0w4s51eAfKNoHOqbTW/ZMzQsQznLZXIroEP2sOIaJzPBEyg1czU31dc2iI4UQtrFd+zRYW99ZHt9mMm/rACp9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260123.3_1769215908911_0.49711685536094175","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260126.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260126.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"75aaca5dd290ab72278b3ec19d2c1afdb0892324","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260126.1.tgz","fileCount":1284,"integrity":"sha512-+HTE1yUdP3bBSZQNJG6XMHG/cTQwIX9Rz+rOzSLov33MoS1ENIZDbVLQb1pTSOnXRJBKA3c1oqlvt3UrvugZKw==","signatures":[{"sig":"MEYCIQC9oAHcvpBJBbjEwkOUkL2xr6uIDcCGxu6J9VLBXNYSMgIhAOF6LwA0PJUqMVQaAbAKVEVpdGsCvzKUo9Tz2QLX6lsL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0519815d-e3e3-4cd4-9cec-47a0e6135059\\azure-identity\\azure-identity-4.14.0-alpha.20260126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0519815d-e3e3-4cd4-9cec-47a0e6135059\\azure-identity\\azure-identity-4.14.0-alpha.20260126.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-+HTE1yUdP3bBSZQNJG6XMHG/cTQwIX9Rz+rOzSLov33MoS1ENIZDbVLQb1pTSOnXRJBKA3c1oqlvt3UrvugZKw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260126.1_1769475301402_0.48168424834953405","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260127.2":{"name":"@azure/identity","version":"4.14.0-alpha.20260127.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260127.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f74902ab024bc22db6a767c255b2e918ed0ab71","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260127.2.tgz","fileCount":1284,"integrity":"sha512-MvXefYONq+t2HkmGRQPCf/fF+5yf+nh99anR+9S5eS9AUOBFldVrkPVekZodseeZiRsJ1GmdHdm84WQDczpa/Q==","signatures":[{"sig":"MEQCIF+IXhu0IjPXIGq1rXpmDhm97rJ9aWQavc42tOQQdBTBAiB1UPAOukK7CfBqjtyAu+tXp/dxvZflkEqNIkPtPpgxbA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\355412b1-a26d-4951-bcc1-9f4408a1cd8d\\azure-identity\\azure-identity-4.14.0-alpha.20260127.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\355412b1-a26d-4951-bcc1-9f4408a1cd8d\\azure-identity\\azure-identity-4.14.0-alpha.20260127.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-MvXefYONq+t2HkmGRQPCf/fF+5yf+nh99anR+9S5eS9AUOBFldVrkPVekZodseeZiRsJ1GmdHdm84WQDczpa/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260127.2_1769561599393_0.3684036428329829","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260128.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260128.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df81fc1aaed42fe14dcf3fc2840d24a81c75059c","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260128.1.tgz","fileCount":1284,"integrity":"sha512-PHX58S6mocc+nmm0fXovBjlrvSjJNACoML+52/D+U+6RpptUvLb8UmQdzDypspVQWSFuAek57KaUpvhkKuXLHQ==","signatures":[{"sig":"MEQCIEhEflGX4NvrqmheK3poGy/1eOBRZNfwiZ0sh1BjbKB9AiAB431SunDi+mp1W3KerXr2p6vc+l1OGlFxAzfXZzCE8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e396d48f-49f0-4e22-a662-ebed5760ac36\\azure-identity\\azure-identity-4.14.0-alpha.20260128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e396d48f-49f0-4e22-a662-ebed5760ac36\\azure-identity\\azure-identity-4.14.0-alpha.20260128.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-PHX58S6mocc+nmm0fXovBjlrvSjJNACoML+52/D+U+6RpptUvLb8UmQdzDypspVQWSFuAek57KaUpvhkKuXLHQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260128.1_1769647709463_0.6278098548165407","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260129.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260129.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5218cb49663c6f2c2f404a11a8e8418bf3c9814","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260129.1.tgz","fileCount":1284,"integrity":"sha512-FpO6aJWm54aXoanNHGetrJTV0NQDSfkSO5Ak5cWXitXE0roNWdGF5cTS6x3dSGavSlJUwacF4PHgvNPkcYphrg==","signatures":[{"sig":"MEQCIFjPV6lOLTXxMiZQ3dBzb0qxvimhjBaAMPj2yOmSVU1UAiAPIP72uFHBDA4hIvrdSEEIqA8E6zUVmbUFFn0BExQ7iA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ba1624a5-a217-4c2d-b663-0eb7a07c75ad\\azure-identity\\azure-identity-4.14.0-alpha.20260129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ba1624a5-a217-4c2d-b663-0eb7a07c75ad\\azure-identity\\azure-identity-4.14.0-alpha.20260129.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-FpO6aJWm54aXoanNHGetrJTV0NQDSfkSO5Ak5cWXitXE0roNWdGF5cTS6x3dSGavSlJUwacF4PHgvNPkcYphrg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260129.1_1769734244745_0.5566677320890645","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260130.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260130.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260130.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e217890c4c7a1ae89f2ddca7de7f10fba1193928","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260130.1.tgz","fileCount":1284,"integrity":"sha512-FFeTiRGCpbHtrmTWCRblZfeQigODkVMcBPjN2mT2M1+vnI/4J92tqRCapi6D/55Wq4M8ASIdm+iQBYXFJI3LqQ==","signatures":[{"sig":"MEUCIQDUX5VJ2P4KZVFBe/PzGRLKtbHExCgw3BXlomhGvAPUwwIgbdMiTcMpU/URtS164ylbXI5RAL1taXdrp5VNoEc41Mo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a3b36bc9-d3b3-4b84-9553-6e2d9e066ece\\azure-identity\\azure-identity-4.14.0-alpha.20260130.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a3b36bc9-d3b3-4b84-9553-6e2d9e066ece\\azure-identity\\azure-identity-4.14.0-alpha.20260130.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-FFeTiRGCpbHtrmTWCRblZfeQigODkVMcBPjN2mT2M1+vnI/4J92tqRCapi6D/55Wq4M8ASIdm+iQBYXFJI3LqQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260130.1_1769820682085_0.8768551670155245","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260203.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260203.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"215b4abd90f1029cb4e5293f53c53bdee2f1f914","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260203.1.tgz","fileCount":1284,"integrity":"sha512-jIXLA66WvSmAslmtQzhKIWmIJKcHINvCZNUa1tBM4AEC4tNbvlQVja0f7pExLFccnriFA7LxAPSXovciABrVFg==","signatures":[{"sig":"MEQCIAa783AQqy1FdL81QRS9L6f0BIEn1EaW9QMbKb31/HSgAiBXWjG2eN/SHPk1r4uu0GjIgCFwgwTZBzTczYNW2pORRw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\92e3ab6e-3983-4a4e-8ba9-0b3ef053ee95\\azure-identity\\azure-identity-4.14.0-alpha.20260203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\92e3ab6e-3983-4a4e-8ba9-0b3ef053ee95\\azure-identity\\azure-identity-4.14.0-alpha.20260203.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-jIXLA66WvSmAslmtQzhKIWmIJKcHINvCZNUa1tBM4AEC4tNbvlQVja0f7pExLFccnriFA7LxAPSXovciABrVFg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260203.1_1770166117528_0.17776420738926002","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260205.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260205.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b72ca88c0317fce377897f2365923c2d2416bd50","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260205.1.tgz","fileCount":1284,"integrity":"sha512-Rl13jbHvGPtFEIoXvPGzdOycz9njl+iBYLABTx/W8184x3Gx/k1yd0n8rQhgJNjP9fyPyjzrdRpg5vvMIDqegQ==","signatures":[{"sig":"MEUCIQDEkq7zuX332qabnc+Fr0qXKzC0XCc36n2MsnCS25gafgIgWkhxswWQaw+C3nOj/k7vmyzWzxw2PBDy4am+pRkvkF4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\09a47a21-ac85-4f2e-8d20-d5769e144390\\azure-identity\\azure-identity-4.14.0-alpha.20260205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\09a47a21-ac85-4f2e-8d20-d5769e144390\\azure-identity\\azure-identity-4.14.0-alpha.20260205.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-Rl13jbHvGPtFEIoXvPGzdOycz9njl+iBYLABTx/W8184x3Gx/k1yd0n8rQhgJNjP9fyPyjzrdRpg5vvMIDqegQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260205.1_1770339006190_0.4332200801240722","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260206.2":{"name":"@azure/identity","version":"4.14.0-alpha.20260206.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260206.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f406e9758e1f465014d528f073adb27b7f11e2d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260206.2.tgz","fileCount":1284,"integrity":"sha512-xKdm4ahkTv03mGFtyB/ZmvjaD7TL4avPcjowcDpcvkVSZUwAnGT2OWhc4QQlbxCuaCc3MUUoKCzf5aH4LRr1/A==","signatures":[{"sig":"MEUCIGDGoaXct9867bL31a7IZqMYKvG49Gihs3o564VkxS8gAiEAtxin9Sw1CaeAnjIMljwvlIZU/F4i9R08qAI2kLoYYCA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3593699},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\547ba596-5e02-4b04-9fd5-d7c415d249ea\\azure-identity\\azure-identity-4.14.0-alpha.20260206.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\547ba596-5e02-4b04-9fd5-d7c415d249ea\\azure-identity\\azure-identity-4.14.0-alpha.20260206.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-xKdm4ahkTv03mGFtyB/ZmvjaD7TL4avPcjowcDpcvkVSZUwAnGT2OWhc4QQlbxCuaCc3MUUoKCzf5aH4LRr1/A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260206.2_1770425543492_0.2893492430126674","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260209.4":{"name":"@azure/identity","version":"4.14.0-alpha.20260209.4","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260209.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"06a8641a0ee4e580ac2669a791c789134efd7178","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260209.4.tgz","fileCount":1284,"integrity":"sha512-wn2IiiaGHqtqYOPb2CHmVMoAQ9HsnhswFlXpLOeN4GWNqTBRQXGqSX6/MCOxWP+L+tQIy7Wb6xeEd+AXBLkH+w==","signatures":[{"sig":"MEUCIQC09MXhFuPCEwZ9/hyfZLafjSIqESEzvNIFHnhjU+RbOgIgRK4XKUFVBEBK8iMjxBRe0ynIJADpoKimDobQqKlLnRM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3599490},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\67512c4b-6e15-4b18-be87-df425553010d\\azure-identity\\azure-identity-4.14.0-alpha.20260209.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\67512c4b-6e15-4b18-be87-df425553010d\\azure-identity\\azure-identity-4.14.0-alpha.20260209.4.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-wn2IiiaGHqtqYOPb2CHmVMoAQ9HsnhswFlXpLOeN4GWNqTBRQXGqSX6/MCOxWP+L+tQIy7Wb6xeEd+AXBLkH+w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260209.4_1770684456858_0.964398027376695","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-beta.2":{"name":"@azure/identity","version":"4.14.0-beta.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"beta","dist":{"shasum":"dd8b208c584b268ffa0ee5db4a934c217ab85705","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-beta.2.tgz","fileCount":1284,"integrity":"sha512-83HcoEJ1GKtqHvQt7+bWl3fQyqnVS8d2PuMJl5/UK/rm07l/we9TY14NTqDyLmvrz6d7JdTKZVa/DWpGTkAdoQ==","signatures":[{"sig":"MEUCICFeOAlpEacXe6Zw0eKEEtIoJU0qj9raExu/X/RC8XNOAiEApZ0CJgRE+m4ccv692R9TrTZedJEE8fcAD5pF8o7xGQw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3599334},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49509fdc-7b00-48c5-8d14-1fcb00f0bcd0\\azure-identity-4.14.0-beta.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49509fdc-7b00-48c5-8d14-1fcb00f0bcd0\\azure-identity-4.14.0-beta.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-83HcoEJ1GKtqHvQt7+bWl3fQyqnVS8d2PuMJl5/UK/rm07l/we9TY14NTqDyLmvrz6d7JdTKZVa/DWpGTkAdoQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/msal-node":"^3.5.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.0.0","@azure/msal-browser":"^4.2.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.17.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-beta.2_1770766038539_0.6246237433442239","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260210.3":{"name":"@azure/identity","version":"4.14.0-alpha.20260210.3","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260210.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea042e659eb0c22bcf3374efdf9325173e032ca4","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260210.3.tgz","fileCount":1284,"integrity":"sha512-uA7W0TTjAbotSLcNcAut4zDENNrUGlgUwLidfMWuvBtyS54UFtqGAcV6dVgXYjEfuxaBSom/a0nmjc5nNwwd1Q==","signatures":[{"sig":"MEYCIQCoLijAgrOx7NXJu8YoikcdbenIM6WEPzu6uXwBf3RklgIhAMvHBPL/01RchySzXqI4MFzICVu/AU42AH9fF6vXXGda","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3599490},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\926986a4-2801-41e1-b7f2-ac954a6af35b\\azure-identity\\azure-identity-4.14.0-alpha.20260210.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\926986a4-2801-41e1-b7f2-ac954a6af35b\\azure-identity\\azure-identity-4.14.0-alpha.20260210.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-uA7W0TTjAbotSLcNcAut4zDENNrUGlgUwLidfMWuvBtyS54UFtqGAcV6dVgXYjEfuxaBSom/a0nmjc5nNwwd1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260210.3_1770772500874_0.8614756312748901","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260211.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260211.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7235189274e13661104461e5c33bf21064c97cde","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260211.1.tgz","fileCount":1284,"integrity":"sha512-5bNLQHDDAjPx/Y3o5fVikwqvtT+oZH3dp07Obz9OsbA7I2QWBETdwbqX9TkacwegJHxSeQqriI4knBl7xt4iPw==","signatures":[{"sig":"MEYCIQDKqhTjoPLa7bNGs/y5EyKXRZ9zgwBDcWotMAiC7l+bMQIhAO4CmuIB/GtmEcmG+Z29rhLuGRN6qdHMRdrZyzSukpn5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3599490},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3a7f9cfe-ae17-4f49-8b65-c7efb2fe1c18\\azure-identity\\azure-identity-4.14.0-alpha.20260211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3a7f9cfe-ae17-4f49-8b65-c7efb2fe1c18\\azure-identity\\azure-identity-4.14.0-alpha.20260211.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-5bNLQHDDAjPx/Y3o5fVikwqvtT+oZH3dp07Obz9OsbA7I2QWBETdwbqX9TkacwegJHxSeQqriI4knBl7xt4iPw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260211.1_1770857361396_0.7048895761269645","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260212.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260212.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"50fe50e41ccd27d79f00b590a6a4873a98d3ab52","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260212.1.tgz","fileCount":1284,"integrity":"sha512-f66LOMgD3yezwm+l6gZ1GWxT6zRYsFsqeO1iQBOVYJVyjxTtgIYkL1W/CXLFFyjXAqYk/hZl9dSd+H5G6unRLw==","signatures":[{"sig":"MEUCIQCWM5sKl5pJBGVmwU2PFqE+ZwL74xkOesdVMe0Gp/fnCQIgQf5xbvDSt3yVLCXuC+IfQwi9iyc3/2GPdySlZ1uEZVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3599490},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7dc0e09e-1f12-4067-86b5-4120082d39d7\\azure-identity\\azure-identity-4.14.0-alpha.20260212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7dc0e09e-1f12-4067-86b5-4120082d39d7\\azure-identity\\azure-identity-4.14.0-alpha.20260212.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-f66LOMgD3yezwm+l6gZ1GWxT6zRYsFsqeO1iQBOVYJVyjxTtgIYkL1W/CXLFFyjXAqYk/hZl9dSd+H5G6unRLw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260212.1_1770943590874_0.4342224822734566","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260213.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260213.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93922e3935aa3fd83334348d44b0f9f9804bb2e7","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260213.1.tgz","fileCount":1284,"integrity":"sha512-omvedQxijI02MgFD3KiHNVNZv8DTIFLDxvTE5QlbQB7CJ9Gs99jY2iF1YAQHzmlxtwjOEvgpX5ONUaisCOR1gw==","signatures":[{"sig":"MEUCIQDdJ+ItOmBo78pj9+YkytpwwBN2jVvZ9S1eDhqyLZ/K2QIgCVrTicDt10e9QzKb/Ji7WpYy7SKFtSc6aCBECgxwcIc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3599490},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\68f690a3-9a05-4329-812e-129f62a662bf\\azure-identity\\azure-identity-4.14.0-alpha.20260213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\68f690a3-9a05-4329-812e-129f62a662bf\\azure-identity\\azure-identity-4.14.0-alpha.20260213.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-omvedQxijI02MgFD3KiHNVNZv8DTIFLDxvTE5QlbQB7CJ9Gs99jY2iF1YAQHzmlxtwjOEvgpX5ONUaisCOR1gw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260213.1_1771029974178_0.07066765495404392","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260217.2":{"name":"@azure/identity","version":"4.14.0-alpha.20260217.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260217.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"284db678b05560eed87f01c583201f7a3fa4b5a3","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260217.2.tgz","fileCount":1284,"integrity":"sha512-4bZWipWVKlYZSI5NYdA7zlnP0r9j0dVUFS+EsNFjAaCMRXrduyXHmP+f8hMZasM4MOltycoOQePkCY/uggVynA==","signatures":[{"sig":"MEUCIQC4kWBkp+C+oUTvqlpZNlxMt5M/I7TuaN/LDPGYEekpqwIgNruHeGnmLXbrHbArDMza8kcLdANPqL64kxL1h9XWzZk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3599490},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\54123b6f-78ea-4504-a7d9-e257caef2130\\azure-identity\\azure-identity-4.14.0-alpha.20260217.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\54123b6f-78ea-4504-a7d9-e257caef2130\\azure-identity\\azure-identity-4.14.0-alpha.20260217.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-4bZWipWVKlYZSI5NYdA7zlnP0r9j0dVUFS+EsNFjAaCMRXrduyXHmP+f8hMZasM4MOltycoOQePkCY/uggVynA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260217.2_1771375878629_0.5770170113538806","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260218.2":{"name":"@azure/identity","version":"4.14.0-alpha.20260218.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260218.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"43e04a894224fdbad4101d93dbb27430f0d8651d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260218.2.tgz","fileCount":1284,"integrity":"sha512-pSqGJKmCjWvjxwrB/LcsW/OezzdSrL7ZYkck0ankgZiHPO3zYUWJcK4ada3hPjhmuL0ZOBZNjvixbZZpMP1i/Q==","signatures":[{"sig":"MEUCIEsR6DKh4h7I5mNSpp9uZtaMwSO+/QHMnEWbmJlyt5hOAiEAqDpGmSgxawXGdfXeHfVlnYtGkCLpztIyQYFGYyccq/c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3599490},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6aac3ed8-091e-4a37-b350-35013fbcc1b2\\azure-identity\\azure-identity-4.14.0-alpha.20260218.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6aac3ed8-091e-4a37-b350-35013fbcc1b2\\azure-identity\\azure-identity-4.14.0-alpha.20260218.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-pSqGJKmCjWvjxwrB/LcsW/OezzdSrL7ZYkck0ankgZiHPO3zYUWJcK4ada3hPjhmuL0ZOBZNjvixbZZpMP1i/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260218.2_1771463566352_0.5133204124601429","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260219.2":{"name":"@azure/identity","version":"4.14.0-alpha.20260219.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260219.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"81a374c525dd69c7d2b367214d9a93f35bc7947b","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260219.2.tgz","fileCount":1272,"integrity":"sha512-pMz+WSx+2FeCh8i6JLBp+5AAjt8XoHvtywDMa0w5RicHosqSKmEgxJihucJIjPkp6Bgc0WlLMnQq6AlJ0WvtmA==","signatures":[{"sig":"MEUCIBykBfiFkXfnN9FRXyVsWHLWUVpDBIO6/dtLmLztxZlPAiEA4owNQfwFmM9v2YVkAXKk406iwP64J0LKtMlRyKxf3Ro=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3595569},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d319a5b0-11d4-49de-a9a6-97eefd8f050e\\azure-identity\\azure-identity-4.14.0-alpha.20260219.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d319a5b0-11d4-49de-a9a6-97eefd8f050e\\azure-identity\\azure-identity-4.14.0-alpha.20260219.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-pMz+WSx+2FeCh8i6JLBp+5AAjt8XoHvtywDMa0w5RicHosqSKmEgxJihucJIjPkp6Bgc0WlLMnQq6AlJ0WvtmA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260219.2_1771548784714_0.172237319022011","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260220.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260220.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e386a205168b7669fa5c8e8c9c70f4f7c964d158","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260220.1.tgz","fileCount":1272,"integrity":"sha512-oS5zfR3yFm+xTFuDRkpFNFYs29wMbFxa/vx7E0tOavmNdS9hAsSFINNg35chaQznDbRfngJ3g14PIOAfu6v+3Q==","signatures":[{"sig":"MEUCIFUFhWyJNBtJxoCWxGv5lnj7SlU1HtzYAXYlGuriZ4ELAiEA5S6CEviGB5/sFtNjp+OAPNUCMCgOuMqwHc64jxRbOZY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3595569},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\14490c85-f3dd-4099-a392-fe3042be6800\\azure-identity\\azure-identity-4.14.0-alpha.20260220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\14490c85-f3dd-4099-a392-fe3042be6800\\azure-identity\\azure-identity-4.14.0-alpha.20260220.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-oS5zfR3yFm+xTFuDRkpFNFYs29wMbFxa/vx7E0tOavmNdS9hAsSFINNg35chaQznDbRfngJ3g14PIOAfu6v+3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260220.1_1771635093401_0.44634867189623373","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260223.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260223.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0fc255db8c9e0a95777874fd25c4b93f49bb208e","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260223.1.tgz","fileCount":1272,"integrity":"sha512-J4/4QARwUEw3h0nOGseMYPZJcmuzexVmEOV8S4srJxS1WD6ByvdBNSy7yFwEuuG0yikaBf+AZRl+dn2+u6OgPg==","signatures":[{"sig":"MEYCIQC9743m0VXXltHHrp0OulQ4jiIwnnh2TYNzL/dgwj+TAgIhAJATBoD4db2SXrMR1a+GFVIcmAt9BXb7aoPF4X5Bxr/8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3595569},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\318d9aa3-f90e-469d-ad18-b24bedbff3ef\\azure-identity\\azure-identity-4.14.0-alpha.20260223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\318d9aa3-f90e-469d-ad18-b24bedbff3ef\\azure-identity\\azure-identity-4.14.0-alpha.20260223.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-J4/4QARwUEw3h0nOGseMYPZJcmuzexVmEOV8S4srJxS1WD6ByvdBNSy7yFwEuuG0yikaBf+AZRl+dn2+u6OgPg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260223.1_1771894324445_0.7248884596744269","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260224.1":{"name":"@azure/identity","version":"4.14.0-alpha.20260224.1","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9c751afb788c8f1e7a5c8904d8a6cbe9f0980e6d","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260224.1.tgz","fileCount":1272,"integrity":"sha512-g63z9lSuTqD5yFjCZvC3pVekJvRTnAPHs0Lq4F9UwiHiZ+jUmHrQ1g2dNaqIjc98z4tzRcM2Qz8VrMKcEw/p2w==","signatures":[{"sig":"MEUCIQD2rIwu8nkjqY7FGxaH8sa05Zem8ZFbb+iS3JJM73XKUgIgWFny1qTFsu0jaexbXnoh7v0lTJl6lXJABnYgLVOXQRo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3595569},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["workerd","browser"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0e6d4b0d-4237-423c-8d4a-6673bcb695a4\\azure-identity\\azure-identity-4.14.0-alpha.20260224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0e6d4b0d-4237-423c-8d4a-6673bcb695a4\\azure-identity\\azure-identity-4.14.0-alpha.20260224.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-g63z9lSuTqD5yFjCZvC3pVekJvRTnAPHs0Lq4F9UwiHiZ+jUmHrQ1g2dNaqIjc98z4tzRcM2Qz8VrMKcEw/p2w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260224.1_1771980704591_0.5202046871181538","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260227.2":{"name":"@azure/identity","version":"4.14.0-alpha.20260227.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260227.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"af40a8709492cc9da33fd6db8603505db3a78015","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260227.2.tgz","fileCount":1272,"integrity":"sha512-6PK0y8Plt9BSuD2En/fGNWrj75aCXzGRvQEziOehUqPu9yjEkUfmwiryXpf8mrdnccJVN1E91cbAgECw+FY1Nw==","signatures":[{"sig":"MEYCIQDQZbb3SVuhw6JB0m0oDoLspVEff2A+xr2vmkJOyxcHrAIhANTnjndf63XkHHk4hHRKvtJbI53W5kG1uIgsSebf7gYN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3563071},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0acb2d18-c6c2-4400-b9a8-26c10a63984d\\azure-identity\\azure-identity-4.14.0-alpha.20260227.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package --target browser && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0acb2d18-c6c2-4400-b9a8-26c10a63984d\\azure-identity\\azure-identity-4.14.0-alpha.20260227.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-6PK0y8Plt9BSuD2En/fGNWrj75aCXzGRvQEziOehUqPu9yjEkUfmwiryXpf8mrdnccJVN1E91cbAgECw+FY1Nw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260227.2_1772240481185_0.4802409135381216","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260302.2":{"name":"@azure/identity","version":"4.14.0-alpha.20260302.2","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/identity@4.14.0-alpha.20260302.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ad06c01576403dceb12ccb83ea1c2c1fad6925c0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260302.2.tgz","fileCount":1272,"integrity":"sha512-QdOiGzSvdCOYnklFfgu2olEQTa+jWkMgEcYcESzwyGQv7zmpapAYniLCMFYRNl8n132K2Re/YMcwq4rpm+5sOg==","signatures":[{"sig":"MEUCIFAzQHPT4bQAGL4T7Dbk6RX84Qq8K2AQZL86CUYBuId1AiEA5aDHWVrqgz94s9FhVXRTwfC+RKAmfkFhI277Sj6+7N4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3555795},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cd6667e5-4917-4cbf-921e-d81188a6e673\\azure-identity\\azure-identity-4.14.0-alpha.20260302.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package --target browser && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cd6667e5-4917-4cbf-921e-d81188a6e673\\azure-identity\\azure-identity-4.14.0-alpha.20260302.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"sha512-QdOiGzSvdCOYnklFfgu2olEQTa+jWkMgEcYcESzwyGQv7zmpapAYniLCMFYRNl8n132K2Re/YMcwq4rpm+5sOg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"open":"^11.0.0","tslib":"^2.2.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/msal-node":"^3.5.0","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/msal-browser":"^4.2.0","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ms":"^2.1.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","@types/ms":"^2.1.0","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","jsonwebtoken":"^9.0.0","@azure/dev-tool":"^1.0.0","assertion-error":"^2.0.1","@types/jsonwebtoken":"^9.0.0","@azure/keyvault-keys":"4.10.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["interactiveBrowserCredential.js"],"productName":"Azure Identity","productSlugs":["entra","entra-id"],"requiredResources":{"Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal","Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app"}},"_npmOperationalInternal":{"tmp":"tmp/identity_4.14.0-alpha.20260302.2_1772499910371_0.15287789377143124","host":"s3://npm-registry-packages-npm-production"}},"4.14.0-alpha.20260303.1":{"name":"@azure/identity","sdk-type":"client","version":"4.14.0-alpha.20260303.1","description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","main":"./dist/commonjs/index.js","module":"./dist/esm/index.js","types":"./dist/commonjs/index.d.ts","browser":"./dist/browser/index.js","//sampleConfiguration":{"productName":"Azure Identity","productSlugs":["entra","entra-id"],"skip":["interactiveBrowserCredential.js"],"requiredResources":{"Register an app with the Microsoft identity platform":"https://learn.microsoft.com/entra/identity-platform/quickstart-register-app","Set and retrieve a secret from Azure Key Vault":"https://learn.microsoft.com/azure/key-vault/secrets/quick-create-portal"}},"//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"engines":{"node":">=20.0.0"},"repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"author":{"name":"Microsoft Corporation"},"license":"MIT","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","sideEffects":false,"dependencies":{"@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/msal-browser":"^4.2.0","@azure/msal-node":"^3.5.0","open":"^11.0.0","tslib":"^2.2.0"},"devDependencies":{"@azure/keyvault-keys":"4.10.0","@types/jsonwebtoken":"^9.0.0","@types/ms":"^2.1.0","@types/node":"^20.19.25","@vitest/browser-playwright":"^4.0.8","@vitest/coverage-istanbul":"^4.0.8","assertion-error":"^2.0.1","cross-env":"^10.1.0","dotenv":"^16.6.1","eslint":"^9.39.1","jsonwebtoken":"^9.0.0","ms":"^2.1.3","playwright":"^1.56.1","prettier":"^3.6.2","rimraf":"^6.1.0","typescript":"~5.9.3","vitest":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/dev-tool":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"type":"module","exports":{"./package.json":"./package.json",".":{"workerd":{"types":"./dist/workerd/index.d.ts","default":"./dist/workerd/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}}},"scripts":{"build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","build:samples":"tsc -p tsconfig.samples.json","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","clean":"rimraf --glob dist dist-* types *.tgz *.log","execute:samples":"dev-tool samples run samples-dev","extract-api":"dev-tool run build-package && dev-tool run extract-api","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint":"eslint package.json src test --ignore-pattern 'test/integration/**'","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion] --ignore-pattern 'test/integration/**'","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","test:browser":"npm run clean && dev-tool run build-package --target browser && dev-tool run build-test && dev-tool run test:vitest --browser","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:node:managed-identity":"dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts","test:node:no-timeouts":"dev-tool run test:vitest -- --test-timeout=0","update-snippets":"dev-tool run update-snippets"},"readmeFilename":"README.md","_id":"@azure/identity@4.14.0-alpha.20260303.1","_integrity":"sha512-FjG1sV50ES088lJRazN4JpqURCGr1kJlaMFA4FXqYG348/3poL1dAvQgKh2wPds352ZvNczKc0m/YQ8lTdRQOw==","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ff5b2c1c-def2-44f4-a7df-562e466a1f90\\azure-identity\\azure-identity-4.14.0-alpha.20260303.1.tgz","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ff5b2c1c-def2-44f4-a7df-562e466a1f90\\azure-identity\\azure-identity-4.14.0-alpha.20260303.1.tgz","tag":"dev","_nodeVersion":"18.5.0","dist":{"integrity":"sha512-FjG1sV50ES088lJRazN4JpqURCGr1kJlaMFA4FXqYG348/3poL1dAvQgKh2wPds352ZvNczKc0m/YQ8lTdRQOw==","shasum":"ab87186abaeeeb075e149ee87e0c640f5346e0d0","tarball":"https://registry.npmjs.org/@azure/identity/-/identity-4.14.0-alpha.20260303.1.tgz","fileCount":1272,"unpackedSize":3555795,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHHPFTvdqYsOBbZeHNEAc1nOtdd47mToYzKq98dZ+g1vAiAQaXcZ9ottiexljgb1L8VD9kWapFEUGPVJbAHIAoM/vw=="}]},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/identity_4.14.0-alpha.20260303.1_1772585743525_0.20922464652203332"},"_hasShrinkwrap":false}},"time":{"created":"2019-06-27T23:47:44.952Z","modified":"2026-03-04T00:55:43.915Z","1.0.0-preview.1":"2019-06-27T23:47:45.319Z","1.0.0-preview.2":"2019-08-06T17:37:12.738Z","1.0.0-preview.3":"2019-09-09T20:57:06.172Z","1.0.0-preview.4":"2019-10-07T21:33:42.495Z","1.0.0-preview.5":"2019-10-09T03:07:31.596Z","1.0.0-preview.6":"2019-10-22T23:21:55.598Z","1.0.0":"2019-10-30T00:14:26.004Z","1.0.1-dev.20191115.1":"2019-11-15T13:58:15.167Z","1.0.1-dev.20191116.1":"2019-11-16T13:58:03.671Z","1.0.1-dev.20191117.1":"2019-11-17T14:04:41.413Z","1.0.1-dev.20191118.1":"2019-11-18T14:14:09.076Z","1.0.1-dev.20191119.1":"2019-11-19T15:04:18.749Z","1.0.1-dev.20191120.1":"2019-11-20T13:57:14.299Z","1.0.1-dev.20191121.1":"2019-11-21T14:25:38.052Z","1.0.1-dev.20191122.1":"2019-11-22T14:14:14.205Z","1.0.1-dev.20191123.1":"2019-11-23T14:10:52.282Z","1.0.1-dev.20191124.1":"2019-11-24T13:59:58.818Z","1.0.1-dev.20191125.1":"2019-11-25T14:21:46.388Z","1.0.1-dev.20191126.1":"2019-11-26T14:14:02.789Z","1.0.1-dev.20191127.1":"2019-11-27T14:21:12.381Z","1.0.1-dev.20191128.1":"2019-11-28T14:17:32.051Z","1.0.1":"2019-12-02T20:34:48.037Z","1.0.2-dev.20191203.1":"2019-12-03T14:21:31.071Z","1.0.2":"2019-12-03T19:49:32.551Z","1.0.2-dev.20191204.1":"2019-12-04T14:35:18.447Z","1.0.2-dev.20191205.1":"2019-12-05T14:38:28.475Z","1.0.2-dev.20191206.1":"2019-12-06T14:37:55.755Z","1.0.2-dev.20191207.1":"2019-12-07T13:53:44.133Z","1.0.2-dev.20191208.1":"2019-12-08T13:45:31.941Z","1.0.2-dev.20191209.1":"2019-12-09T13:49:33.039Z","1.0.2-dev.20191210.1":"2019-12-10T14:01:56.102Z","1.0.2-dev.20191211.1":"2019-12-11T14:06:23.079Z","1.0.2-dev.20191212.1":"2019-12-12T14:08:51.684Z","1.0.2-dev.20191214.1":"2019-12-14T14:13:43.396Z","1.0.2-dev.20191215.1":"2019-12-15T13:54:57.185Z","1.0.2-dev.20191216.1":"2019-12-16T14:10:02.403Z","1.0.2-dev.20191217.1":"2019-12-17T13:59:35.810Z","1.0.2-dev.20191219.1":"2019-12-19T14:00:46.072Z","1.0.2-dev.20191220.1":"2019-12-20T14:02:42.260Z","1.0.2-dev.20191221.1":"2019-12-21T13:58:31.622Z","1.0.2-dev.20191222.1":"2019-12-22T13:58:09.898Z","1.0.2-dev.20191223.1":"2019-12-23T14:02:24.606Z","1.0.2-dev.20191224.1":"2019-12-24T14:06:16.108Z","1.0.2-dev.20191225.1":"2019-12-25T14:00:21.953Z","1.0.2-dev.20191226.1":"2019-12-26T13:57:07.982Z","1.0.2-dev.20191227.1":"2019-12-27T13:56:14.758Z","1.0.2-dev.20191228.1":"2019-12-28T13:58:15.300Z","1.0.2-dev.20191229.1":"2019-12-29T13:36:46.842Z","1.0.2-dev.20191230.1":"2019-12-30T13:33:32.111Z","1.0.2-dev.20191231.1":"2019-12-31T14:01:45.967Z","1.0.3-dev.20200101.1":"2020-01-01T13:56:32.399Z","1.0.3-dev.20200102.1":"2020-01-02T14:10:13.534Z","1.0.3-dev.20200103.1":"2020-01-03T14:31:04.633Z","1.0.3-dev.20200104.1":"2020-01-04T13:57:18.359Z","1.0.3-dev.20200105.1":"2020-01-05T14:04:55.290Z","1.0.3-dev.20200106.1":"2020-01-06T14:00:46.415Z","1.0.3-dev.20200107.1":"2020-01-07T14:01:38.105Z","1.0.3-dev.20200108.1":"2020-01-08T14:00:04.404Z","1.0.3-dev.20200109.1":"2020-01-09T14:17:42.770Z","1.0.3-dev.20200110.1":"2020-01-10T14:00:12.962Z","1.0.3-dev.20200111.1":"2020-01-11T14:01:19.178Z","1.0.3-dev.20200112.1":"2020-01-12T14:41:23.628Z","1.0.3-dev.20200113.1":"2020-01-13T14:07:04.626Z","1.0.3-dev.20200114.1":"2020-01-14T14:07:28.288Z","1.0.3-dev.20200115.1":"2020-01-15T14:24:25.275Z","1.0.3-dev.20200116.1":"2020-01-16T19:46:48.697Z","1.0.3-dev.20200117.1":"2020-01-17T14:20:55.797Z","1.0.3-dev.20200118.1":"2020-01-18T14:03:40.422Z","1.0.3-dev.20200119.1":"2020-01-19T14:14:30.342Z","1.0.3-dev.20200120.1":"2020-01-20T14:12:31.826Z","1.0.3-dev.20200121.1":"2020-01-21T14:44:33.386Z","1.0.3-dev.20200122.1":"2020-01-22T14:10:21.098Z","1.0.3-dev.20200124.1":"2020-01-24T14:05:32.527Z","1.0.3-dev.20200128.1":"2020-01-28T14:17:33.865Z","1.0.3-dev.20200129.1":"2020-01-29T14:24:08.203Z","1.0.3-dev.20200131.1":"2020-02-01T03:11:26.402Z","1.0.3-dev.20200204.1":"2020-02-04T14:21:43.893Z","1.0.3-dev.20200208.1":"2020-02-08T14:15:30.528Z","1.0.3-dev.20200213.1":"2020-02-13T14:25:22.966Z","1.0.3-dev.20200222.1":"2020-02-22T14:38:01.643Z","1.0.3-dev.20200305.1":"2020-03-05T16:51:19.664Z","1.1.0-dev.20200310.1":"2020-03-10T14:38:48.330Z","1.1.0-preview1":"2020-03-10T22:50:12.708Z","1.1.0-dev.20200311.1":"2020-03-11T14:54:58.685Z","1.1.0-dev.20200312.1":"2020-03-12T14:30:30.549Z","1.1.0-dev.20200325.1":"2020-03-25T14:00:08.272Z","1.1.0-dev.20200326.1":"2020-03-26T14:19:16.738Z","1.1.0-dev.20200328.1":"2020-03-28T13:17:09.471Z","1.1.0-dev.20200401.1":"2020-04-01T13:47:41.666Z","1.1.0-dev.20200402.1":"2020-04-02T14:47:06.496Z","1.1.0-dev.20200403.1":"2020-04-03T13:54:48.011Z","1.1.0-dev.20200407.1":"2020-04-07T14:17:04.443Z","1.1.0-preview.2":"2020-04-07T19:01:18.465Z","1.1.0-dev.20200415.1":"2020-04-15T13:56:10.922Z","1.1.0-dev.20200417.1":"2020-04-17T13:23:54.736Z","1.1.0-dev.20200424.2":"2020-04-24T21:27:09.053Z","1.0.3":"2020-04-28T21:22:44.376Z","1.1.0-dev.20200428.6":"2020-04-28T23:40:35.264Z","1.1.0-dev.20200429.1":"2020-04-29T23:53:09.186Z","1.1.0-dev.20200430.2":"2020-05-01T00:36:57.033Z","1.1.0-preview.3":"2020-05-05T20:04:04.700Z","1.1.0-dev.20200506.1":"2020-05-06T23:41:28.597Z","1.1.0-dev.20200507.1":"2020-05-07T23:49:53.007Z","1.1.0-dev.20200512.1":"2020-05-13T00:07:59.685Z","1.1.0-dev.20200521.1":"2020-05-22T00:04:22.155Z","1.1.0-dev.20200527.1":"2020-05-28T00:04:55.661Z","1.1.0-dev.20200529.1":"2020-05-30T00:04:30.087Z","1.1.0-dev.20200601.1":"2020-06-02T00:07:16.365Z","1.1.0-dev.20200604.1":"2020-06-05T00:05:56.097Z","1.1.0-dev.20200605.1":"2020-06-06T00:04:46.906Z","1.1.0-dev.20200608.1":"2020-06-09T00:05:41.031Z","1.1.0-preview.4":"2020-06-09T20:40:05.428Z","1.1.0-dev.20200609.2":"2020-06-10T00:06:16.658Z","1.1.0-dev.20200610.1":"2020-06-11T00:04:19.016Z","1.1.0-dev.20200611.1":"2020-06-12T00:08:03.252Z","1.1.0-preview.5":"2020-07-22T21:50:54.692Z","1.1.0-dev.20200727.1":"2020-07-28T00:01:16.637Z","1.1.0-dev.20200728.1":"2020-07-29T00:03:40.573Z","1.1.0-dev.20200803.1":"2020-08-04T00:03:05.687Z","1.1.0-dev.20200805.1":"2020-08-05T23:58:10.581Z","1.1.0-dev.20200807.1":"2020-08-07T23:59:55.639Z","1.1.0-dev.20200810.1":"2020-08-11T00:04:30.341Z","1.1.0":"2020-08-11T19:08:54.045Z","1.1.0-dev.20200811.2":"2020-08-12T00:05:13.186Z","1.1.0-dev.20200821.1":"2020-08-22T00:03:56.068Z","1.1.0-dev.20200824.1":"2020-08-25T00:05:52.874Z","1.1.0-dev.20200826.1":"2020-08-27T00:06:27.357Z","1.1.0-dev.20200901.1":"2020-09-02T00:06:15.846Z","1.2.0-alpha.20200903.1":"2020-09-03T23:58:05.590Z","1.2.0-beta.1":"2020-09-08T21:45:54.353Z","1.2.0-alpha.20200909.1":"2020-09-09T23:55:34.217Z","1.2.0-alpha.20200910.1":"2020-09-10T23:52:39.975Z","1.2.0-alpha.20200921.1":"2020-09-22T00:24:37.134Z","1.2.0-alpha.20200921.2":"2020-09-22T00:47:36.978Z","1.2.0-alpha.20200924.1":"2020-09-24T23:56:58.697Z","1.2.0-alpha.20200929.1":"2020-09-30T00:16:40.680Z","1.2.0-alpha.20200930.1":"2020-10-01T00:08:57.755Z","1.2.0-alpha.20201002.1":"2020-10-03T00:13:50.399Z","1.2.0-beta.2":"2020-10-06T23:56:15.830Z","1.2.0-alpha.20201006.2":"2020-10-07T00:20:48.025Z","1.2.0-alpha.20201008.1":"2020-10-08T23:56:34.348Z","1.2.0-alpha.20201016.1":"2020-10-16T23:55:31.901Z","1.2.0-alpha.20201019.1":"2020-10-20T00:13:41.434Z","1.2.0-alpha.20201026.1":"2020-10-27T00:22:51.267Z","1.2.0-alpha.20201029.1":"2020-10-29T23:59:29.853Z","1.2.0-alpha.20201030.1":"2020-10-31T00:00:07.221Z","1.2.0-alpha.20201102.1":"2020-11-03T01:01:22.253Z","1.2.0-alpha.20201104.1":"2020-11-05T00:58:35.506Z","1.2.0-alpha.20201105.1":"2020-11-06T01:05:25.921Z","1.2.0-alpha.20201109.1":"2020-11-10T00:58:44.091Z","1.2.0":"2020-11-11T19:34:44.171Z","1.2.0-alpha.20201111.2":"2020-11-12T01:12:08.338Z","1.2.1-alpha.20201113.2":"2020-11-14T01:17:50.664Z","1.2.1-alpha.20201207.1":"2020-12-08T01:03:23.218Z","1.2.1-alpha.20201214.1":"2020-12-15T01:13:46.452Z","1.2.1-alpha.20201215.1":"2020-12-16T01:02:02.473Z","1.2.1-alpha.20201217.1":"2020-12-18T01:01:18.970Z","1.2.1-alpha.20201218.1":"2020-12-19T01:06:28.615Z","1.2.1-alpha.20201223.1":"2020-12-24T01:02:11.327Z","1.2.1-alpha.20210106.1":"2021-01-07T01:06:34.943Z","1.2.1":"2021-01-08T02:20:16.112Z","1.2.1-alpha.20210108.1":"2021-01-09T01:09:15.863Z","1.2.2":"2021-01-13T00:08:04.980Z","1.2.2-alpha.20210112.2":"2021-01-13T01:05:38.528Z","1.2.3-alpha.20210114.1":"2021-01-15T01:04:44.587Z","1.2.3-alpha.20210115.1":"2021-01-16T01:06:25.683Z","1.2.3-alpha.20210122.1":"2021-01-23T01:11:48.313Z","1.2.3-alpha.20210126.1":"2021-01-27T01:09:30.934Z","1.2.3-alpha.20210127.1":"2021-01-28T01:14:04.353Z","1.2.3-alpha.20210128.1":"2021-01-29T01:21:59.649Z","1.2.3-alpha.20210129.1":"2021-01-30T01:09:22.749Z","1.2.3-alpha.20210202.1":"2021-02-03T01:06:16.567Z","1.2.3-alpha.20210203.1":"2021-02-04T01:17:16.019Z","1.2.3":"2021-02-09T21:41:32.711Z","1.2.3-alpha.20210209.2":"2021-02-10T01:09:23.113Z","1.2.3-alpha.20210210.1":"2021-02-11T01:06:00.591Z","1.2.4-alpha.20210211.1":"2021-02-12T01:06:19.337Z","1.2.4-alpha.20210212.1":"2021-02-13T00:56:20.627Z","1.2.4-beta.1":"2021-02-13T01:51:10.611Z","1.2.4-alpha.20210215.1":"2021-02-16T00:57:14.114Z","1.2.4-alpha.20210216.1":"2021-02-17T00:57:10.217Z","1.2.4-alpha.20210219.1":"2021-02-20T00:59:50.728Z","1.2.4-alpha.20210222.1":"2021-02-23T00:59:02.313Z","1.2.4-alpha.20210223.1":"2021-02-24T00:59:18.060Z","1.2.4-alpha.20210226.1":"2021-02-27T00:59:18.156Z","1.2.4-alpha.20210304.1":"2021-03-05T01:00:03.595Z","1.2.4":"2021-03-08T21:21:51.554Z","2.0.0-alpha.20210310.1":"2021-03-11T00:58:29.403Z","2.0.0-alpha.20210311.1":"2021-03-12T00:58:25.165Z","2.0.0-alpha.20210316.1":"2021-03-16T23:57:54.669Z","2.0.0-alpha.20210322.1":"2021-03-23T00:04:29.943Z","2.0.0-alpha.20210323.1":"2021-03-24T00:01:51.512Z","2.0.0-beta.1":"2021-03-25T00:44:27.120Z","2.0.0-alpha.20210325.1":"2021-03-25T23:59:54.000Z","1.2.5":"2021-03-26T00:11:14.010Z","2.0.0-alpha.20210329.1":"2021-03-29T23:44:40.403Z","2.0.0-alpha.20210330.1":"2021-03-30T23:41:56.317Z","2.0.0-alpha.20210401.1":"2021-04-01T23:43:13.932Z","2.0.0-alpha.20210402.4":"2021-04-03T00:32:46.105Z","2.0.0-alpha.20210405.1":"2021-04-05T23:52:14.899Z","1.3.0":"2021-04-06T02:59:42.879Z","2.0.0-alpha.20210406.2":"2021-04-06T23:45:25.684Z","2.0.0-beta.2":"2021-04-07T02:50:09.672Z","2.0.0-alpha.20210407.1":"2021-04-07T23:46:50.558Z","2.0.0-alpha.20210409.1":"2021-04-09T23:46:40.054Z","2.0.0-alpha.20210422.1":"2021-04-22T23:44:00.308Z","2.0.0-alpha.20210423.1":"2021-04-23T23:43:51.802Z","2.0.0-alpha.20210428.1":"2021-04-28T23:43:49.364Z","2.0.0-alpha.20210507.1":"2021-05-08T00:42:09.750Z","2.0.0-alpha.20210511.1":"2021-05-11T23:51:57.072Z","2.0.0-beta.3":"2021-05-12T23:13:30.117Z","2.0.0-alpha.20210512.3":"2021-05-12T23:59:02.142Z","2.0.0-alpha.20210513.1":"2021-05-13T23:46:15.291Z","2.0.0-alpha.20210517.1":"2021-05-17T23:42:01.149Z","2.0.0-alpha.20210520.1":"2021-05-20T23:43:30.635Z","2.0.0-alpha.20210601.1":"2021-06-01T23:42:29.104Z","2.0.0-alpha.20210602.1":"2021-06-02T23:40:56.028Z","2.0.0-alpha.20210608.1":"2021-06-08T23:39:51.811Z","2.0.0-alpha.20210609.1":"2021-06-09T23:43:55.531Z","2.0.0-alpha.20210610.1":"2021-06-10T23:43:04.877Z","2.0.0-alpha.20210615.1":"2021-06-15T23:51:32.458Z","2.0.0-alpha.20210618.1":"2021-06-19T00:06:44.019Z","2.0.0-alpha.20210621.1":"2021-06-22T00:06:09.126Z","2.0.0-alpha.20210702.1":"2021-07-03T00:09:20.675Z","2.0.0-alpha.20210706.1":"2021-07-07T00:11:38.160Z","2.0.0-beta.4":"2021-07-07T19:17:51.325Z","2.0.0-alpha.20210707.3":"2021-07-08T00:13:31.239Z","1.4.0":"2021-07-09T22:12:10.416Z","2.0.0-alpha.20210709.10":"2021-07-10T00:08:32.003Z","2.0.0-alpha.20210714.1":"2021-07-15T00:08:01.701Z","2.0.0-alpha.20210715.1":"2021-07-16T00:08:34.944Z","2.0.0-alpha.20210716.2":"2021-07-17T00:05:11.921Z","1.5.0":"2021-07-19T21:23:10.982Z","2.0.0-alpha.20210722.1":"2021-07-23T00:10:12.415Z","2.0.0-alpha.20210806.4":"2021-08-07T00:05:44.867Z","2.0.0-alpha.20210809.5":"2021-08-10T00:05:26.050Z","2.0.0-beta.5":"2021-08-11T03:21:17.907Z","2.0.0-alpha.20210811.1":"2021-08-12T00:18:51.717Z","1.5.1":"2021-08-12T23:19:21.880Z","2.0.0-alpha.20210812.5":"2021-08-13T00:08:25.041Z","2.0.0-alpha.20210816.1":"2021-08-17T00:14:54.647Z","2.0.0-alpha.20210818.1":"2021-08-19T00:23:22.581Z","2.0.0-alpha.20210819.1":"2021-08-20T00:21:05.721Z","2.0.0-alpha.20210820.1":"2021-08-21T00:15:50.417Z","2.0.0-alpha.20210824.3":"2021-08-25T00:25:26.035Z","2.0.0-alpha.20210826.2":"2021-08-27T00:23:39.040Z","2.0.0-alpha.20210830.2":"2021-08-31T00:23:40.599Z","2.0.0-alpha.20210831.4":"2021-09-01T00:10:43.701Z","1.5.2":"2021-09-01T19:22:51.668Z","2.0.0-alpha.20210901.4":"2021-09-02T00:10:01.803Z","2.0.0-alpha.20210902.1":"2021-09-03T00:04:27.765Z","2.0.0-alpha.20210908.2":"2021-09-09T00:05:38.158Z","2.0.0-beta.6":"2021-09-10T01:40:58.273Z","2.0.0-alpha.20210913.1":"2021-09-14T00:06:52.837Z","2.0.0-alpha.20210915.4":"2021-09-15T23:50:18.079Z","2.0.0-alpha.20210920.2":"2021-09-20T23:46:26.995Z","2.0.0-alpha.20210923.3":"2021-09-23T23:46:53.010Z","2.0.0-alpha.20210927.1":"2021-09-28T00:21:08.089Z","2.0.0-alpha.20210929.2":"2021-09-29T23:48:26.083Z","2.0.0-alpha.20210930.2":"2021-09-30T23:56:22.788Z","2.0.0-alpha.20211004.2":"2021-10-04T23:46:53.853Z","2.0.0-alpha.20211005.1":"2021-10-05T23:50:52.051Z","2.0.0-alpha.20211006.1":"2021-10-06T23:50:40.818Z","2.0.0-alpha.20211007.2":"2021-10-07T23:49:37.464Z","2.0.0-alpha.20211008.2":"2021-10-08T23:49:06.807Z","2.0.0-alpha.20211011.5":"2021-10-11T23:45:40.299Z","2.0.0-alpha.20211012.3":"2021-10-12T23:49:30.451Z","2.0.0-alpha.20211015.3":"2021-10-15T23:49:34.811Z","2.0.0":"2021-10-16T00:34:38.062Z","2.0.1-alpha.20211025.3":"2021-10-25T23:51:58.102Z","2.0.1":"2021-10-28T16:15:14.555Z","2.0.2-alpha.20211028.2":"2021-10-28T23:49:13.467Z","2.0.2-alpha.20211105.2":"2021-11-06T02:23:18.050Z","2.0.2-alpha.20211108.2":"2021-11-09T03:19:50.301Z","2.0.2-alpha.20211115.3":"2021-11-16T00:58:20.344Z","2.0.2-alpha.20211123.3":"2021-11-24T00:57:02.867Z","2.0.2-alpha.20211203.1":"2021-12-04T01:20:03.159Z","2.0.2-alpha.20211206.2":"2021-12-07T00:56:13.759Z","2.0.2-alpha.20211213.4":"2021-12-14T00:50:42.381Z","2.0.2-alpha.20211214.3":"2021-12-15T00:50:55.520Z","2.0.2-alpha.20211217.1":"2021-12-18T00:54:18.039Z","2.0.2-alpha.20211221.3":"2021-12-22T00:50:22.001Z","2.0.2-alpha.20220106.1":"2022-01-07T00:53:13.388Z","2.0.2-alpha.20220131.1":"2022-02-01T00:51:49.221Z","2.0.2":"2022-02-04T02:14:12.640Z","2.0.3-alpha.20220210.1":"2022-02-11T00:53:43.927Z","2.0.3-alpha.20220211.2":"2022-02-12T00:58:46.844Z","2.0.3":"2022-02-17T01:17:08.684Z","2.0.4-alpha.20220217.2":"2022-02-18T00:56:52.411Z","2.0.4":"2022-02-19T00:15:04.842Z","2.0.5-alpha.20220221.1":"2022-02-22T00:54:28.772Z","2.1.0-alpha.20220302.2":"2022-03-03T00:55:20.453Z","2.1.0-beta.1":"2022-03-03T03:23:40.885Z","2.1.0-alpha.20220307.1":"2022-03-08T00:53:25.918Z","2.1.0-alpha.20220308.3":"2022-03-09T00:58:11.463Z","2.1.0-alpha.20220309.1":"2022-03-10T00:56:16.102Z","2.1.0-alpha.20220310.2":"2022-03-11T00:56:46.301Z","2.1.0-alpha.20220311.2":"2022-03-12T00:51:20.825Z","2.1.0-alpha.20220315.2":"2022-03-15T23:56:04.513Z","2.1.0-alpha.20220318.2":"2022-03-18T23:55:11.387Z","2.1.0-alpha.20220321.2":"2022-03-21T23:55:15.193Z","2.1.0-alpha.20220322.5":"2022-03-22T23:50:18.054Z","2.1.0-beta.2":"2022-03-23T00:08:26.329Z","2.1.0-alpha.20220330.3":"2022-03-30T23:51:28.433Z","2.1.0-alpha.20220404.1":"2022-04-04T23:54:36.003Z","2.1.0-alpha.20220412.2":"2022-04-12T23:59:08.013Z","2.1.0-alpha.20220413.2":"2022-04-13T23:57:25.497Z","2.1.0-alpha.20220414.1":"2022-04-14T23:57:20.790Z","2.1.0-alpha.20220415.2":"2022-04-15T23:54:46.699Z","2.1.0-alpha.20220419.3":"2022-04-19T23:57:46.142Z","2.1.0-alpha.20220421.1":"2022-04-21T23:58:22.771Z","2.1.0-alpha.20220422.3":"2022-04-22T23:57:25.765Z","2.1.0-alpha.20220426.1":"2022-04-26T23:56:12.648Z","2.1.0-alpha.20220505.1":"2022-05-05T23:54:12.228Z","2.1.0-alpha.20220509.1":"2022-05-09T23:51:56.838Z","2.1.0-alpha.20220512.2":"2022-05-12T23:53:33.956Z","2.1.0-alpha.20220513.2":"2022-05-14T00:00:47.871Z","2.1.0-alpha.20220517.1":"2022-05-17T23:54:40.150Z","2.1.0-alpha.20220520.1":"2022-05-20T23:56:30.527Z","2.1.0-alpha.20220609.3":"2022-06-09T23:49:47.933Z","2.0.5":"2022-06-13T22:45:31.406Z","2.1.0-alpha.20220614.2":"2022-06-14T23:53:29.531Z","2.1.0-alpha.20220615.2":"2022-06-15T23:53:35.556Z","2.1.0-alpha.20220708.2":"2022-07-08T23:53:01.142Z","2.1.0":"2022-07-09T03:42:35.373Z","2.1.0-alpha.20220711.1":"2022-07-11T23:54:43.579Z","2.1.1-alpha.20220712.2":"2022-07-12T23:55:20.615Z","2.1.1-alpha.20220803.1":"2022-08-03T23:54:38.443Z","3.0.0-alpha.20220804.2":"2022-08-04T23:58:10.987Z","3.0.0-alpha.20220809.2":"2022-08-09T23:56:31.002Z","3.0.0-beta.1":"2022-08-25T21:56:57.569Z","3.0.0-alpha.20220914.2":"2022-09-14T23:54:26.815Z","3.0.0-alpha.20220919.5":"2022-09-19T23:58:41.135Z","3.0.0":"2022-09-20T00:00:43.786Z","3.0.0-alpha.20220923.1":"2022-09-23T23:55:40.768Z","3.1.0-alpha.20221010.2":"2022-10-10T23:55:01.494Z","3.1.0-beta.1":"2022-10-13T20:11:20.952Z","3.1.0-alpha.20221013.3":"2022-10-14T00:19:49.922Z","3.1.0-alpha.20221019.2":"2022-10-19T23:54:50.067Z","3.1.0-alpha.20221020.3":"2022-10-20T23:53:39.532Z","3.1.0-alpha.20221021.2":"2022-10-21T23:54:33.688Z","3.1.0-alpha.20221101.1":"2022-11-01T23:55:32.375Z","3.1.0-alpha.20221104.2":"2022-11-04T23:55:23.825Z","3.0.1":"2022-11-08T00:04:54.697Z","3.1.0-alpha.20221107.9":"2022-11-08T00:59:28.018Z","3.1.0":"2022-11-08T19:51:55.277Z","3.1.0-alpha.20221108.4":"2022-11-09T00:57:13.259Z","3.1.1":"2022-11-18T22:03:11.857Z","3.1.2-alpha.20221118.8":"2022-11-19T01:00:06.015Z","3.1.2-alpha.20221122.2":"2022-11-23T03:04:13.065Z","3.1.2-alpha.20221128.2":"2022-11-29T01:01:07.584Z","3.1.2-alpha.20221205.5":"2022-12-06T01:00:55.058Z","3.1.2":"2022-12-06T02:19:49.326Z","3.1.3-alpha.20221207.6":"2022-12-08T01:05:33.692Z","3.1.3-alpha.20221213.2":"2022-12-14T00:58:09.828Z","3.1.3-alpha.20230103.2":"2023-01-04T00:58:30.565Z","3.1.3":"2023-01-13T00:56:20.571Z","3.1.3-alpha.20230131.2":"2023-02-01T00:59:14.360Z","4.0.0-alpha.20230210.3":"2023-02-11T01:05:29.670Z","3.2.0-alpha.20230213.2":"2023-02-14T00:58:51.754Z","3.2.0-alpha.20230224.3":"2023-02-25T00:57:25.896Z","3.2.0-alpha.20230227.4":"2023-02-28T01:00:16.059Z","3.2.0-alpha.20230228.2":"2023-03-01T01:31:05.624Z","3.2.0-beta.1":"2023-03-01T01:53:53.850Z","3.2.0-alpha.20230302.1":"2023-03-03T01:32:57.007Z","3.2.0-alpha.20230306.3":"2023-03-07T01:00:22.458Z","3.2.0-alpha.20230308.2":"2023-03-09T00:56:58.501Z","3.2.0-alpha.20230320.1":"2023-03-21T00:10:00.010Z","3.2.0-alpha.20230323.2":"2023-03-24T00:00:41.616Z","3.2.0-alpha.20230330.2":"2023-03-31T00:06:33.492Z","3.2.0-alpha.20230405.1":"2023-04-06T00:00:51.381Z","3.2.0-alpha.20230411.7":"2023-04-12T00:09:12.951Z","3.1.4":"2023-04-12T22:48:17.705Z","3.2.0-alpha.20230413.2":"2023-04-14T00:13:06.928Z","3.2.0-beta.2":"2023-04-14T18:21:46.864Z","3.2.0-alpha.20230414.1":"2023-04-15T00:04:00.757Z","3.2.0-alpha.20230418.1":"2023-04-19T00:00:15.835Z","3.2.0-alpha.20230420.2":"2023-04-21T00:03:07.530Z","3.2.0-alpha.20230421.2":"2023-04-21T23:58:01.619Z","3.2.0-alpha.20230425.2":"2023-04-25T19:53:40.767Z","3.2.0-alpha.20230425.4":"2023-04-26T00:00:18.635Z","3.2.0-alpha.20230502.2":"2023-05-03T00:00:48.253Z","3.2.0":"2023-05-09T21:12:46.443Z","3.2.0-alpha.20230509.2":"2023-05-09T23:59:06.094Z","3.2.1":"2023-05-11T19:26:23.242Z","3.2.1-alpha.20230511.2":"2023-05-12T00:06:41.300Z","3.2.2":"2023-05-15T20:48:28.226Z","3.2.2-alpha.20230515.3":"2023-05-16T00:01:30.253Z","3.2.2-alpha.20230519.2":"2023-05-20T00:03:29.990Z","3.2.2-alpha.20230612.2":"2023-06-12T23:56:23.430Z","3.2.3-alpha.20230614.2":"2023-06-15T00:00:40.081Z","3.2.3":"2023-06-20T18:16:12.562Z","3.2.3-alpha.20230620.4":"2023-06-20T23:57:15.808Z","3.2.4":"2023-07-21T23:11:58.882Z","3.2.3-alpha.20230721.9":"2023-07-21T23:56:11.512Z","3.2.4-alpha.20230724.3":"2023-07-24T23:56:01.490Z","3.2.4-alpha.20230727.2":"2023-07-27T23:58:05.909Z","3.2.4-alpha.20230804.2":"2023-08-04T23:57:36.045Z","3.2.4-alpha.20230807.1":"2023-08-08T00:07:54.693Z","3.3.0-alpha.20230811.1":"2023-08-11T20:05:39.908Z","3.3.0":"2023-08-15T01:40:41.346Z","3.3.1-alpha.20230815.2":"2023-08-15T23:55:51.206Z","3.3.1-alpha.20230906.2":"2023-09-07T00:12:36.611Z","3.3.1-alpha.20230926.1":"2023-09-27T00:07:48.106Z","3.3.1-alpha.20230927.1":"2023-09-28T00:02:55.328Z","3.3.1-alpha.20231009.1":"2023-10-10T00:07:44.587Z","3.3.1":"2023-10-10T01:16:26.590Z","3.3.1-alpha.20231012.3":"2023-10-12T23:57:49.511Z","3.3.2-alpha.20231013.2":"2023-10-13T23:57:20.270Z","3.3.2-alpha.20231016.2":"2023-10-16T23:58:05.445Z","3.3.2":"2023-10-17T20:19:52.934Z","3.3.2-alpha.20231017.9":"2023-10-17T23:58:02.978Z","4.0.0-beta.1":"2023-10-26T23:37:10.085Z","4.0.0-alpha.20231026.4":"2023-10-26T23:55:35.148Z","4.0.0-alpha.20231030.3":"2023-10-30T23:59:33.342Z","4.0.0-alpha.20231102.2":"2023-11-02T23:55:24.291Z","4.0.0-alpha.20231106.4":"2023-11-07T00:56:05.108Z","4.0.0":"2023-11-08T00:14:40.609Z","4.0.0-alpha.20231107.11":"2023-11-08T00:56:43.446Z","3.4.0":"2023-11-08T01:19:00.608Z","3.4.1":"2023-11-13T22:14:46.176Z","4.0.1-alpha.20240109.1":"2024-01-10T00:52:19.171Z","4.0.1-alpha.20240110.1":"2024-01-11T01:11:02.277Z","4.0.1-alpha.20240112.2":"2024-01-13T00:57:44.515Z","4.0.1-alpha.20240117.2":"2024-01-18T00:55:20.674Z","4.0.1-alpha.20240118.2":"2024-01-19T01:09:31.042Z","4.0.1":"2024-01-22T19:31:19.462Z","4.0.2-alpha.20240122.4":"2024-01-23T00:55:48.903Z","4.0.2-alpha.20240123.2":"2024-01-24T00:53:19.712Z","3.4.2":"2024-01-24T18:03:47.429Z","4.1.0-alpha.20240124.2":"2024-01-25T00:59:49.538Z","4.1.0-alpha.20240125.3":"2024-01-26T00:57:41.928Z","4.1.0-alpha.20240126.4":"2024-01-27T00:56:01.229Z","4.1.0-alpha.20240131.3":"2024-02-01T00:55:28.157Z","4.1.0-beta.1":"2024-02-06T17:25:50.234Z","4.1.0-alpha.20240206.4":"2024-02-07T00:54:16.508Z","4.1.0-alpha.20240207.2":"2024-02-08T00:52:07.070Z","4.1.0-alpha.20240208.1":"2024-02-09T01:08:40.331Z","4.1.0-alpha.20240215.2":"2024-02-16T00:55:47.184Z","4.1.0-alpha.20240216.2":"2024-02-17T00:53:38.097Z","4.1.0-alpha.20240223.1":"2024-02-24T01:02:54.279Z","4.1.0-alpha.20240227.3":"2024-02-28T00:58:39.588Z","4.1.0-alpha.20240229.2":"2024-03-01T01:10:51.366Z","4.1.0-alpha.20240301.2":"2024-03-02T01:03:21.814Z","4.1.0-alpha.20240305.3":"2024-03-06T01:01:36.168Z","4.1.0-alpha.20240308.3":"2024-03-09T01:04:36.157Z","4.1.0-alpha.20240314.1":"2024-03-15T00:10:21.382Z","4.1.0-alpha.20240320.2":"2024-03-21T00:07:33.548Z","4.1.0-alpha.20240321.3":"2024-03-22T00:25:13.271Z","4.1.0-alpha.20240322.1":"2024-03-23T00:06:29.364Z","4.1.0-alpha.20240325.2":"2024-03-26T00:01:04.060Z","4.1.0-alpha.20240327.2":"2024-03-28T00:01:35.272Z","4.1.0-alpha.20240328.2":"2024-03-29T00:00:46.642Z","4.1.0-alpha.20240409.1":"2024-04-10T00:01:44.402Z","4.1.0":"2024-04-10T20:22:36.899Z","4.1.0-alpha.20240410.3":"2024-04-11T00:06:49.382Z","4.1.1-alpha.20240411.2":"2024-04-12T00:02:37.377Z","4.1.1-alpha.20240412.1":"2024-04-13T00:01:30.288Z","4.1.1-alpha.20240415.1":"2024-04-16T00:04:27.401Z","4.1.1-alpha.20240416.1":"2024-04-17T00:06:14.912Z","4.1.1-alpha.20240418.1":"2024-04-19T00:12:31.024Z","4.1.1-alpha.20240419.1":"2024-04-20T00:08:41.657Z","4.1.1-alpha.20240422.3":"2024-04-23T00:02:55.870Z","4.1.1-alpha.20240423.2":"2024-04-24T00:09:16.812Z","4.2.0-alpha.20240425.2":"2024-04-26T00:07:25.559Z","4.3.0-alpha.20240426.2":"2024-04-27T00:00:23.555Z","4.3.0-alpha.20240429.2":"2024-04-30T00:08:42.391Z","4.2.0":"2024-04-30T16:14:23.601Z","4.3.0-alpha.20240502.1":"2024-05-03T00:07:12.565Z","4.3.0-alpha.20240506.1":"2024-05-06T23:58:29.453Z","4.3.0-alpha.20240507.1":"2024-05-07T23:56:39.566Z","4.3.0-alpha.20240508.2":"2024-05-08T23:54:40.637Z","4.3.0-beta.1":"2024-05-09T01:08:42.334Z","4.3.0-alpha.20240509.1":"2024-05-09T23:55:16.397Z","4.3.0-alpha.20240510.3":"2024-05-10T23:55:19.008Z","4.3.0-alpha.20240513.2":"2024-05-13T23:59:39.278Z","4.3.0-alpha.20240514.2":"2024-05-14T23:56:46.640Z","4.3.0-alpha.20240515.1":"2024-05-15T23:55:36.781Z","4.3.0-alpha.20240516.2":"2024-05-16T23:56:22.768Z","4.3.0-alpha.20240517.1":"2024-05-17T23:56:44.867Z","4.3.0-alpha.20240520.1":"2024-05-20T23:54:22.234Z","4.3.0-beta.2":"2024-06-11T00:19:31.526Z","4.2.1":"2024-06-11T01:31:39.580Z","4.3.0":"2024-06-18T20:40:27.285Z","4.3.1-alpha.20240618.4":"2024-06-18T23:56:17.124Z","4.3.1-alpha.20240619.4":"2024-06-19T23:52:24.421Z","4.3.1-alpha.20240620.2":"2024-06-20T23:53:27.466Z","4.3.1-alpha.20240621.1":"2024-06-21T23:54:12.430Z","4.3.1-alpha.20240624.1":"2024-06-24T23:58:20.364Z","4.3.1-alpha.20240625.1":"2024-06-25T23:54:50.450Z","4.3.1-alpha.20240627.1":"2024-06-27T23:54:45.195Z","4.3.1-alpha.20240628.2":"2024-06-28T23:58:39.317Z","4.3.1-alpha.20240702.3":"2024-07-03T00:37:16.824Z","4.4.0":"2024-07-16T14:47:15.149Z","4.5.0-beta.1":"2024-07-17T19:54:30.551Z","4.4.1":"2024-07-31T20:49:15.938Z","4.5.0-alpha.20240813.2":"2024-08-13T16:52:53.413Z","4.5.0-beta.2":"2024-08-13T23:20:41.151Z","4.5.0-alpha.20240815.1":"2024-08-15T23:52:39.560Z","4.5.0-alpha.20240816.1":"2024-08-16T23:51:47.364Z","4.5.0-alpha.20240819.1":"2024-08-19T23:51:39.681Z","4.5.0-alpha.20240820.1":"2024-08-20T23:52:56.394Z","4.5.0-alpha.20240822.3":"2024-08-22T23:52:03.479Z","4.5.0-alpha.20240823.1":"2024-08-23T23:52:21.074Z","4.5.0-alpha.20240826.2":"2024-08-26T23:53:11.826Z","4.5.0-alpha.20240827.2":"2024-08-27T23:51:05.911Z","4.5.0-alpha.20240828.1":"2024-08-28T23:47:27.104Z","4.5.0-alpha.20240829.1":"2024-08-29T23:49:23.133Z","4.5.0-alpha.20240830.1":"2024-08-30T23:50:08.694Z","4.5.0-alpha.20240902.1":"2024-09-02T23:50:03.547Z","4.5.0-alpha.20240910.2":"2024-09-10T23:49:39.124Z","4.5.0-alpha.20240911.1":"2024-09-11T23:47:20.694Z","4.5.0-alpha.20240912.2":"2024-09-12T23:51:22.658Z","4.5.0-alpha.20240916.2":"2024-09-16T23:44:31.944Z","4.5.0-alpha.20240917.2":"2024-09-17T23:45:40.794Z","4.5.0-beta.3":"2024-09-18T21:04:32.585Z","4.5.0-alpha.20240926.2":"2024-09-26T23:56:23.250Z","4.5.0-alpha.20240927.1":"2024-09-27T23:49:25.383Z","4.5.0-alpha.20241004.1":"2024-10-04T23:49:17.758Z","4.5.0-alpha.20241007.2":"2024-10-07T23:52:31.876Z","4.5.0-alpha.20241008.2":"2024-10-08T23:49:48.518Z","4.5.0-alpha.20241009.2":"2024-10-10T00:53:18.491Z","4.5.0-alpha.20241010.1":"2024-10-11T00:07:16.685Z","4.5.0-alpha.20241011.1":"2024-10-11T23:51:17.503Z","4.5.0-alpha.20241014.1":"2024-10-14T23:53:07.883Z","4.5.0-alpha.20241015.2":"2024-10-15T23:50:09.625Z","4.5.0":"2024-10-17T17:52:00.027Z","4.5.1-alpha.20241021.1":"2024-10-21T23:52:28.263Z","4.5.1-alpha.20241022.1":"2024-10-23T00:42:51.190Z","4.5.1-alpha.20241023.1":"2024-10-23T23:50:03.455Z","4.5.1-alpha.20241024.1":"2024-10-24T23:52:56.051Z","4.5.1-alpha.20241025.1":"2024-10-26T00:01:25.267Z","4.5.1-alpha.20241028.2":"2024-10-28T23:50:04.538Z","4.5.1-alpha.20241029.1":"2024-10-29T23:58:41.965Z","4.5.1-alpha.20241030.1":"2024-10-30T23:50:53.953Z","4.5.1-alpha.20241031.1":"2024-10-31T23:51:39.139Z","4.5.1-alpha.20241111.1":"2024-11-12T00:54:09.332Z","4.5.1-alpha.20241112.1":"2024-11-13T00:55:41.398Z","4.5.1-alpha.20241113.2":"2024-11-14T00:53:49.622Z","4.5.1-alpha.20241114.2":"2024-11-15T00:52:39.561Z","4.5.1-alpha.20241115.1":"2024-11-16T00:52:54.532Z","4.5.1-alpha.20241118.1":"2024-11-19T00:56:57.221Z","4.5.1-alpha.20241119.3":"2024-11-20T00:54:21.558Z","4.5.1-alpha.20241120.1":"2024-11-21T00:57:33.011Z","4.5.1-alpha.20241121.2":"2024-11-22T00:55:25.780Z","4.5.1-alpha.20241122.1":"2024-11-23T00:55:18.822Z","4.5.1-alpha.20241125.1":"2024-11-26T00:57:02.366Z","4.5.1-alpha.20241126.1":"2024-11-27T00:58:45.618Z","4.5.1-alpha.20241127.2":"2024-11-28T00:55:52.178Z","4.5.1-alpha.20241128.1":"2024-11-29T00:55:40.213Z","4.5.1-alpha.20241129.1":"2024-11-30T00:55:06.656Z","4.5.1-alpha.20241203.2":"2024-12-04T00:55:40.762Z","4.5.1-alpha.20241204.3":"2024-12-05T00:56:33.006Z","4.5.1-alpha.20241206.3":"2024-12-07T00:56:17.280Z","4.5.1-alpha.20241209.2":"2024-12-10T00:56:26.715Z","4.5.1-alpha.20241210.2":"2024-12-11T00:59:19.333Z","4.5.1-alpha.20241211.1":"2024-12-12T00:55:39.347Z","4.5.1-alpha.20241212.1":"2024-12-13T00:58:40.411Z","4.5.1-alpha.20241213.1":"2024-12-14T01:04:04.425Z","4.5.1-alpha.20241216.1":"2024-12-17T00:55:27.986Z","4.5.1-alpha.20241217.4":"2024-12-18T00:56:02.844Z","4.5.1-alpha.20241219.1":"2024-12-20T01:02:00.837Z","4.5.1-alpha.20241220.1":"2024-12-21T00:59:12.368Z","4.5.1-alpha.20241223.1":"2024-12-24T01:02:28.960Z","4.5.1-alpha.20241224.1":"2024-12-25T01:00:41.407Z","4.5.1-alpha.20241225.1":"2024-12-26T01:00:29.643Z","4.5.1-alpha.20241226.1":"2024-12-27T00:59:05.763Z","4.5.1-alpha.20241227.1":"2024-12-28T00:59:48.898Z","4.5.1-alpha.20241230.2":"2024-12-31T00:59:21.073Z","4.5.1-alpha.20250106.1":"2025-01-07T01:01:55.172Z","4.5.1-alpha.20250107.1":"2025-01-08T00:58:16.327Z","4.5.1-alpha.20250108.1":"2025-01-09T00:58:45.588Z","4.5.1-alpha.20250109.1":"2025-01-10T00:57:51.466Z","4.5.1-alpha.20250110.3":"2025-01-11T00:53:29.611Z","4.5.1-alpha.20250113.1":"2025-01-14T01:00:11.933Z","4.5.1-alpha.20250114.1":"2025-01-15T00:54:31.742Z","4.5.1-alpha.20250115.7":"2025-01-16T00:58:34.311Z","4.6.0":"2025-01-16T15:42:42.405Z","4.6.1-alpha.20250116.2":"2025-01-17T00:59:53.687Z","4.6.1-alpha.20250117.1":"2025-01-18T00:55:06.988Z","4.6.1-alpha.20250120.1":"2025-01-21T00:54:09.866Z","4.6.1-alpha.20250121.1":"2025-01-22T00:57:41.767Z","4.6.1-alpha.20250122.2":"2025-01-23T00:58:11.759Z","4.6.1-alpha.20250123.1":"2025-01-24T00:55:13.040Z","4.6.1-alpha.20250124.1":"2025-01-25T01:01:49.645Z","4.6.1-alpha.20250128.1":"2025-01-29T00:55:20.948Z","4.6.1-alpha.20250129.1":"2025-01-30T00:55:16.049Z","4.6.1-alpha.20250130.1":"2025-01-31T00:55:10.608Z","4.6.1-alpha.20250131.1":"2025-02-01T00:56:49.252Z","4.6.1-alpha.20250203.1":"2025-02-04T00:54:10.173Z","4.6.1-alpha.20250204.2":"2025-02-05T01:00:06.305Z","4.6.1-alpha.20250205.2":"2025-02-06T00:58:33.717Z","4.6.1-alpha.20250206.1":"2025-02-07T00:56:21.462Z","4.7.0-alpha.20250207.3":"2025-02-08T00:56:19.913Z","4.7.0-alpha.20250210.1":"2025-02-11T01:09:19.613Z","4.7.0-alpha.20250211.1":"2025-02-12T00:56:58.269Z","4.7.0-alpha.20250212.1":"2025-02-13T00:57:52.959Z","4.7.0-alpha.20250213.1":"2025-02-14T01:05:19.483Z","4.7.0":"2025-02-18T19:14:50.320Z","4.7.1-alpha.20250218.5":"2025-02-19T00:56:36.664Z","4.7.1-alpha.20250219.1":"2025-02-20T00:59:20.082Z","4.7.1-alpha.20250220.3":"2025-02-21T00:55:28.423Z","4.7.1-alpha.20250221.2":"2025-02-22T00:58:17.415Z","4.7.1-alpha.20250224.1":"2025-02-25T00:58:10.617Z","4.7.1-alpha.20250225.2":"2025-02-26T00:57:27.657Z","4.7.1-alpha.20250226.1":"2025-02-27T00:54:41.611Z","4.7.1-alpha.20250227.1":"2025-02-28T01:06:35.736Z","4.7.1-alpha.20250228.2":"2025-03-01T00:54:50.181Z","4.7.1-alpha.20250303.2":"2025-03-04T01:00:26.271Z","4.7.1-alpha.20250304.1":"2025-03-05T00:58:20.530Z","4.7.1-alpha.20250305.1":"2025-03-06T01:01:06.144Z","4.7.1-alpha.20250306.2":"2025-03-07T00:56:38.390Z","4.7.1-alpha.20250307.2":"2025-03-08T00:53:46.599Z","4.8.0-alpha.20250310.4":"2025-03-10T23:59:51.730Z","4.8.0":"2025-03-11T21:26:14.970Z","4.8.1-alpha.20250311.3":"2025-03-11T23:54:07.027Z","4.8.1-alpha.20250313.1":"2025-03-13T23:49:05.992Z","4.8.1-alpha.20250314.1":"2025-03-15T00:16:14.027Z","4.8.1-alpha.20250317.1":"2025-03-17T23:49:12.680Z","4.8.1-alpha.20250318.1":"2025-03-18T23:48:02.042Z","4.8.1-alpha.20250319.1":"2025-03-19T23:47:03.085Z","4.8.1-alpha.20250320.1":"2025-03-20T23:50:54.884Z","4.8.1-alpha.20250321.1":"2025-03-21T23:50:01.298Z","4.8.1-alpha.20250324.2":"2025-03-24T23:50:11.890Z","4.8.1-alpha.20250325.1":"2025-03-25T23:49:02.599Z","4.8.1-alpha.20250326.1":"2025-03-26T23:48:18.326Z","4.8.1-alpha.20250327.1":"2025-03-27T23:49:38.162Z","4.8.1-alpha.20250328.1":"2025-03-28T23:48:43.006Z","4.8.1-alpha.20250331.2":"2025-03-31T23:50:43.029Z","4.8.1-alpha.20250401.1":"2025-04-01T23:49:45.858Z","4.8.1-alpha.20250402.1":"2025-04-02T23:51:12.448Z","4.8.1-alpha.20250403.1":"2025-04-03T23:50:24.769Z","4.8.1-alpha.20250404.1":"2025-04-04T23:47:35.419Z","4.8.1-alpha.20250407.1":"2025-04-07T23:49:22.658Z","4.8.1-alpha.20250408.2":"2025-04-08T23:52:41.345Z","4.8.1-alpha.20250409.1":"2025-04-09T23:52:25.027Z","4.8.1-alpha.20250410.1":"2025-04-10T23:48:18.879Z","4.9.0":"2025-04-16T18:11:50.444Z","4.9.1-alpha.20250416.4":"2025-04-16T23:54:01.861Z","4.9.1-alpha.20250417.3":"2025-04-17T23:53:36.045Z","4.9.1-alpha.20250418.3":"2025-04-18T23:53:33.196Z","4.9.1":"2025-04-21T16:44:52.318Z","4.9.2-alpha.20250421.2":"2025-04-21T23:55:17.575Z","4.9.2-alpha.20250422.2":"2025-04-22T23:56:43.409Z","4.9.2-alpha.20250423.1":"2025-04-23T23:51:24.688Z","4.9.2-alpha.20250424.1":"2025-04-24T23:52:57.309Z","4.9.2-alpha.20250425.1":"2025-04-25T23:52:00.661Z","4.9.2-alpha.20250429.2":"2025-04-29T23:56:16.097Z","4.9.2-alpha.20250430.1":"2025-04-30T23:56:34.403Z","4.9.2-alpha.20250502.1":"2025-05-03T00:13:07.198Z","4.9.2-alpha.20250506.3":"2025-05-07T00:32:26.893Z","4.9.2-alpha.20250508.2":"2025-05-09T00:04:51.055Z","4.9.2-alpha.20250509.2":"2025-05-10T00:38:00.233Z","4.9.2-alpha.20250512.1":"2025-05-13T00:12:42.107Z","4.9.2-alpha.20250513.1":"2025-05-13T23:53:15.981Z","4.10.0":"2025-05-14T23:04:37.008Z","4.10.0-alpha.20250514.5":"2025-05-14T23:59:25.490Z","4.10.0-alpha.20250515.1":"2025-05-15T23:53:05.888Z","4.10.0-alpha.20250516.1":"2025-05-16T23:54:24.170Z","4.10.0-alpha.20250519.1":"2025-05-19T23:55:43.141Z","4.10.0-alpha.20250520.2":"2025-05-20T23:52:43.498Z","4.10.0-alpha.20250521.1":"2025-05-21T23:55:15.585Z","4.10.0-alpha.20250522.1":"2025-05-22T23:53:18.216Z","4.10.0-alpha.20250523.1":"2025-05-23T23:52:03.888Z","4.10.0-alpha.20250526.1":"2025-05-26T23:52:16.171Z","4.10.0-alpha.20250527.1":"2025-05-27T23:54:39.434Z","4.10.0-alpha.20250528.1":"2025-05-28T23:54:54.626Z","4.10.1-alpha.20250530.1":"2025-05-30T23:52:04.213Z","4.10.1-alpha.20250603.1":"2025-06-03T23:52:54.458Z","4.10.1-alpha.20250604.1":"2025-06-05T00:04:18.343Z","4.10.1-alpha.20250605.1":"2025-06-06T00:01:13.158Z","4.10.1-alpha.20250606.1":"2025-06-06T23:53:39.412Z","4.10.1-alpha.20250609.2":"2025-06-09T23:54:31.072Z","4.10.1-alpha.20250610.2":"2025-06-10T23:54:57.940Z","4.10.1":"2025-06-12T17:13:21.505Z","4.10.2-alpha.20250612.4":"2025-06-12T23:51:37.569Z","4.10.2-alpha.20250613.1":"2025-06-13T23:48:23.204Z","4.10.2-alpha.20250616.2":"2025-06-16T23:50:03.699Z","4.10.2-alpha.20250617.2":"2025-06-17T23:50:11.162Z","4.10.2-alpha.20250618.1":"2025-06-18T23:51:03.143Z","4.10.2":"2025-07-02T23:46:31.104Z","4.10.2-alpha.20250707.3":"2025-07-07T23:47:55.339Z","4.10.3-alpha.20250708.2":"2025-07-08T23:49:12.689Z","4.10.3-alpha.20250714.3":"2025-07-14T23:48:33.142Z","4.11.0-alpha.20250717.4":"2025-07-17T23:46:39.440Z","4.11.0-beta.1":"2025-07-17T23:56:08.635Z","4.11.0-alpha.20250718.3":"2025-07-18T23:46:38.311Z","4.11.0-alpha.20250721.2":"2025-07-21T23:46:26.481Z","4.11.0-alpha.20250729.1":"2025-07-29T23:46:19.020Z","4.11.0-alpha.20250730.2":"2025-07-30T23:46:12.978Z","4.11.0-alpha.20250731.1":"2025-07-31T23:50:25.445Z","4.11.0-alpha.20250801.2":"2025-08-01T23:48:22.829Z","4.11.0":"2025-08-04T22:18:54.528Z","4.11.1-alpha.20250804.4":"2025-08-04T23:47:56.761Z","4.11.1":"2025-08-05T20:50:12.097Z","4.11.2-alpha.20250805.5":"2025-08-05T23:49:09.511Z","4.11.2-alpha.20250808.3":"2025-08-08T23:54:16.666Z","4.11.2":"2025-08-21T23:51:43.226Z","4.11.2-alpha.20250825.5":"2025-08-25T23:53:04.036Z","4.11.2-alpha.20250826.2":"2025-08-26T23:54:35.186Z","4.11.2-alpha.20250827.2":"2025-08-27T23:52:29.698Z","4.11.2-alpha.20250829.1":"2025-08-29T23:51:36.291Z","4.12.0":"2025-09-09T23:16:25.174Z","4.12.1-alpha.20251006.1":"2025-10-06T23:46:29.701Z","4.13.0":"2025-10-07T17:44:50.772Z","4.13.0-alpha.20251007.3":"2025-10-07T23:50:37.126Z","4.13.0-alpha.20251008.1":"2025-10-08T23:48:01.335Z","4.13.0-alpha.20251009.1":"2025-10-09T23:52:33.315Z","4.13.0-alpha.20251010.1":"2025-10-10T23:44:52.318Z","4.13.0-alpha.20251013.2":"2025-10-13T23:53:22.274Z","4.13.0-alpha.20251014.1":"2025-10-14T23:54:01.415Z","4.13.0-alpha.20251015.1":"2025-10-15T23:52:37.445Z","4.13.0-alpha.20251017.1":"2025-10-17T23:45:56.706Z","4.13.0-alpha.20251020.1":"2025-10-20T23:45:07.526Z","4.13.0-alpha.20251021.1":"2025-10-21T23:45:59.391Z","4.13.0-alpha.20251022.1":"2025-10-22T23:49:37.391Z","4.13.0-alpha.20251023.1":"2025-10-23T23:47:22.064Z","4.13.0-alpha.20251024.1":"2025-10-24T23:46:19.975Z","4.13.0-alpha.20251027.1":"2025-10-27T23:44:24.553Z","4.13.0-alpha.20251028.1":"2025-10-28T23:46:22.523Z","4.13.0-alpha.20251029.2":"2025-10-29T23:44:54.799Z","4.13.0-alpha.20251030.2":"2025-10-30T23:45:20.090Z","4.13.0-alpha.20251031.1":"2025-10-31T23:45:16.839Z","4.13.0-alpha.20251103.1":"2025-11-04T00:46:20.176Z","4.14.0-beta.1":"2025-11-06T21:29:58.767Z","4.14.0-alpha.20251106.5":"2025-11-07T00:59:06.832Z","4.14.0-alpha.20251107.2":"2025-11-08T00:55:43.158Z","4.14.0-alpha.20251110.2":"2025-11-11T00:51:44.537Z","4.14.0-alpha.20251111.2":"2025-11-12T00:44:29.597Z","4.14.0-alpha.20251112.1":"2025-11-13T00:47:32.794Z","4.14.0-alpha.20251113.1":"2025-11-14T00:52:31.139Z","4.14.0-alpha.20251114.1":"2025-11-15T00:55:25.120Z","4.14.0-alpha.20251117.1":"2025-11-18T00:52:15.429Z","4.14.0-alpha.20251118.1":"2025-11-19T00:45:41.900Z","4.14.0-alpha.20251119.2":"2025-11-20T00:45:58.282Z","4.14.0-alpha.20251120.2":"2025-11-21T00:46:19.276Z","4.14.0-alpha.20251121.1":"2025-11-22T00:45:33.313Z","4.14.0-alpha.20251124.1":"2025-11-25T00:50:27.616Z","4.14.0-alpha.20251125.1":"2025-11-26T00:48:42.043Z","4.14.0-alpha.20251126.1":"2025-11-27T00:45:30.008Z","4.14.0-alpha.20251128.1":"2025-11-29T00:47:22.485Z","4.14.0-alpha.20251201.1":"2025-12-02T00:51:46.680Z","4.14.0-alpha.20251202.1":"2025-12-03T00:47:55.916Z","4.14.0-alpha.20251203.1":"2025-12-04T00:51:48.248Z","4.14.0-alpha.20251204.1":"2025-12-05T00:46:22.736Z","4.14.0-alpha.20251205.1":"2025-12-06T00:52:08.039Z","4.14.0-alpha.20251208.3":"2025-12-09T00:53:41.126Z","4.14.0-alpha.20251209.3":"2025-12-10T00:44:46.751Z","4.14.0-alpha.20251210.1":"2025-12-11T00:52:32.458Z","4.14.0-alpha.20251212.1":"2025-12-13T00:48:21.568Z","4.14.0-alpha.20251215.1":"2025-12-16T00:45:28.604Z","4.14.0-alpha.20251216.1":"2025-12-17T00:46:18.508Z","4.14.0-alpha.20251217.1":"2025-12-18T00:46:28.190Z","4.14.0-alpha.20251218.1":"2025-12-19T00:52:31.478Z","4.14.0-alpha.20251219.1":"2025-12-20T00:52:00.356Z","4.14.0-alpha.20251222.2":"2025-12-23T00:46:05.133Z","4.14.0-alpha.20251223.1":"2025-12-24T00:44:32.798Z","4.14.0-alpha.20251224.1":"2025-12-25T00:44:51.467Z","4.14.0-alpha.20251229.1":"2025-12-30T00:47:06.115Z","4.14.0-alpha.20251230.1":"2025-12-31T00:45:32.426Z","4.14.0-alpha.20251231.1":"2026-01-01T00:44:13.578Z","4.14.0-alpha.20260102.1":"2026-01-03T00:44:29.195Z","4.14.0-alpha.20260105.1":"2026-01-06T00:52:26.221Z","4.14.0-alpha.20260106.1":"2026-01-07T00:56:48.904Z","4.14.0-alpha.20260107.1":"2026-01-08T00:57:28.723Z","4.14.0-alpha.20260108.1":"2026-01-09T00:57:07.602Z","4.14.0-alpha.20260109.1":"2026-01-10T00:51:57.846Z","4.14.0-alpha.20260112.1":"2026-01-13T00:57:20.171Z","4.14.0-alpha.20260113.1":"2026-01-14T00:56:38.502Z","4.14.0-alpha.20260114.2":"2026-01-15T00:57:17.475Z","4.14.0-alpha.20260115.1":"2026-01-16T00:59:10.783Z","4.14.0-alpha.20260116.1":"2026-01-17T00:51:37.220Z","4.14.0-alpha.20260119.1":"2026-01-20T00:46:21.285Z","4.14.0-alpha.20260120.1":"2026-01-21T00:48:07.769Z","4.14.0-alpha.20260121.1":"2026-01-22T00:51:39.979Z","4.14.0-alpha.20260123.3":"2026-01-24T00:51:49.172Z","4.14.0-alpha.20260126.1":"2026-01-27T00:55:01.644Z","4.14.0-alpha.20260127.2":"2026-01-28T00:53:19.637Z","4.14.0-alpha.20260128.1":"2026-01-29T00:48:29.706Z","4.14.0-alpha.20260129.1":"2026-01-30T00:50:45.026Z","4.14.0-alpha.20260130.1":"2026-01-31T00:51:22.295Z","4.14.0-alpha.20260203.1":"2026-02-04T00:48:37.748Z","4.14.0-alpha.20260205.1":"2026-02-06T00:50:06.372Z","4.14.0-alpha.20260206.2":"2026-02-07T00:52:23.717Z","4.14.0-alpha.20260209.4":"2026-02-10T00:47:37.066Z","4.14.0-beta.2":"2026-02-10T23:27:18.791Z","4.14.0-alpha.20260210.3":"2026-02-11T01:15:01.129Z","4.14.0-alpha.20260211.1":"2026-02-12T00:49:21.618Z","4.14.0-alpha.20260212.1":"2026-02-13T00:46:31.127Z","4.14.0-alpha.20260213.1":"2026-02-14T00:46:14.539Z","4.14.0-alpha.20260217.2":"2026-02-18T00:51:18.821Z","4.14.0-alpha.20260218.2":"2026-02-19T01:12:46.667Z","4.14.0-alpha.20260219.2":"2026-02-20T00:53:04.923Z","4.14.0-alpha.20260220.1":"2026-02-21T00:51:33.598Z","4.14.0-alpha.20260223.1":"2026-02-24T00:52:04.634Z","4.14.0-alpha.20260224.1":"2026-02-25T00:51:44.935Z","4.14.0-alpha.20260227.2":"2026-02-28T01:01:21.458Z","4.14.0-alpha.20260302.2":"2026-03-03T01:05:10.588Z","4.14.0-alpha.20260303.1":"2026-03-04T00:55:43.752Z"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"author":{"name":"Microsoft Corporation"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md","keywords":["azure","cloud","entra id","authentication","credential","certificate","managed identity","client secret","access token"],"repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"readme":"","readmeFilename":""}